Update Mongoose documentation (4.9.1)

pull/605/head
Thibaut Courouble 8 years ago
parent 1ad53ccc20
commit 2622aea5d2

@ -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.release = '4.8.3' self.release = '4.9.1'
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)

Loading…
Cancel
Save