We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fcf5cb commit 3d316a2Copy full SHA for 3d316a2
1 file changed
lib/docs/scrapers/jasmine.rb
@@ -1,8 +1,8 @@
1
module Docs
2
class Jasmine < UrlScraper
3
self.type = 'jasmine'
4
- self.release = '3.1.0'
5
- 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/'
6
self.root_path = 'index.html'
7
self.links = {
8
home: 'https://jasmine.github.io/',
0 commit comments