Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pintsized committed May 26, 2016
1 parent 420997d commit d2e0219
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions lua-resty-http-0.08-0.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
package = "lua-resty-http"
version = "0.08-0"
source = {
url = "git://github.com/pintsized/lua-resty-http",
tag = "v0.08"
}
description = {
summary = "Lua HTTP client cosocket driver for OpenResty / ngx_lua.",
homepage = "https://github.com/pintsized/lua-resty-http",
license = "2-clause BSD",
maintainer = "James Hurst <[email protected]>"
}
dependencies = {
"lua >= 5.1"
}
build = {
type = "builtin",
modules = {
["resty.http"] = "lib/resty/http.lua",
["resty.http_headers"] = "lib/resty/http_headers.lua"
}
}

0 comments on commit d2e0219

Please sign in to comment.