From 6848d587fd2395ff094623defac9e9680364fed4 Mon Sep 17 00:00:00 2001 From: Abhishek Choudhary Date: Tue, 13 Jan 2026 10:34:10 +0545 Subject: [PATCH] chore: release 2.0.2 Signed-off-by: Abhishek Choudhary --- .../lua-resty-logger-socket-2.0.2-0.rockspec | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 rockspec/lua-resty-logger-socket-2.0.2-0.rockspec diff --git a/rockspec/lua-resty-logger-socket-2.0.2-0.rockspec b/rockspec/lua-resty-logger-socket-2.0.2-0.rockspec new file mode 100644 index 0000000..6263177 --- /dev/null +++ b/rockspec/lua-resty-logger-socket-2.0.2-0.rockspec @@ -0,0 +1,20 @@ +package = "lua-resty-logger-socket" +version = "2.0.2-0" +source = { + url = "git://github.com/api7/lua-resty-logger-socket", + tag = "v2.0.2", +} + +description = { + summary = "Raw-socket-based Logger Library for Nginx/Lua", + homepage = "https://github.com/api7/lua-resty-logger-socket", + license = "BSD license", + maintainer = "Yuansheng Wang " +} + +build = { + type = "builtin", + modules = { + ["resty.logger.socket"] = "lib/resty/logger/socket.lua", + } +}