From 2fbeaf84362e710fe87bd192c5258c08e24af4b7 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Sat, 12 Sep 2015 12:11:48 -0400 Subject: [PATCH] Update Mongoose documentation (4.1.6) --- lib/docs/scrapers/mongoose.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/docs/scrapers/mongoose.rb b/lib/docs/scrapers/mongoose.rb index b1333138..f20b3887 100644 --- a/lib/docs/scrapers/mongoose.rb +++ b/lib/docs/scrapers/mongoose.rb @@ -2,7 +2,7 @@ module Docs class Mongoose < UrlScraper self.name = 'Mongoose' self.type = 'mongoose' - self.version = '4.1.0' + self.version = '4.1.6' self.base_url = 'http://mongoosejs.com/docs/' self.root_path = 'index.html' self.initial_paths = %w(guide.html api.html)