Update Mocha documentation (3.2.0)

pull/565/head
Thibaut Courouble 8 years ago
parent 1c3654c023
commit 5034f66797

@ -361,7 +361,7 @@ credits = [
'https://github.com/seattlerb/minitest/blob/master/README.rdoc#license' 'https://github.com/seattlerb/minitest/blob/master/README.rdoc#license'
], [ ], [
'Mocha', 'Mocha',
'Mocha contributors', '2016 JS Foundation and contributors',
'CC BY', 'CC BY',
'https://creativecommons.org/licenses/by/4.0/' 'https://creativecommons.org/licenses/by/4.0/'
], [ ], [

@ -1,7 +1,7 @@
module Docs module Docs
class Mocha < UrlScraper class Mocha < UrlScraper
self.type = 'mocha' self.type = 'mocha'
self.release = '3.0.2' self.release = '3.2.0'
self.base_url = 'https://mochajs.org/' self.base_url = 'https://mochajs.org/'
self.links = { self.links = {
home: 'https://mochajs.org/', home: 'https://mochajs.org/',
@ -15,7 +15,7 @@ module Docs
options[:skip_links] = true options[:skip_links] = true
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; Mocha contributors<br> &copy; 2016 JS Foundation and contributors<br>
Licensed under the Creative Commons Attribution 4.0 International License. Licensed under the Creative Commons Attribution 4.0 International License.
HTML HTML
end end

Loading…
Cancel
Save