Update Mocha documentation (4.0.1)

This commit is contained in:
Thibaut Courouble 2017-10-29 14:34:14 -04:00
parent 5aae73fca8
commit 9337dd651a
6 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 KiB

After

Width:  |  Height:  |  Size: 119 KiB

View file

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

View file

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 176 B

After

Width:  |  Height:  |  Size: 282 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 270 B

After

Width:  |  Height:  |  Size: 408 B