浏览代码

Update Sinon.js documentation (1.12.1)

Thibaut 11 年之前
父节点
当前提交
e2a26c3638
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/docs/scrapers/sinon.rb

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

@@ -2,7 +2,7 @@ module Docs
   class Sinon < UrlScraper
     self.name = 'Sinon'
     self.type = 'sinon'
-    self.version = '1.10.2'
+    self.version = '1.12.1'
     self.base_url = 'http://sinonjs.org/docs/'
 
     html_filters.push 'sinon/clean_html', 'sinon/entries', 'title'