From 64b56a437e84d679e7bbb67c54c0d736e05dbb25 Mon Sep 17 00:00:00 2001 From: MasterEnoc Date: Tue, 8 Dec 2020 13:35:02 -0600 Subject: [PATCH] Update Padrino to 0.15 --- assets/javascripts/templates/pages/about_tmpl.coffee | 2 +- lib/docs/scrapers/padrino.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index e6ab371a..b0131b87 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