[devdocsgjs/main: 1077/1867] Update lua.rb




commit 289b9fe3c2fde4442aa1cff415b8996e17bf0fc5
Author: Stuart P. Bentley <s stuartpb com>
Date:   Thu Oct 29 20:23:08 2020 -0700

    Update lua.rb
    
    This adds Lua 5.4, bumps Lua 5.3 to (probably) the last version, and updates the copyright.

 lib/docs/scrapers/lua.rb | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/lib/docs/scrapers/lua.rb b/lib/docs/scrapers/lua.rb
index e3608918..5192548a 100644
--- a/lib/docs/scrapers/lua.rb
+++ b/lib/docs/scrapers/lua.rb
@@ -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
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]