diff --git a/mrsk.gemspec b/mrsk.gemspec index 8bbc829b..d3cf86fd 100644 --- a/mrsk.gemspec +++ b/mrsk.gemspec @@ -6,7 +6,7 @@ Gem::Specification.new do |spec| spec.authors = [ "David Heinemeier Hansson" ] spec.email = "dhh@hey.com" spec.homepage = "https://github.com/rails/mrsk" - spec.summary = "Deploy Docker containers with zero downtime to any host." + spec.summary = "Deploy Rails apps in containers to servers running Docker with zero downtime." spec.license = "MIT" spec.files = Dir["lib/**/*", "MIT-LICENSE", "README.md"]