Update Bottle documentation (0.12.13, 0.11.7)

pull/570/head
Thibaut Courouble 8 years ago
parent 54d0c9a014
commit 55ea7e3b0d

@ -116,7 +116,7 @@ credits = [
'https://creativecommons.org/licenses/by/3.0/'
], [
'Bottle',
'2016 Marcel Hellkamp',
'2009-2017 Marcel Hellkamp',
'MIT',
'https://raw.githubusercontent.com/bottlepy/bottle/master/LICENSE'
], [

@ -14,18 +14,18 @@ module Docs
options[:skip] = %w(changelog.html development.html _modules/bottle.html)
options[:attribution] = <<-HTML
&copy; 2016 Marcel Hellkamp<br>
&copy; 2009&ndash;2017 Marcel Hellkamp<br>
Licensed under the MIT License.
HTML
version '0.12' do
self.release = '0.12'
self.base_url = "http://bottlepy.org/docs/#{self.version}/"
self.release = '0.12.13'
self.base_url = "https://bottlepy.org/docs/#{self.version}/"
end
version '0.11' do
self.release = '0.11'
self.base_url = "http://bottlepy.org/docs/#{self.version}/"
self.release = '0.11.7'
self.base_url = "https://bottlepy.org/docs/#{self.version}/"
end
end
end

Loading…
Cancel
Save