Update mocha documentation (2.4.5)

pull/382/head
Thibaut Courouble 9 years ago
parent 95288abe91
commit 7a50837393

@ -276,7 +276,7 @@ credits = [
'https://github.com/seattlerb/minitest/blob/master/README.rdoc#license' 'https://github.com/seattlerb/minitest/blob/master/README.rdoc#license'
], [ ], [
'Mocha', 'Mocha',
'2011-2015 TJ Holowaychuk', '2011-2016 TJ Holowaychuk',
'MIT', 'MIT',
'https://raw.githubusercontent.com/mochajs/mocha/master/LICENSE' 'https://raw.githubusercontent.com/mochajs/mocha/master/LICENSE'
], [ ], [

@ -2,10 +2,10 @@ module Docs
class Mocha < UrlScraper class Mocha < UrlScraper
self.name = 'mocha' self.name = 'mocha'
self.type = 'mocha' self.type = 'mocha'
self.release = '2.3.3' self.release = '2.4.5'
self.base_url = 'http://mochajs.org/' self.base_url = 'https://mochajs.org/'
self.links = { self.links = {
home: 'http://mochajs.org/', home: 'https://mochajs.org/',
code: 'https://github.com/mochajs/mocha' code: 'https://github.com/mochajs/mocha'
} }
@ -16,7 +16,7 @@ module Docs
options[:skip_links] = true options[:skip_links] = true
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2011&ndash;2015 TJ Holowaychuk<br> &copy; 2011&ndash;2016 TJ Holowaychuk<br>
Licensed under the MIT License. Licensed under the MIT License.
HTML HTML
end end

Loading…
Cancel
Save