소스 검색

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/',