Update to latest Padrino version

pull/667/head
Matthias Guenther 8 years ago
parent a0897f4958
commit 82856787a8
No known key found for this signature in database
GPG Key ID: 5287E11BD64C14E5

@ -455,7 +455,7 @@ credits = [
'https://raw.githubusercontent.com/OpenTSDB/opentsdb.net/gh-pages/COPYING.LESSER'
], [
'Padrino',
'2010-2016 Padrino',
'2010-2017 Padrino',
'MIT',
'https://raw.githubusercontent.com/padrino/padrino-framework/master/padrino/LICENSE.txt'
], [

@ -2,7 +2,7 @@ module Docs
class Padrino < UrlScraper
self.slug = 'padrino'
self.type = 'rubydoc'
self.release = '0.13.2'
self.release = '0.14.1'
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
&copy; 2010&ndash;2016 Padrino<br>
&copy; 2010&ndash;2017 Padrino<br>
Licensed under the MIT License.
HTML

Loading…
Cancel
Save