浏览代码

Update Async documentation (2.6.1)

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

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

@@ -102,7 +102,7 @@ credits = [
     'https://www.apache.org/licenses/LICENSE-2.0'
   ], [
     'Async',
-    '2010-2017 Caolan McMahon',
+    '2010-2018 Caolan McMahon',
     'MIT',
     'https://raw.githubusercontent.com/caolan/async/master/LICENSE'
   ], [

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

@@ -1,7 +1,7 @@
 module Docs
   class Async < UrlScraper
     self.type = 'async'
-    self.release = '2.6.0'
+    self.release = '2.6.1'
     self.base_url = 'https://caolan.github.io/async/'
     self.root_path = 'docs.html'
     self.links = {
@@ -14,7 +14,7 @@ module Docs
     options[:skip_links] = true
 
     options[:attribution] = <<-HTML
-      &copy; 2010&ndash;2017 Caolan McMahon<br>
+      &copy; 2010&ndash;2018 Caolan McMahon<br>
       Licensed under the MIT License.
     HTML
   end