Merge pull request #1287 from stuartpb/patch-1

pull/1298/head
Jasper van Merle 4 years ago committed by GitHub
commit d9aeb25c9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -448,7 +448,7 @@ credits = [
'https://raw.githubusercontent.com/lodash/lodash/master/LICENSE' 'https://raw.githubusercontent.com/lodash/lodash/master/LICENSE'
], [ ], [
'Lua', 'Lua',
'19942017 Lua.org, PUC-Rio', '19942020 Lua.org, PUC-Rio',
'MIT', 'MIT',
'http://www.lua.org/license.html' 'http://www.lua.org/license.html'
], [ ], [

@ -8,12 +8,17 @@ module Docs
options[:skip_links] = true options[:skip_links] = true
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 1994&ndash;2017 Lua.org, PUC-Rio.<br> &copy; 1994&ndash;2020 Lua.org, PUC-Rio.<br>
Licensed under the MIT License. Licensed under the MIT License.
HTML HTML
version '5.4' do
self.release = '5.4.1'
self.base_url = 'https://www.lua.org/manual/5.4/'
end
version '5.3' do version '5.3' do
self.release = '5.3.4' self.release = '5.3.6'
self.base_url = 'https://www.lua.org/manual/5.3/' self.base_url = 'https://www.lua.org/manual/5.3/'
end end

Loading…
Cancel
Save