|
|
|
@ -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
|
|
|
|
|
© 2011–2015 TJ Holowaychuk<br>
|
|
|
|
|
© 2011–2016 TJ Holowaychuk<br>
|
|
|
|
|
Licensed under the MIT License.
|
|
|
|
|
HTML
|
|
|
|
|
end
|
|
|
|
|