Browse Source

Update Mongoose documentation (4.2.4)

Thibaut 10 years ago
parent
commit
b9f1564537
1 changed files with 1 additions and 1 deletions
  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.version = '4.1.6'
+    self.version = '4.2.4'
     self.base_url = 'http://mongoosejs.com/docs/'
     self.root_path = 'index.html'
     self.initial_paths = %w(guide.html api.html)