浏览代码

Update CoffeeScript documentation (1.12.3)

Thibaut Courouble 8 年之前
父节点
当前提交
78429f6011
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      assets/javascripts/templates/pages/about_tmpl.coffee
  2. 2 2
      lib/docs/scrapers/coffeescript.rb

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

@@ -171,7 +171,7 @@ credits = [
     'https://raw.githubusercontent.com/bcit-ci/CodeIgniter/develop/license.txt'
   ], [
     'CoffeeScript',
-    '2009-2015 Jeremy Ashkenas',
+    '2009-2017 Jeremy Ashkenas',
     'MIT',
     'https://raw.githubusercontent.com/jashkenas/coffee-script/master/LICENSE'
   ], [

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

@@ -2,7 +2,7 @@ module Docs
   class Coffeescript < UrlScraper
     self.name = 'CoffeeScript'
     self.type = 'coffeescript'
-    self.release = '1.12.2'
+    self.release = '1.12.3'
     self.base_url = 'http://coffeescript.org'
     self.links = {
       home: 'http://coffeescript.org',
@@ -16,7 +16,7 @@ module Docs
     options[:skip_links] = true
 
     options[:attribution] = <<-HTML
-      &copy; 2009&ndash;2015 Jeremy Ashkenas<br>
+      &copy; 2009&ndash;2017 Jeremy Ashkenas<br>
       Licensed under the MIT License.
     HTML
   end