Переглянути джерело

Update Jasmine documentation (3.2.1)

Thibaut Courouble 7 роки тому
батько
коміт
3d316a20c1
1 змінених файлів з 2 додано та 2 видалено
  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 = '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/',