Explorar el Código

Update Chai documentation (4.0.2)

Thibaut Courouble hace 8 años
padre
commit
c43a79b627
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.1'
+    self.release = '4.0.2'
     self.base_url = 'http://chaijs.com'
     self.root_path = '/api/'
     self.initial_paths = %w(/guide/installation/)