Merge pull request #1415 from MasterEnoc/padrino

Update Padrino to 0.15
pull/1420/head
Simon Legner 4 years ago committed by GitHub
commit ee488498ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -2,7 +2,7 @@ module Docs
class Padrino < UrlScraper class Padrino < UrlScraper
self.slug = 'padrino' self.slug = 'padrino'
self.type = 'rubydoc' self.type = 'rubydoc'
self.release = '0.14.4' self.release = '0.15'
self.base_url = 'https://www.rubydoc.info/github/padrino/padrino-framework/' self.base_url = 'https://www.rubydoc.info/github/padrino/padrino-framework/'
self.root_path = 'file/README.rdoc' self.root_path = 'file/README.rdoc'
self.initial_paths = %w(index2) self.initial_paths = %w(index2)
@ -16,7 +16,7 @@ module Docs
options[:container] = ->(filter) { filter.root_page? ? '#filecontents' : '#content' } options[:container] = ->(filter) { filter.root_page? ? '#filecontents' : '#content' }
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2010&ndash;2019 Padrino<br> &copy; 2010&ndash;2020 Padrino<br>
Licensed under the MIT License. Licensed under the MIT License.
HTML HTML

Loading…
Cancel
Save