ソースを参照

Update Async documentation (2.1.4)

Thibaut Courouble 9 年 前
コミット
dd98820626
1 ファイル変更1 行追加1 行削除
  1. 1 1
      lib/docs/scrapers/async.rb

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

@@ -1,7 +1,7 @@
 module Docs
 module Docs
   class Async < UrlScraper
   class Async < UrlScraper
     self.type = 'async'
     self.type = 'async'
-    self.release = '2.1.2'
+    self.release = '2.1.4'
     self.base_url = 'https://caolan.github.io/async/'
     self.base_url = 'https://caolan.github.io/async/'
     self.root_path = 'docs.html'
     self.root_path = 'docs.html'
     self.links = {
     self.links = {