Explorar el Código

Update Sinon.js documentation (1.12.1)

Thibaut hace 11 años
padre
commit
e2a26c3638
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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'