Update Underscore.js documentation (1.9.1)

pull/929/head
Thibaut Courouble 6 years ago
parent 63d66e8d27
commit 8d7218fe5f

@ -702,7 +702,7 @@ credits = [
'https://raw.githubusercontent.com/Microsoft/TypeScript-Handbook/master/LICENSE' 'https://raw.githubusercontent.com/Microsoft/TypeScript-Handbook/master/LICENSE'
], [ ], [
'Underscore.js', 'Underscore.js',
'2009-2017 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors', '2009-2018 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors',
'MIT', 'MIT',
'https://raw.githubusercontent.com/jashkenas/underscore/master/LICENSE' 'https://raw.githubusercontent.com/jashkenas/underscore/master/LICENSE'
], [ ], [

@ -3,10 +3,10 @@ module Docs
self.name = 'Underscore.js' self.name = 'Underscore.js'
self.slug = 'underscore' self.slug = 'underscore'
self.type = 'underscore' self.type = 'underscore'
self.release = '1.9.0' self.release = '1.9.1'
self.base_url = 'http://underscorejs.org' self.base_url = 'https://underscorejs.org'
self.links = { self.links = {
home: 'http://underscorejs.org', home: 'https://underscorejs.org',
code: 'https://github.com/jashkenas/underscore' code: 'https://github.com/jashkenas/underscore'
} }
@ -17,7 +17,7 @@ module Docs
options[:skip_links] = true options[:skip_links] = true
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2009&ndash;2017 Jeremy Ashkenas, DocumentCloud and Investigative Reporters &amp; Editors<br> &copy; 2009&ndash;2018 Jeremy Ashkenas, DocumentCloud and Investigative Reporters &amp; Editors<br>
Licensed under the MIT License. Licensed under the MIT License.
HTML HTML
end end

Loading…
Cancel
Save