ソースを参照

Update Mongoose documentation (4.9.5)

Thibaut Courouble 8 年 前
コミット
7fbb761f0a
1 ファイル変更1 行追加1 行削除
  1. 1 1
      lib/docs/scrapers/mongoose.rb

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

@@ -2,7 +2,7 @@ module Docs
   class Mongoose < UrlScraper
     self.name = 'Mongoose'
     self.type = 'mongoose'
-    self.release = '4.9.1'
+    self.release = '4.9.5'
     self.base_url = 'http://mongoosejs.com/docs/'
     self.root_path = 'index.html'
     self.initial_paths = %w(guide.html api.html)