Skip to content

Commit 64c1c02

Browse files
committed
Update Gemspec and get ready to release v0.1.0
1 parent 0939efe commit 64c1c02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

allgood.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
88
spec.authors = ["rameerez"]
99
spec.email = ["allgood@rameerez.com"]
1010

11-
spec.summary = "Quickly set up a health check page for your Rails app."
12-
spec.description = "Define what health checks you want to run, and see the results in a simple /healthcheck page that you can use to monitor your app with UptimeRobot, Pingdom, or other monitoring services."
11+
spec.summary = "Add quick, simple, and beautiful health checks to your Rails application."
12+
spec.description = "Define custom, business-oriented 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."
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)