Explorar el Código

Merge pull request #1007 from wikimatze/master

Update padrino to 0.14.4
Jasper van Merle hace 6 años
padre
commit
e347ea2c77
Se han modificado 1 ficheros con 3 adiciones y 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