File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
assets/javascripts/templates/pages Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -592,7 +592,7 @@ credits = [
592
592
' https://raw.githubusercontent.com/scikit-learn/scikit-learn/master/COPYING'
593
593
], [
594
594
' Sinon' ,
595
- ' 2010-2017 Christian Johansen' ,
595
+ ' 2010-2018 Christian Johansen' ,
596
596
' BSD' ,
597
597
' https://raw.githubusercontent.com/sinonjs/sinon/master/LICENSE'
598
598
], [
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ class Sinon < UrlScraper
14
14
options [ :container ] = '.content .container'
15
15
16
16
options [ :attribution ] = <<-HTML
17
- © 2010–2017 Christian Johansen< br >
17
+ © 2010–2018 Christian Johansen< br >
18
18
Licensed under the BSD License.
19
19
HTML
20
20
21
21
version '4' do
22
- self . release = '4.1 .2'
22
+ self . release = '4.2 .2'
23
23
self . base_url = "http://sinonjs.org/releases/v#{ release } /"
24
24
end
25
25
You can’t perform that action at this time.
0 commit comments