Skip to content

Commit f7cfcdd

Browse files
committed
Improve Gemspec
1 parent 8413d75 commit f7cfcdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

allgood.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
99
spec.email = ["rubygems@rameerez.com"]
1010

1111
spec.summary = "Add quick, simple, and beautiful health checks to your Rails application."
12-
spec.description = "Define custom health checks for your app (as in: are there any new users in the past 24 hours) and see the results in a simple /healthcheck page that you can use to monitor your app with UptimeRobot, Pingdom, or other monitoring services also useful as a replacement /up endpoint for Kamal."
12+
spec.description = "Define custom health checks for your app (as in: are there any new users in the past 24 hours) and see the results in a simple /healthcheck page that you can use to monitor your production app with UptimeRobot, Pingdom, or other monitoring services. It's also useful as a drop-in replacement for the default `/up` health check endpoint for Kamal deployments."
1313
spec.homepage = "https://github.com/rameerez/allgood"
1414
spec.license = "MIT"
1515
spec.required_ruby_version = ">= 3.0.0"

0 commit comments

Comments
 (0)