From 1ffa243353fea4c4f74ed1b31049c8551a0da81d Mon Sep 17 00:00:00 2001 From: JunXu Chen Date: Sun, 7 Apr 2024 10:47:11 +0800 Subject: [PATCH] Revert "chore: release v1.10.6 (#215)" (#216) This reverts commit e669512fd9b911fc277116f7fca2524fb3b07c96. --- rockspec/lua-resty-etcd-1.10.6-0.rockspec | 34 ----------------------- 1 file changed, 34 deletions(-) delete mode 100644 rockspec/lua-resty-etcd-1.10.6-0.rockspec diff --git a/rockspec/lua-resty-etcd-1.10.6-0.rockspec b/rockspec/lua-resty-etcd-1.10.6-0.rockspec deleted file mode 100644 index 311cf634..00000000 --- a/rockspec/lua-resty-etcd-1.10.6-0.rockspec +++ /dev/null @@ -1,34 +0,0 @@ -package = "lua-resty-etcd-master" -version = "1.10.6-0" -source = { - url = "git://github.com/api7/lua-resty-etcd", - branch = "v1.10.6", -} - -description = { - summary = "Nonblocking Lua etcd driver library for OpenResty", - homepage = "https://github.com/api7/lua-resty-etcd", - license = "Apache License 2.0", - maintainer = "Yuansheng Wang " -} - -dependencies = { - "api7-lua-resty-http = 0.2.2-0", - "lua-protobuf = 0.4.1", - "luafilesystem = 1.7.0-2", - "penlight = 1.9.2-1", - "lua-typeof = 0.1" -} - -build = { - type = "builtin", - modules = { - ["resty.etcd"] = "lib/resty/etcd.lua", - ["resty.etcd.v3"] = "lib/resty/etcd/v3.lua", - ["resty.etcd.proto"] = "lib/resty/etcd/proto.lua", - ["resty.etcd.utils"] = "lib/resty/etcd/utils.lua", - ["resty.etcd.serializers.json"] = "lib/resty/etcd/serializers/json.lua", - ["resty.etcd.serializers.raw"] = "lib/resty/etcd/serializers/raw.lua", - ["resty.etcd.health_check"] = "lib/resty/etcd/health_check.lua", - } -}