diff --git a/README.md b/README.md index 66fe2ad..f26ac35 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # ☯️ InnerPerformance [![Gem Version](https://badge.fury.io/rb/inner_performance.svg)](https://badge.fury.io/rb/inner_performance) -Database-backed modest performance monitoring tool for your Rails app. +Simple database-backed performance monitoring for your Rails app. image diff --git a/inner_performance.gemspec b/inner_performance.gemspec index 0899692..0ba61da 100644 --- a/inner_performance.gemspec +++ b/inner_performance.gemspec @@ -8,8 +8,8 @@ Gem::Specification.new do |spec| spec.authors = ["mbajur"] spec.email = ["mbajur@gmail.com"] spec.homepage = "https://github.com/mbajur" - spec.summary = "Database-backed modest performance monitoring tool for your Rails app." - spec.description = "Database-backed modest performance monitoring tool for your Rails app." + spec.summary = "Simple database-backed performance monitoring for your Rails app." + spec.description = spec.summary # Prevent pushing this gem to RubyGems.org. To allow pushes either set the "allowed_push_host" # to allow pushing to a single host or delete this section to allow pushing to any host.