|
|
@ -2,7 +2,7 @@ module Docs
|
|
|
|
class Sinon < UrlScraper
|
|
|
|
class Sinon < UrlScraper
|
|
|
|
self.name = 'Sinon'
|
|
|
|
self.name = 'Sinon'
|
|
|
|
self.type = 'sinon'
|
|
|
|
self.type = 'sinon'
|
|
|
|
self.version = '1.12.1'
|
|
|
|
self.version = '1.13.0'
|
|
|
|
self.base_url = 'http://sinonjs.org/docs/'
|
|
|
|
self.base_url = 'http://sinonjs.org/docs/'
|
|
|
|
|
|
|
|
|
|
|
|
html_filters.push 'sinon/clean_html', 'sinon/entries', 'title'
|
|
|
|
html_filters.push 'sinon/clean_html', 'sinon/entries', 'title'
|
|
|
@ -12,7 +12,7 @@ module Docs
|
|
|
|
options[:skip_links] = true
|
|
|
|
options[:skip_links] = true
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2010–2014 Christian Johansen<br>
|
|
|
|
© 2010–2015 Christian Johansen<br>
|
|
|
|
Licensed under the BSD License.
|
|
|
|
Licensed under the BSD License.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
end
|
|
|
|
end
|
|
|
|