Browse Source

Update Chai documentation (2.2.0)

Thibaut 10 years ago
parent
commit
7f34f68499
1 changed files with 1 additions and 1 deletions
  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.version = '2.1.0'
+    self.version = '2.2.0'
     self.base_url = 'http://chaijs.com'
     self.root_path = '/api/'
     self.initial_paths = %w(/guide/installation/)