Update padrino to 0.14.4

pull/1007/head
Matthias Günther 6 years ago committed by GitHub
parent b5bd218e27
commit ec4e867053
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.1' self.release = '0.14.4'
self.base_url = 'http://www.rubydoc.info/github/padrino/padrino-framework/' self.base_url = 'http://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;2016 Padrino<br> &copy; 2010&ndash;2019 Padrino<br>
Licensed under the MIT License. Licensed under the MIT License.
HTML HTML

Loading…
Cancel
Save