Parcourir la source

Update Sinon documentation (1.17.1)

Thibaut il y a 10 ans
Parent
commit
01e1e3bfa8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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.16.1'
+    self.version = '1.17.1'
     self.base_url = 'http://sinonjs.org/docs/'
     self.links = {
       home: 'http://sinonjs.org/',