From 8d7218fe5fb37f92b420c2ffd56de8dc9a1d367f Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 4 Nov 2018 18:45:41 -0500 Subject: [PATCH] Update Underscore.js documentation (1.9.1) --- assets/javascripts/templates/pages/about_tmpl.coffee | 2 +- lib/docs/scrapers/underscore.rb | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index a0d2f6f0..c7e5a414 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -702,7 +702,7 @@ credits = [ 'https://raw.githubusercontent.com/Microsoft/TypeScript-Handbook/master/LICENSE' ], [ 'Underscore.js', - '2009-2017 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors', + '2009-2018 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors', 'MIT', 'https://raw.githubusercontent.com/jashkenas/underscore/master/LICENSE' ], [ diff --git a/lib/docs/scrapers/underscore.rb b/lib/docs/scrapers/underscore.rb index ac9ecf81..004a09e9 100644 --- a/lib/docs/scrapers/underscore.rb +++ b/lib/docs/scrapers/underscore.rb @@ -3,10 +3,10 @@ module Docs self.name = 'Underscore.js' self.slug = 'underscore' self.type = 'underscore' - self.release = '1.9.0' - self.base_url = 'http://underscorejs.org' + self.release = '1.9.1' + self.base_url = 'https://underscorejs.org' self.links = { - home: 'http://underscorejs.org', + home: 'https://underscorejs.org', code: 'https://github.com/jashkenas/underscore' } @@ -17,7 +17,7 @@ module Docs options[:skip_links] = true options[:attribution] = <<-HTML - © 2009–2017 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
+ © 2009–2018 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
Licensed under the MIT License. HTML end