diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index f9ed6850..5c83e92b 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -588,7 +588,7 @@ credits = [ 'https://raw.githubusercontent.com/OpenTSDB/opentsdb.net/gh-pages/COPYING.LESSER' ], [ 'Padrino', - '2010-2019 Padrino', + '2010-2020 Padrino', 'MIT', 'https://raw.githubusercontent.com/padrino/padrino-framework/master/padrino/LICENSE.txt' ], [ diff --git a/lib/docs/scrapers/padrino.rb b/lib/docs/scrapers/padrino.rb index 9653bf02..c7856f3a 100644 --- a/lib/docs/scrapers/padrino.rb +++ b/lib/docs/scrapers/padrino.rb @@ -2,7 +2,7 @@ module Docs class Padrino < UrlScraper self.slug = 'padrino' self.type = 'rubydoc' - self.release = '0.14.4' + self.release = '0.15' self.base_url = 'https://www.rubydoc.info/github/padrino/padrino-framework/' self.root_path = 'file/README.rdoc' self.initial_paths = %w(index2) @@ -16,7 +16,7 @@ module Docs options[:container] = ->(filter) { filter.root_page? ? '#filecontents' : '#content' } options[:attribution] = <<-HTML - © 2010–2019 Padrino
+ © 2010–2020 Padrino
Licensed under the MIT License. HTML