Update lodash documentation (4.17.5)

pull/775/head
Thibaut Courouble 7 years ago
parent 8e866faecc
commit db9cc83b90

@ -387,9 +387,9 @@ credits = [
'https://raw.githubusercontent.com/Shopify/liquid/master/LICENSE' 'https://raw.githubusercontent.com/Shopify/liquid/master/LICENSE'
], [ ], [
'Lo-Dash', 'Lo-Dash',
'2012-2016 The Dojo Foundation', 'JS Foundation and other contributors',
'MIT', 'MIT',
'https://raw.githubusercontent.com/lodash/lodash/master/LICENSE.txt' 'https://raw.githubusercontent.com/lodash/lodash/master/LICENSE'
], [ ], [
'Lua', 'Lua',
'19942017 Lua.org, PUC-Rio', '19942017 Lua.org, PUC-Rio',

@ -14,12 +14,12 @@ module Docs
options[:skip_links] = true options[:skip_links] = true
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2012&ndash;2016 The Dojo Foundation<br> &copy; JS Foundation and other contributors<br>
Licensed under the MIT License. Licensed under the MIT License.
HTML HTML
version '4' do version '4' do
self.release = '4.17.4' self.release = '4.17.5'
self.base_url = "https://lodash.com/docs/#{release}" self.base_url = "https://lodash.com/docs/#{release}"
end end

Loading…
Cancel
Save