From d5a5fa139ab434de097026202b49dc37fd96419f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Thu, 26 May 2011 18:14:49 +0200 Subject: [PATCH] fix grammar in gem summary & description --- guard.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guard.gemspec b/guard.gemspec index d35284e..febe2dd 100644 --- a/guard.gemspec +++ b/guard.gemspec @@ -9,8 +9,8 @@ Gem::Specification.new do |s| s.authors = ['Thibaud Guillaume-Gentil'] s.email = ['thibaud@thibaud.me'] s.homepage = 'http://rubygems.org/gems/guard' - s.summary = 'Guard keep an eye on your files modifications.' - s.description = 'Guard is a command line tool to easily handle events on files modifications.' + s.summary = 'Guard keeps an eye on your file modifications' + s.description = 'Guard is a command line tool to easily handle events on file system modifications.' s.required_rubygems_version = '>= 1.3.6' s.rubyforge_project = 'guard'