Update Mongoose documentation (4.6.0)

This commit is contained in:
Thibaut Courouble 2016-09-04 10:53:40 -04:00
parent b41a179666
commit 7cb5b6a898

View file

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