From da8483779db79077864fa59cef6ae43f5f415bfb Mon Sep 17 00:00:00 2001 From: Rohinton Kazak Date: Mon, 8 Aug 2022 23:50:37 -0700 Subject: [PATCH 1/2] Update ipmatcher.lua Remove _VERSION as it is not being used. --- resty/ipmatcher.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resty/ipmatcher.lua b/resty/ipmatcher.lua index 19c8212..7b83281 100644 --- a/resty/ipmatcher.lua +++ b/resty/ipmatcher.lua @@ -34,7 +34,7 @@ elseif ffi.os == "Windows" then end -local _M = {_VERSION = 0.3} +local _M = { } ffi_cdef[[ From 4b5b9979b39f30ed57742bce1dc23e0a0ba4d52f Mon Sep 17 00:00:00 2001 From: Rohinton Kazak Date: Sun, 14 Aug 2022 10:58:37 -0700 Subject: [PATCH 2/2] Update resty/ipmatcher.lua Co-authored-by: tzssangglass --- resty/ipmatcher.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resty/ipmatcher.lua b/resty/ipmatcher.lua index 7b83281..f9b46b8 100644 --- a/resty/ipmatcher.lua +++ b/resty/ipmatcher.lua @@ -34,7 +34,7 @@ elseif ffi.os == "Windows" then end -local _M = { } +local _M = {} ffi_cdef[[