[devdocsgjs/main: 910/1867] Update Chai documentation (4.2.0)




commit ff20016bd693e252c40819c659a695acb759d930
Author: Jasper van Merle <jaspervmerle gmail com>
Date:   Tue Sep 3 01:51:57 2019 +0200

    Update Chai documentation (4.2.0)

 assets/javascripts/templates/pages/about_tmpl.coffee | 2 +-
 lib/docs/scrapers/chai.rb                            | 8 ++++----
 public/icons/docs/chai/SOURCE                        | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee 
b/assets/javascripts/templates/pages/about_tmpl.coffee
index 5bfc940e..0455bd4a 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -148,7 +148,7 @@ credits = [
     'https://raw.githubusercontent.com/cakephp/cakephp/master/LICENSE'
   ], [
     'Chai',
-    '2016 Chai.js Assertion Library',
+    '2017 Chai.js Assertion Library',
     'MIT',
     'https://raw.githubusercontent.com/chaijs/chai/master/LICENSE'
   ], [
diff --git a/lib/docs/scrapers/chai.rb b/lib/docs/scrapers/chai.rb
index 759f7540..a33ea28d 100644
--- a/lib/docs/scrapers/chai.rb
+++ b/lib/docs/scrapers/chai.rb
@@ -2,12 +2,12 @@ module Docs
   class Chai < UrlScraper
     self.name = 'Chai'
     self.type = 'simple'
-    self.release = '4.1.0'
-    self.base_url = 'http://chaijs.com'
+    self.release = '4.2.0'
+    self.base_url = 'https://www.chaijs.com'
     self.root_path = '/api/'
     self.initial_paths = %w(/guide/installation/)
     self.links = {
-      home: 'http://chaijs.com/',
+      home: 'https://www.chaijs.com/',
       code: 'https://github.com/chaijs/chai'
     }
 
@@ -20,7 +20,7 @@ module Docs
     options[:skip] = %w(/api/test/ /guide/ /guide/resources/)
 
     options[:attribution] = <<-HTML
-      &copy; 2016 Chai.js Assertion Library<br>
+      &copy; 2017 Chai.js Assertion Library<br>
       Licensed under the MIT License.
     HTML
 
diff --git a/public/icons/docs/chai/SOURCE b/public/icons/docs/chai/SOURCE
index 05a70690..8671ed14 100644
--- a/public/icons/docs/chai/SOURCE
+++ b/public/icons/docs/chai/SOURCE
@@ -1 +1 @@
-http://chaijs.com/
+https://www.chaijs.com/


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]