Skip to content

Commit ec4e867

Browse files
authored
Update padrino to 0.14.4
1 parent b5bd218 commit ec4e867

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/docs/scrapers/padrino.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Docs
22
class Padrino < UrlScraper
33
self.slug = 'padrino'
44
self.type = 'rubydoc'
5-
self.release = '0.14.1'
5+
self.release = '0.14.4'
66
self.base_url = 'http://www.rubydoc.info/github/padrino/padrino-framework/'
77
self.root_path = 'file/README.rdoc'
88
self.initial_paths = %w(index2)
@@ -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)