From 778f5086c0ab920741af633e2d279f6838b0d61a Mon Sep 17 00:00:00 2001 From: Thibaut Date: Sat, 14 Mar 2015 16:52:12 -0400 Subject: [PATCH] Update lodash documentation (1.5.0) --- lib/docs/scrapers/lodash.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/docs/scrapers/lodash.rb b/lib/docs/scrapers/lodash.rb index 42288bdf..9d75a9c1 100644 --- a/lib/docs/scrapers/lodash.rb +++ b/lib/docs/scrapers/lodash.rb @@ -3,8 +3,12 @@ module Docs self.name = 'lodash' self.slug = 'lodash' self.type = 'lodash' - self.version = '3.4.0' + self.version = '3.5.0' self.base_url = 'https://lodash.com/docs' + self.links = { + home: 'https://lodash.com/', + code: 'https://github.com/lodash/lodash/' + } html_filters.push 'lodash/entries', 'lodash/clean_html', 'title'