Merge pull request #1169 from ignaloidas/patch-1

Update Godot versions
pull/1316/head
Simon Legner 4 years ago committed by GitHub
commit 837d33162d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -328,7 +328,7 @@ credits = [
'https://creativecommons.org/licenses/by/3.0/' 'https://creativecommons.org/licenses/by/3.0/'
], [ ], [
'Godot', 'Godot',
'2014-2019 Juan Linietsky, Ariel Manzur, Godot Engine contributors', '2014-2020 Juan Linietsky, Ariel Manzur, Godot Engine contributors',
'MIT', 'MIT',
'https://raw.githubusercontent.com/godotengine/godot/master/LICENSE.txt' 'https://raw.githubusercontent.com/godotengine/godot/master/LICENSE.txt'
], [ ], [

@ -17,30 +17,25 @@ module Docs
options[:attribution] = ->(filter) do options[:attribution] = ->(filter) do
if filter.subpath.start_with?('classes') if filter.subpath.start_with?('classes')
<<-HTML <<-HTML
&copy; 2014&ndash;2019 Juan Linietsky, Ariel Manzur, Godot Engine contributors<br> &copy; 2014&ndash;2020 Juan Linietsky, Ariel Manzur, Godot Engine contributors<br>
Licensed under the MIT License. Licensed under the MIT License.
HTML HTML
else else
<<-HTML <<-HTML
&copy; 2014&ndash;2019 Juan Linietsky, Ariel Manzur and the Godot community<br> &copy; 2014&ndash;2020 Juan Linietsky, Ariel Manzur and the Godot community<br>
Licensed under the Creative Commons Attribution Unported License v3.0. Licensed under the Creative Commons Attribution Unported License v3.0.
HTML HTML
end end
end end
version '3.1' do version '3.2' do
self.release = '3.1.1' self.release = '3.2.3'
self.base_url = "http://docs.godotengine.org/en/#{self.version}/" self.base_url = "https://docs.godotengine.org/en/#{self.version}/"
end
version '3.0' do
self.release = '3.0.6'
self.base_url = "http://docs.godotengine.org/en/#{self.version}/"
end end
version '2.1' do version '2.1' do
self.release = '2.1' self.release = '2.1.6'
self.base_url = "http://docs.godotengine.org/en/#{self.version}/" self.base_url = "https://docs.godotengine.org/en/#{self.version}/"
end end
def get_latest_version(opts) def get_latest_version(opts)

Loading…
Cancel
Save