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'