Update Mongoose documentation (4.9.5)

This commit is contained in:
Thibaut Courouble 2017-04-23 10:27:57 -04:00
parent 890f7f20ee
commit 7fbb761f0a

View file

@ -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)