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", + } +}