From b64a1cc9a6097d76ee84fba6d0a7d8c73f1c8f19 Mon Sep 17 00:00:00 2001 From: Chris Couzens Date: Sun, 22 Nov 2020 12:17:28 +0000 Subject: [PATCH] Fix description typo It was showing up in https://rubygems.org/gems/listen --- listen.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/listen.gemspec b/listen.gemspec index c331ee5b..b10dc93d 100644 --- a/listen.gemspec +++ b/listen.gemspec @@ -14,7 +14,7 @@ Gem::Specification.new do |gem| gem.homepage = 'https://github.com/guard/listen' gem.summary = 'Listen to file modifications' gem.description = 'The Listen gem listens to file modifications and '\ - 'notifies you about the changegem. Works everywhere!' + 'notifies you about the changes. Works everywhere!' gem.metadata = { 'allowed_push_host' => 'https://rubygems.org' }