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

Update Jasmine documentation (3.0.0)

Thibaut Courouble 7 роки тому
батько
коміт
1eef327e7d
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 = '2.8.0'
-    self.base_url = 'https://jasmine.github.io/api/2.8/'
+    self.release = '3.0.0'
+    self.base_url = 'https://jasmine.github.io/api/3.0/'
     self.root_path = 'index.html'
     self.links = {
       home: 'https://jasmine.github.io/',