From d78348e7a667e1d344ee2998310e1a9c25ff1400 Mon Sep 17 00:00:00 2001 From: Phil Scherer Date: Tue, 24 Nov 2020 20:32:31 +0000 Subject: [PATCH] Update Jasmine documentation --- assets/javascripts/templates/pages/about_tmpl.coffee | 2 +- lib/docs/scrapers/jasmine.rb | 6 +++--- 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 712ca07b..63ca4d73 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -378,7 +378,7 @@ credits = [ 'https://github.com/influxdata/docs.influxdata.com/blob/master/LICENSE' ], [ 'Jasmine', - '2008-2017 Pivotal Labs', + '2008-2019 Pivotal Labs', 'MIT', 'https://raw.githubusercontent.com/jasmine/jasmine/master/MIT.LICENSE' ], [ diff --git a/lib/docs/scrapers/jasmine.rb b/lib/docs/scrapers/jasmine.rb index b1971ecd..faf2ec18 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.3.0' - self.base_url = 'https://jasmine.github.io/api/3.2/' + self.release = '3.6.0' + self.base_url = 'https://jasmine.github.io/api/3.6/' self.root_path = 'index.html' self.links = { home: 'https://jasmine.github.io/', @@ -14,7 +14,7 @@ module Docs options[:container] = '.main-content' options[:attribution] = <<-HTML - © 2008–2017 Pivotal Labs
+ © 2008–2019 Pivotal Labs
Licensed under the MIT License. HTML