瀏覽代碼

Update Lo-Dash documentation (3.0.1)

Thibaut 11 年之前
父節點
當前提交
794d28b00b
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      assets/javascripts/templates/pages/about_tmpl.coffee
  2. 2 2
      lib/docs/scrapers/lodash.rb

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

@@ -192,7 +192,7 @@ credits = [
     'http://creativecommons.org/licenses/by/3.0/'
   ], [
     'Lo-Dash',
-    '2009-2014 The Dojo Foundation',
+    '2012-2015 The Dojo Foundation',
     'MIT',
     'https://raw.github.com/lodash/lodash/master/LICENSE.txt'
   ], [

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

@@ -3,7 +3,7 @@ module Docs
     self.name = 'Lo-Dash'
     self.slug = 'lodash'
     self.type = 'lodash'
-    self.version = '2.4.1'
+    self.version = '3.0.1'
     self.base_url = 'https://lodash.com/docs'
 
     html_filters.push 'lodash/clean_html', 'lodash/entries', 'title'
@@ -13,7 +13,7 @@ module Docs
     options[:skip_links] = true
 
     options[:attribution] = <<-HTML
-      &copy; 2012&ndash;2014 The Dojo Foundation<br>
+      &copy; 2012&ndash;2015 The Dojo Foundation<br>
       Licensed under the MIT License.
     HTML
   end