Skip to content

Commit fbae1bb

Browse files
authored
feat: release v1.9.0 (#173)
1 parent 7bbdc0b commit fbae1bb

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed
+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
package = "lua-resty-etcd"
2+
version = "1.9.0-0"
3+
source = {
4+
url = "git://github.com/api7/lua-resty-etcd",
5+
tag = "v1.9.0"
6+
}
7+
8+
description = {
9+
summary = "Nonblocking Lua etcd driver library for OpenResty",
10+
homepage = "https://github.com/api7/lua-resty-etcd",
11+
license = "Apache License 2.0",
12+
maintainer = "Yuansheng Wang <[email protected]>"
13+
}
14+
15+
dependencies = {
16+
"api7-lua-resty-http = 0.1.0",
17+
"luafilesystem = 1.7.0-2",
18+
"penlight = 1.9.2-1",
19+
"lua-typeof = 0.1"
20+
}
21+
22+
build = {
23+
type = "builtin",
24+
modules = {
25+
["resty.etcd"] = "lib/resty/etcd.lua",
26+
["resty.etcd.v3"] = "lib/resty/etcd/v3.lua",
27+
["resty.etcd.utils"] = "lib/resty/etcd/utils.lua",
28+
["resty.etcd.serializers.json"] = "lib/resty/etcd/serializers/json.lua",
29+
["resty.etcd.serializers.raw"] = "lib/resty/etcd/serializers/raw.lua",
30+
["resty.etcd.health_check"] = "lib/resty/etcd/health_check.lua",
31+
}
32+
}

rockspec/lua-resty-etcd-master-0.1-0.rockspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
package = "lua-resty-etcd-master"
22
version = "0.1-0"
33
source = {
4-
url = "git://github.com/iresty/lua-resty-etcd",
4+
url = "git://github.com/api7/lua-resty-etcd",
55
branch = "master",
66
}
77

88
description = {
99
summary = "Nonblocking Lua etcd driver library for OpenResty",
10-
homepage = "https://github.com/iresty/lua-resty-etcd",
10+
homepage = "https://github.com/api7/lua-resty-etcd",
1111
license = "Apache License 2.0",
1212
maintainer = "Yuansheng Wang <[email protected]>"
1313
}

0 commit comments

Comments
 (0)