Browse Source

Update Jasmine documentation (2.7.0)

Thibaut Courouble 8 years ago
parent
commit
c44f5d1eca
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lib/docs/scrapers/jasmine.rb

+ 2 - 2
lib/docs/scrapers/jasmine.rb

@@ -1,8 +1,8 @@
 module Docs
   class Jasmine < UrlScraper
     self.type = 'jasmine'
-    self.release = '2.6.4'
-    self.base_url = 'https://jasmine.github.io/api/2.6/'
+    self.release = '2.7.0'
+    self.base_url = 'https://jasmine.github.io/api/2.7/'
     self.root_path = 'index.html'
     self.links = {
       home: 'https://jasmine.github.io/',