diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 6895f6f4..61456ddd 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -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' ], [ diff --git a/lib/docs/scrapers/chai.rb b/lib/docs/scrapers/chai.rb index 3178cda5..ea1076c0 100644 --- a/lib/docs/scrapers/chai.rb +++ b/lib/docs/scrapers/chai.rb @@ -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 - © 2011–2014 Jake Luer
+ © 2011–2015 Jake Luer
Licensed under the MIT License. HTML end