Merge pull request #1007 from wikimatze/master

Update padrino to 0.14.4
pull/1036/head
Jasper van Merle 6 years ago committed by GitHub
commit e347ea2c77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,8 +2,8 @@ module Docs
class Padrino < UrlScraper
self.slug = 'padrino'
self.type = 'rubydoc'
self.release = '0.14.1'
self.base_url = 'http://www.rubydoc.info/github/padrino/padrino-framework/'
self.release = '0.14.4'
self.base_url = 'https://www.rubydoc.info/github/padrino/padrino-framework/'
self.root_path = 'file/README.rdoc'
self.initial_paths = %w(index2)
self.links = {
@ -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;2019 Padrino<br>
Licensed under the MIT License.
HTML

Loading…
Cancel
Save