Skip to content

Commit e347ea2

Browse files
authored
Merge pull request #1007 from wikimatze/master
Update padrino to 0.14.4
2 parents 96cadd4 + 147745b commit e347ea2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/docs/scrapers/padrino.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ module Docs
22
class Padrino < UrlScraper
33
self.slug = 'padrino'
44
self.type = 'rubydoc'
5-
self.release = '0.14.1'
6-
self.base_url = 'http://www.rubydoc.info/github/padrino/padrino-framework/'
5+
self.release = '0.14.4'
6+
self.base_url = 'https://www.rubydoc.info/github/padrino/padrino-framework/'
77
self.root_path = 'file/README.rdoc'
88
self.initial_paths = %w(index2)
99
self.links = {
@@ -16,7 +16,7 @@ class Padrino < UrlScraper
1616
options[:container] = ->(filter) { filter.root_page? ? '#filecontents' : '#content' }
1717

1818
options[:attribution] = <<-HTML
19-
&copy; 2010&ndash;2016 Padrino<br>
19+
&copy; 2010&ndash;2019 Padrino<br>
2020
Licensed under the MIT License.
2121
HTML
2222

0 commit comments

Comments
 (0)