We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96cadd4 + 147745b commit e347ea2Copy full SHA for e347ea2
lib/docs/scrapers/padrino.rb
@@ -2,8 +2,8 @@ module Docs
2
class Padrino < UrlScraper
3
self.slug = 'padrino'
4
self.type = 'rubydoc'
5
- self.release = '0.14.1'
6
- 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/'
7
self.root_path = 'file/README.rdoc'
8
self.initial_paths = %w(index2)
9
self.links = {
@@ -16,7 +16,7 @@ class Padrino < UrlScraper
16
options[:container] = ->(filter) { filter.root_page? ? '#filecontents' : '#content' }
17
18
options[:attribution] = <<-HTML
19
- © 2010–2016 Padrino<br>
+ © 2010–2019 Padrino<br>
20
Licensed under the MIT License.
21
HTML
22
0 commit comments