Skip to content

Commit

Permalink
feat: release v1.8.3 (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzssangglass authored Jul 29, 2022
1 parent 1d44505 commit 5bce561
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions rockspec/lua-resty-etcd-1.8.3-0.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
package = "lua-resty-etcd"
version = "1.8.3-0"
source = {
url = "git://github.com/api7/lua-resty-etcd",
tag = "v1.8.3"
}

description = {
summary = "Nonblocking Lua etcd driver library for OpenResty",
homepage = "https://github.com/api7/lua-resty-etcd",
license = "Apache License 2.0"
}

dependencies = {
"api7-lua-resty-http = 0.2.0",
"lua-typeof = 0.1"
}

build = {
type = "builtin",
modules = {
["resty.etcd"] = "lib/resty/etcd.lua",
["resty.etcd.v3"] = "lib/resty/etcd/v3.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",
}
}

0 comments on commit 5bce561

Please sign in to comment.