Update Sinon.JS documentation (10.0.1)

pull/1536/head
Simon Legner 4 years ago
parent ff0ff27005
commit f7ffc94653

@ -763,7 +763,7 @@ credits = [
'https://raw.githubusercontent.com/scikit-learn/scikit-learn/master/COPYING' 'https://raw.githubusercontent.com/scikit-learn/scikit-learn/master/COPYING'
], [ ], [
'Sinon', 'Sinon',
'2010-2018 Christian Johansen', '2010-2021 Christian Johansen',
'BSD', 'BSD',
'https://raw.githubusercontent.com/sinonjs/sinon/master/LICENSE' 'https://raw.githubusercontent.com/sinonjs/sinon/master/LICENSE'
], [ ], [

@ -14,7 +14,7 @@ module Docs
options[:container] = '.content .container' options[:container] = '.content .container'
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2010&ndash;2020 Christian Johansen<br> &copy; 2010&ndash;2021 Christian Johansen<br>
Licensed under the BSD License. Licensed under the BSD License.
HTML HTML
@ -27,6 +27,11 @@ module Docs
url url
end end
version '10' do
self.release = '10.0.1'
self.base_url = "https://sinonjs.org/releases/v#{release}/"
end
version '9' do version '9' do
self.release = '9.2.2' self.release = '9.2.2'
self.base_url = "https://sinonjs.org/releases/v#{release}/" self.base_url = "https://sinonjs.org/releases/v#{release}/"

Loading…
Cancel
Save