Explorar o código

Merge pull request #1007 from wikimatze/master

Update padrino to 0.14.4
Jasper van Merle %!s(int64=6) %!d(string=hai) anos
pai
achega
e347ea2c77
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      lib/docs/scrapers/padrino.rb

+ 3 - 3
lib/docs/scrapers/padrino.rb

@@ -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