Update Require.js documentation (2.2.0)

pull/382/head
Thibaut Courouble 9 years ago
parent b015ff60e6
commit c61e998bfb

@ -376,9 +376,9 @@ credits = [
'https://creativecommons.org/licenses/by-sa/4.0/' 'https://creativecommons.org/licenses/by-sa/4.0/'
], [ ], [
'RequireJS', 'RequireJS',
'2010-2014 The Dojo Foundation', 'jQuery Foundation and other contributors',
'MIT', 'MIT',
'https://raw.githubusercontent.com/jrburke/requirejs/master/LICENSE' 'https://raw.githubusercontent.com/requirejs/requirejs/master/LICENSE'
], [ ], [
'RethinkDB', 'RethinkDB',
'RethinkDB contributors', 'RethinkDB contributors',

@ -2,10 +2,10 @@ module Docs
class Requirejs < UrlScraper class Requirejs < UrlScraper
self.name = 'RequireJS' self.name = 'RequireJS'
self.type = 'requirejs' self.type = 'requirejs'
self.release = '2.1.22' self.release = '2.2.0'
self.base_url = 'http://requirejs.org/docs/' self.base_url = 'https://requirejs.org/docs/'
self.links = { self.links = {
home: 'http://requirejs.org/', home: 'https://requirejs.org/',
code: 'https://github.com/jrburke/requirejs' code: 'https://github.com/jrburke/requirejs'
} }
self.root_path = 'api.html' self.root_path = 'api.html'
@ -26,7 +26,7 @@ module Docs
options[:only] = self.initial_paths options[:only] = self.initial_paths
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2010&ndash;2015 The Dojo Foundation<br> &copy; jQuery Foundation and other contributors<br>
Licensed under the MIT License. Licensed under the MIT License.
HTML HTML
end end

Loading…
Cancel
Save