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