From 3d316a20c19570c79af3ee45b26f78014773f0c1 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 19 Aug 2018 17:50:09 -0400 Subject: [PATCH] Update Jasmine documentation (3.2.1) --- lib/docs/scrapers/jasmine.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/docs/scrapers/jasmine.rb b/lib/docs/scrapers/jasmine.rb index 3be0163a..eef52115 100644 --- a/lib/docs/scrapers/jasmine.rb +++ b/lib/docs/scrapers/jasmine.rb @@ -1,8 +1,8 @@ module Docs class Jasmine < UrlScraper self.type = 'jasmine' - self.release = '3.1.0' - self.base_url = 'https://jasmine.github.io/api/3.0/' + self.release = '3.2.1' + self.base_url = 'https://jasmine.github.io/api/3.2/' self.root_path = 'index.html' self.links = { home: 'https://jasmine.github.io/',