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