Explorar el Código

Update Padrino documentation (0.14.1)

Thibaut Courouble hace 8 años
padre
commit
ea20f6208a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/docs/scrapers/padrino.rb

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

@@ -2,7 +2,7 @@ module Docs
   class Padrino < UrlScraper
     self.slug = 'padrino'
     self.type = 'rubydoc'
-    self.release = '0.13.2'
+    self.release = '0.14.1'
     self.base_url = 'http://www.rubydoc.info/github/padrino/padrino-framework/'
     self.root_path = 'file/README.rdoc'
     self.initial_paths = %w(index2)