Update Chai documentation (2.0.0)

pull/168/head
Thibaut 10 years ago
parent b6c72c85e9
commit b393342df5

@ -97,7 +97,7 @@ credits = [
'http://en.cppreference.com/w/Cppreference:Copyright/CC-BY-SA'
], [
'Chai',
'2011-2014 Jake Luer',
'2011-2015 Jake Luer',
'MIT',
'https://github.com/chaijs/chai/blob/master/README.md#license'
], [

@ -2,7 +2,7 @@ module Docs
class Chai < UrlScraper
self.name = 'Chai'
self.type = 'chai'
self.version = '1.10.0'
self.version = '2.0.0'
self.base_url = 'http://chaijs.com'
self.root_path = '/api/'
self.initial_paths = %w(/guide/installation/)
@ -16,7 +16,7 @@ module Docs
options[:skip] = %w(/api/test/ /guide/ /guide/resources/)
options[:attribution] = <<-HTML
&copy; 2011&ndash;2014 Jake Luer<br>
&copy; 2011&ndash;2015 Jake Luer<br>
Licensed under the MIT License.
HTML
end

Loading…
Cancel
Save