From c3d2888c51efcc1f8615c99d3d02cf0627be69de Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 14 Jan 2023 12:34:56 +0100 Subject: [PATCH] Update summary --- mrsk.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]