From ec4e867053ac428f0a9c97a0d508222119112403 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20G=C3=BCnther?= Date: Tue, 7 May 2019 08:35:25 +0200 Subject: [PATCH] Update padrino to 0.14.4 --- lib/docs/scrapers/padrino.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/docs/scrapers/padrino.rb b/lib/docs/scrapers/padrino.rb index 218f1731..04ed3f64 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.1' + self.release = '0.14.4' self.base_url = 'http://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–2016 Padrino
+ © 2010–2019 Padrino
Licensed under the MIT License. HTML