Skip to content

Commit d6e0023

Browse files
committed
luarocks: release new version 1.0 .
1 parent a0d50be commit d6e0023

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
package = "lua-resty-etcd"
2+
version = "0.9-0"
3+
source = {
4+
url = "git://github.com/api7/lua-resty-etcd",
5+
tag = "v0.9"
6+
}
7+
description = {
8+
summary = "Nonblocking Lua etcd driver library for OpenResty",
9+
homepage = "https://github.com/api7/lua-resty-etcd",
10+
license = "Apache License 2.0",
11+
maintainer = "Yuansheng Wang <[email protected]>"
12+
}
13+
dependencies = {
14+
"lua-resty-http = 0.15",
15+
"lua-typeof = 0.1"
16+
}
17+
build = {
18+
type = "builtin",
19+
modules = {
20+
["resty.etcd"] = "lib/resty/etcd.lua",
21+
["resty.etcd.v2"] = "lib/resty/etcd/v2.lua",
22+
["resty.etcd.v3"] = "lib/resty/etcd/v3.lua",
23+
["resty.etcd.utils"] = "lib/resty/etcd/utils.lua",
24+
}
25+
}
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
package = "lua-resty-etcd"
2+
version = "1.0-0"
3+
source = {
4+
url = "git://github.com/api7/lua-resty-etcd",
5+
tag = "v1.0"
6+
}
7+
description = {
8+
summary = "Nonblocking Lua etcd driver library for OpenResty",
9+
homepage = "https://github.com/api7/lua-resty-etcd",
10+
license = "Apache License 2.0",
11+
maintainer = "Yuansheng Wang <[email protected]>"
12+
}
13+
dependencies = {
14+
"lua-resty-http = 0.15",
15+
"lua-typeof = 0.1"
16+
}
17+
build = {
18+
type = "builtin",
19+
modules = {
20+
["resty.etcd"] = "lib/resty/etcd.lua",
21+
["resty.etcd.v2"] = "lib/resty/etcd/v2.lua",
22+
["resty.etcd.v3"] = "lib/resty/etcd/v3.lua",
23+
["resty.etcd.utils"] = "lib/resty/etcd/utils.lua",
24+
}
25+
}

0 commit comments

Comments
 (0)