Skip to content

Commit

Permalink
feat(rockspec) added rockspec for 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamhm committed Feb 13, 2020
1 parent 0254a5e commit 68f0cc6
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions rockspecs/lua-resty-healthcheck-1.2.0-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
package = "lua-resty-healthcheck"
version = "1.2.0-1"
source = {
url = "https://github.com/Kong/lua-resty-healthcheck/archive/1.2.0.tar.gz",
dir = "lua-resty-healthcheck-1.2.0"
}
description = {
summary = "Healthchecks for OpenResty to check upstream service status",
detailed = [[
lua-resty-healthcheck is a module that can check upstream service
availability by sending requests and validating responses at timed
intervals.
]],
homepage = "https://github.com/Kong/lua-resty-healthcheck",
license = "Apache 2.0"
}
dependencies = {
"lua-resty-worker-events >= 0.3.2"
}
build = {
type = "builtin",
modules = {
["resty.healthcheck"] = "lib/resty/healthcheck.lua",
["resty.healthcheck.utils"] = "lib/resty/healthcheck/utils.lua"
}
}

0 comments on commit 68f0cc6

Please sign in to comment.