From 7a26e2dca54f0a8a894fb6155f5cff65c26c0fbd Mon Sep 17 00:00:00 2001 From: Thibaut Date: Sat, 21 Feb 2015 10:59:09 -0500 Subject: [PATCH] Update Underscore.js documentation (1.8.1) --- assets/javascripts/templates/pages/about_tmpl.coffee | 2 +- lib/docs/scrapers/underscore.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 df72522c..eb3e140d 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -327,7 +327,7 @@ credits = [ 'http://symfony.com/doc/current/contributing/code/license.html' ], [ 'Underscore.js', - '2009-2014 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors', + '2009-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors', 'MIT', 'https://raw.github.com/jashkenas/underscore/master/LICENSE' ], [ diff --git a/lib/docs/scrapers/underscore.rb b/lib/docs/scrapers/underscore.rb index d11d633b..c86c1759 100644 --- a/lib/docs/scrapers/underscore.rb +++ b/lib/docs/scrapers/underscore.rb @@ -3,7 +3,7 @@ module Docs self.name = 'Underscore.js' self.slug = 'underscore' self.type = 'underscore' - self.version = '1.7.0' + self.version = '1.8.1' self.base_url = 'http://underscorejs.org' html_filters.push 'underscore/clean_html', 'underscore/entries', 'title' @@ -13,7 +13,7 @@ module Docs options[:skip_links] = true options[:attribution] = <<-HTML - © 2009–2014 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
+ © 2009–2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
Licensed under the MIT License. HTML end