Skip to content

Commit 54133da

Browse files
committed
Update Sinon.JS documentation (4.2.2)
1 parent cc5105c commit 54133da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ credits = [
592592
'https://raw.githubusercontent.com/scikit-learn/scikit-learn/master/COPYING'
593593
], [
594594
'Sinon',
595-
'2010-2017 Christian Johansen',
595+
'2010-2018 Christian Johansen',
596596
'BSD',
597597
'https://raw.githubusercontent.com/sinonjs/sinon/master/LICENSE'
598598
], [

lib/docs/scrapers/sinon.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ class Sinon < UrlScraper
1414
options[:container] = '.content .container'
1515

1616
options[:attribution] = <<-HTML
17-
&copy; 2010&ndash;2017 Christian Johansen<br>
17+
&copy; 2010&ndash;2018 Christian Johansen<br>
1818
Licensed under the BSD License.
1919
HTML
2020

2121
version '4' do
22-
self.release = '4.1.2'
22+
self.release = '4.2.2'
2323
self.base_url = "http://sinonjs.org/releases/v#{release}/"
2424
end
2525

0 commit comments

Comments
 (0)