Skip to content

Commit 1e105c7

Browse files
committed
Bumped up minor version to 1.1 in lua rockspec
1 parent 2ec1274 commit 1e105c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lua-resty-pubsub-1.0-0.rockspec renamed to lua-resty-pubsub-1.1-0.rockspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
package = "lua-resty-pubsub"
2-
version = "1.0-0"
2+
version = "1.1-0"
33
source = {
44
url = "git://github.com/wingify/lua-resty-pubsub",
5-
tag = "v1.0"
5+
tag = "v1.1"
66
}
77
description = {
88
summary = "Lua Pubsub client driver for the ngx_lua based on the cosocket API",
99
detailed = [[
1010
This Lua library is a Pubsub client driver for the ngx_lua nginx module: http://wiki.nginx.org/HttpLuaModule
1111
12-
This Lua library takes advantage of ngx_lua's cosocket API, which ensures 100% nonblocking behavior. This library pushes messages (with attributes) to Google Cloud pubsub using nginx timers and http
12+
This Lua library takes advantage of ngx_lua's cosocket API, which ensures 100% nonblocking behavior. This library pushes messages (with attributes) to Google Cloud pubsub using nginx timers and http requests.
1313
1414
Note that at least [ngx_lua 0.9.3](https://github.com/openresty/lua-nginx-module/tags) or [ngx_openresty 1.4.3.7](http://openresty.org/#Download) is required, and unfortunately only LuaJIT supported (`--with-luajit`).
1515
]],

0 commit comments

Comments
 (0)