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'
], [
'Mocha',
'2011-2015 TJ Holowaychuk',
'2011-2016 TJ Holowaychuk',
'MIT',
'https://raw.githubusercontent.com/mochajs/mocha/master/LICENSE'
], [

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

Loading…
Cancel
Save