Skip to content

Commit

Permalink
feat: release v3.0.0 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlinsRan authored Jun 5, 2023
1 parent 7e992d1 commit a6987e7
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions rockspecs/lua-resty-healthcheck-api7-3.0.0-0.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
package = "lua-resty-healthcheck-api7"
version = "3.0.0-0"
source = {
url = "git://github.com/api7/lua-resty-healthcheck",
branch = "v3.0.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/api7/lua-resty-healthcheck",
license = "Apache 2.0"
}

dependencies = {
"lua-resty-worker-events = 1.0.0",
"penlight ~> 1.7",
"lua-resty-timer ~> 1"
}
build = {
type = "builtin",
modules = {
["resty.healthcheck"] = "lib/resty/healthcheck.lua",
}
}

0 comments on commit a6987e7

Please sign in to comment.