You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: allgood.gemspec
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
spec.email=["rubygems@rameerez.com"]
10
10
11
11
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 /upendpoint 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."
0 commit comments