Update Jasmine documentation

pull/1380/head
Phil Scherer 4 years ago
parent 6da1be0269
commit d78348e7a6

@ -378,7 +378,7 @@ credits = [
'https://github.com/influxdata/docs.influxdata.com/blob/master/LICENSE' 'https://github.com/influxdata/docs.influxdata.com/blob/master/LICENSE'
], [ ], [
'Jasmine', 'Jasmine',
'2008-2017 Pivotal Labs', '2008-2019 Pivotal Labs',
'MIT', 'MIT',
'https://raw.githubusercontent.com/jasmine/jasmine/master/MIT.LICENSE' 'https://raw.githubusercontent.com/jasmine/jasmine/master/MIT.LICENSE'
], [ ], [

@ -1,8 +1,8 @@
module Docs module Docs
class Jasmine < UrlScraper class Jasmine < UrlScraper
self.type = 'simple' self.type = 'simple'
self.release = '3.3.0' self.release = '3.6.0'
self.base_url = 'https://jasmine.github.io/api/3.2/' self.base_url = 'https://jasmine.github.io/api/3.6/'
self.root_path = 'index.html' self.root_path = 'index.html'
self.links = { self.links = {
home: 'https://jasmine.github.io/', home: 'https://jasmine.github.io/',
@ -14,7 +14,7 @@ module Docs
options[:container] = '.main-content' options[:container] = '.main-content'
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2008&ndash;2017 Pivotal Labs<br> &copy; 2008&ndash;2019 Pivotal Labs<br>
Licensed under the MIT License. Licensed under the MIT License.
HTML HTML

Loading…
Cancel
Save