From 32d52b024c53b7524f8fa526ab36a0f8ae67ffd4 Mon Sep 17 00:00:00 2001 From: Adam Miribyan Date: Sun, 5 Feb 2023 23:09:08 +0100 Subject: [PATCH] Match README Update gemspec description to match what's in README --- mrsk.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mrsk.gemspec b/mrsk.gemspec index 7cbfb888..6645fd2c 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 Rails apps in containers to servers running Docker with zero downtime." + spec.summary = "Deploy web apps in containers to servers running Docker with zero downtime." spec.license = "MIT" spec.files = Dir["lib/**/*", "MIT-LICENSE", "README.md"]