From 05e18b26ff09d4f75b0d7acd354b88579ea0f982 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Sun, 8 Mar 2015 11:44:50 -0400 Subject: [PATCH] Update Sinon.js documentation (1.13.0) --- assets/javascripts/templates/pages/about_tmpl.coffee | 2 +- lib/docs/scrapers/sinon.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 61b755ec..08508eb9 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -312,7 +312,7 @@ credits = [ 'https://raw.github.com/nex3/sass/master/MIT-LICENSE' ], [ 'Sinon', - '2010-2014 Christian Johansen', + '2010-2015 Christian Johansen', 'BSD', 'https://raw.githubusercontent.com/cjohansen/Sinon.JS/master/LICENSE' ], [ diff --git a/lib/docs/scrapers/sinon.rb b/lib/docs/scrapers/sinon.rb index 1fa633ef..339524a1 100644 --- a/lib/docs/scrapers/sinon.rb +++ b/lib/docs/scrapers/sinon.rb @@ -2,7 +2,7 @@ module Docs class Sinon < UrlScraper self.name = 'Sinon' self.type = 'sinon' - self.version = '1.12.1' + self.version = '1.13.0' self.base_url = 'http://sinonjs.org/docs/' html_filters.push 'sinon/clean_html', 'sinon/entries', 'title' @@ -12,7 +12,7 @@ module Docs options[:skip_links] = true options[:attribution] = <<-HTML - © 2010–2014 Christian Johansen
+ © 2010–2015 Christian Johansen
Licensed under the BSD License. HTML end