瀏覽代碼

Update Chai documentation (2.0.0)

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

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

@@ -97,7 +97,7 @@ credits = [
     'http://en.cppreference.com/w/Cppreference:Copyright/CC-BY-SA'
   ], [
     'Chai',
-    '2011-2014 Jake Luer',
+    '2011-2015 Jake Luer',
     'MIT',
     'https://github.com/chaijs/chai/blob/master/README.md#license'
   ], [

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

@@ -2,7 +2,7 @@ module Docs
   class Chai < UrlScraper
     self.name = 'Chai'
     self.type = 'chai'
-    self.version = '1.10.0'
+    self.version = '2.0.0'
     self.base_url = 'http://chaijs.com'
     self.root_path = '/api/'
     self.initial_paths = %w(/guide/installation/)
@@ -16,7 +16,7 @@ module Docs
     options[:skip] = %w(/api/test/ /guide/ /guide/resources/)
 
     options[:attribution] = <<-HTML
-      &copy; 2011&ndash;2014 Jake Luer<br>
+      &copy; 2011&ndash;2015 Jake Luer<br>
       Licensed under the MIT License.
     HTML
   end