From 794d28b00ba06b9fc09f5e6e49fb423800092e51 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Sun, 1 Feb 2015 16:10:26 -0500 Subject: [PATCH] Update Lo-Dash documentation (3.0.1) --- assets/javascripts/templates/pages/about_tmpl.coffee | 2 +- lib/docs/scrapers/lodash.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 5fabe606..7bbc6dd5 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -192,7 +192,7 @@ credits = [ 'http://creativecommons.org/licenses/by/3.0/' ], [ 'Lo-Dash', - '2009-2014 The Dojo Foundation', + '2012-2015 The Dojo Foundation', 'MIT', 'https://raw.github.com/lodash/lodash/master/LICENSE.txt' ], [ diff --git a/lib/docs/scrapers/lodash.rb b/lib/docs/scrapers/lodash.rb index 130e9062..63d7975f 100644 --- a/lib/docs/scrapers/lodash.rb +++ b/lib/docs/scrapers/lodash.rb @@ -3,7 +3,7 @@ module Docs self.name = 'Lo-Dash' self.slug = 'lodash' self.type = 'lodash' - self.version = '2.4.1' + self.version = '3.0.1' self.base_url = 'https://lodash.com/docs' html_filters.push 'lodash/clean_html', 'lodash/entries', 'title' @@ -13,7 +13,7 @@ module Docs options[:skip_links] = true options[:attribution] = <<-HTML - © 2012–2014 The Dojo Foundation
+ © 2012–2015 The Dojo Foundation
Licensed under the MIT License. HTML end