瀏覽代碼

Update Sinon.JS documentation (4.2.2)

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

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

@@ -592,7 +592,7 @@ credits = [
     'https://raw.githubusercontent.com/scikit-learn/scikit-learn/master/COPYING'
     'https://raw.githubusercontent.com/scikit-learn/scikit-learn/master/COPYING'
   ], [
   ], [
     'Sinon',
     'Sinon',
-    '2010-2017 Christian Johansen',
+    '2010-2018 Christian Johansen',
     'BSD',
     'BSD',
     'https://raw.githubusercontent.com/sinonjs/sinon/master/LICENSE'
     'https://raw.githubusercontent.com/sinonjs/sinon/master/LICENSE'
   ], [
   ], [

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

@@ -14,12 +14,12 @@ module Docs
     options[:container] = '.content .container'
     options[:container] = '.content .container'
 
 
     options[:attribution] = <<-HTML
     options[:attribution] = <<-HTML
-      &copy; 2010&ndash;2017 Christian Johansen<br>
+      &copy; 2010&ndash;2018 Christian Johansen<br>
       Licensed under the BSD License.
       Licensed under the BSD License.
     HTML
     HTML
 
 
     version '4' do
     version '4' do
-      self.release = '4.1.2'
+      self.release = '4.2.2'
       self.base_url = "http://sinonjs.org/releases/v#{release}/"
       self.base_url = "http://sinonjs.org/releases/v#{release}/"
     end
     end