Update Mongoose documentation (4.0.5)

pull/220/head
Thibaut 10 years ago
parent 12e0162a04
commit 4f61fd0883

@ -33,6 +33,7 @@ module Docs
next if name.include?(' ') next if name.include?(' ')
type = name.split(/[#\.\(]/).first type = name.split(/[#\.\(]/).first
next if type.empty?
entries << [name, id, type] entries << [name, id, type]
end end

@ -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.version = '4.0.3' self.version = '4.0.5'
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