Pārlūkot izejas kodu

Update Chai documentation (4.1.0)

Thibaut Courouble 8 gadi atpakaļ
vecāks
revīzija
87f7de9d7d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      lib/docs/scrapers/chai.rb

+ 1 - 1
lib/docs/scrapers/chai.rb

@@ -2,7 +2,7 @@ module Docs
   class Chai < UrlScraper
     self.name = 'Chai'
     self.type = 'chai'
-    self.release = '4.0.2'
+    self.release = '4.1.0'
     self.base_url = 'http://chaijs.com'
     self.root_path = '/api/'
     self.initial_paths = %w(/guide/installation/)