File tree Expand file tree Collapse file tree
assets/javascripts/templates/pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ credits = [
216216 ' http://creativecommons.org/licenses/by/3.0/'
217217 ], [
218218 ' Lo-Dash' ,
219- ' 2012-2015 The Dojo Foundation' ,
219+ ' 2012-2016 The Dojo Foundation' ,
220220 ' MIT' ,
221221 ' https://raw.github.com/lodash/lodash/master/LICENSE.txt'
222222 ], [
Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ class Lodash < UrlScraper
33 self . name = 'lodash'
44 self . slug = 'lodash'
55 self . type = 'lodash'
6- self . release = '3.10.0'
7- self . base_url = 'https://lodash.com/docs'
86 self . links = {
97 home : 'https://lodash.com/' ,
108 code : 'https://github.com/lodash/lodash/'
@@ -16,8 +14,18 @@ class Lodash < UrlScraper
1614 options [ :skip_links ] = true
1715
1816 options [ :attribution ] = <<-HTML
19- © 2012–2015 The Dojo Foundation< br >
17+ © 2012–2016 The Dojo Foundation< br >
2018 Licensed under the MIT License.
2119 HTML
20+
21+ version '4' do
22+ self . release = '4.0.0'
23+ self . base_url = 'https://lodash.com/docs'
24+ end
25+
26+ version '3' do
27+ self . release = '3.10.0'
28+ self . base_url = 'https://lodash.com/docs' # OUT-OF-DATE
29+ end
2230 end
2331end
You can’t perform that action at this time.
0 commit comments