فهرست منبع

Update Padrino to 0.15

MasterEnoc 5 سال پیش
والد
کامیت
64b56a437e
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      assets/javascripts/templates/pages/about_tmpl.coffee
  2. 2 2
      lib/docs/scrapers/padrino.rb

+ 1 - 1
assets/javascripts/templates/pages/about_tmpl.coffee

@@ -588,7 +588,7 @@ credits = [
     'https://raw.githubusercontent.com/OpenTSDB/opentsdb.net/gh-pages/COPYING.LESSER'
   ], [
     'Padrino',
-    '2010-2019 Padrino',
+    '2010-2020 Padrino',
     'MIT',
     'https://raw.githubusercontent.com/padrino/padrino-framework/master/padrino/LICENSE.txt'
   ], [

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

@@ -2,7 +2,7 @@ module Docs
   class Padrino < UrlScraper
     self.slug = 'padrino'
     self.type = 'rubydoc'
-    self.release = '0.14.4'
+    self.release = '0.15'
     self.base_url = 'https://www.rubydoc.info/github/padrino/padrino-framework/'
     self.root_path = 'file/README.rdoc'
     self.initial_paths = %w(index2)
@@ -16,7 +16,7 @@ module Docs
     options[:container] = ->(filter) { filter.root_page? ? '#filecontents' : '#content' }
 
     options[:attribution] = <<-HTML
-      &copy; 2010&ndash;2019 Padrino<br>
+      &copy; 2010&ndash;2020 Padrino<br>
       Licensed under the MIT License.
     HTML