[devdocsgjs/main: 1575/1867] Update Jasmine documentation (3.7.1)




commit 633262ac0690be1349ff485f66da7b31193b2023
Author: Simon Legner <Simon Legner gmail com>
Date:   Mon Mar 22 21:19:39 2021 +0100

    Update Jasmine documentation (3.7.1)

 assets/javascripts/templates/pages/about_tmpl.coffee | 2 +-
 lib/docs/scrapers/jasmine.rb                         | 4 ++--
 public/icons/docs/jasmine/SOURCE                     | 2 +-
 3 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 ca6f5e37..7926154c 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -400,7 +400,7 @@ credits = [
     'Jasmine',
     '2008-2019 Pivotal Labs',
     'MIT',
-    'https://raw.githubusercontent.com/jasmine/jasmine/master/MIT.LICENSE'
+    'https://raw.githubusercontent.com/jasmine/jasmine/main/MIT.LICENSE'
   ], [
     'Jekyll',
     '2020 Jekyll Core Team and contributors',
diff --git a/lib/docs/scrapers/jasmine.rb b/lib/docs/scrapers/jasmine.rb
index faf2ec18..bdcb3626 100644
--- a/lib/docs/scrapers/jasmine.rb
+++ b/lib/docs/scrapers/jasmine.rb
@@ -1,8 +1,8 @@
 module Docs
   class Jasmine < UrlScraper
     self.type = 'simple'
-    self.release = '3.6.0'
-    self.base_url = 'https://jasmine.github.io/api/3.6/'
+    self.release = '3.7.1'
+    self.base_url = 'https://jasmine.github.io/api/3.7/'
     self.root_path = 'index.html'
     self.links = {
       home: 'https://jasmine.github.io/',
diff --git a/public/icons/docs/jasmine/SOURCE b/public/icons/docs/jasmine/SOURCE
index a961dae5..f1e94049 100644
--- a/public/icons/docs/jasmine/SOURCE
+++ b/public/icons/docs/jasmine/SOURCE
@@ -1 +1 @@
-https://github.com/jasmine/jasmine.github.io/tree/master/images
+https://github.com/jasmine/jasmine.github.io/tree/main/images


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