Update Mongoose documentation (3.8.19)

This commit is contained in:
Thibaut 2014-11-09 22:29:16 -05:00
parent d9f44d3c1a
commit cc955b0aa4

View file

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