Update Mocha documentation (4.0.1)
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 45 KiB |
Before Width: | Height: | Size: 119 KiB After Width: | Height: | Size: 119 KiB |
|
@ -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/'
|
||||
], [
|
||||
|
|
|
@ -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
|
||||
© 2016 JS Foundation and contributors<br>
|
||||
© 2011–2017 JS Foundation and contributors<br>
|
||||
Licensed under the Creative Commons Attribution 4.0 International License.
|
||||
HTML
|
||||
end
|
||||
|
|
Before Width: | Height: | Size: 176 B After Width: | Height: | Size: 282 B |
Before Width: | Height: | Size: 270 B After Width: | Height: | Size: 408 B |