|
@@ -14,12 +14,12 @@ module Docs
|
|
|
options[:skip_links] = true
|
|
options[:skip_links] = true
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
options[:attribution] = <<-HTML
|
|
|
- © 2012–2016 The Dojo Foundation<br>
|
|
|
|
|
|
|
+ © 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
|
|
|
|
|
|