Update lua.rb

This adds Lua 5.4, bumps Lua 5.3 to (probably) the last version, and updates the copyright.
pull/1287/head
Stuart P. Bentley 4 years ago committed by GitHub
parent c334c5fd57
commit 289b9fe3c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,12 +8,17 @@ module Docs
options[:skip_links] = true
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.
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
self.release = '5.3.4'
self.release = '5.3.6'
self.base_url = 'https://www.lua.org/manual/5.3/'
end

Loading…
Cancel
Save