From 7a882107f030f348a60d77b90de0d3e850dc09da Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 4 Jun 2017 11:46:27 -0400 Subject: [PATCH] Update Chai documentation (4.0.1) --- assets/javascripts/templates/pages/about_tmpl.coffee | 4 ++-- lib/docs/scrapers/chai.rb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index d024f6ef..f7235f6e 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -140,9 +140,9 @@ credits = [ 'https://raw.githubusercontent.com/cakephp/cakephp/master/LICENSE.txt' ], [ 'Chai', - '2011-2015 Jake Luer', + '2016 Chai.js Assertion Library', 'MIT', - 'https://github.com/chaijs/chai/blob/master/README.md#license' + 'https://raw.githubusercontent.com/chaijs/chai/master/LICENSE' ], [ 'Chef™', 'Chef Software, Inc.', diff --git a/lib/docs/scrapers/chai.rb b/lib/docs/scrapers/chai.rb index 13e5fcf6..4f9d305f 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.release = '3.5.0' + self.release = '4.0.1' self.base_url = 'http://chaijs.com' self.root_path = '/api/' self.initial_paths = %w(/guide/installation/) @@ -20,7 +20,7 @@ module Docs options[:skip] = %w(/api/test/ /guide/ /guide/resources/) options[:attribution] = <<-HTML - © 2011–2015 Jake Luer
+ © 2016 Chai.js Assertion Library
Licensed under the MIT License. HTML end