fix grammar in gem summary & description

This commit is contained in:
Mislav Marohnić 2011-05-26 18:14:49 +02:00
parent ff6629f6f1
commit d5a5fa139a

View File

@ -9,8 +9,8 @@ Gem::Specification.new do |s|
s.authors = ['Thibaud Guillaume-Gentil'] s.authors = ['Thibaud Guillaume-Gentil']
s.email = ['thibaud@thibaud.me'] s.email = ['thibaud@thibaud.me']
s.homepage = 'http://rubygems.org/gems/guard' s.homepage = 'http://rubygems.org/gems/guard'
s.summary = 'Guard keep an eye on your 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 files 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.required_rubygems_version = '>= 1.3.6'
s.rubyforge_project = 'guard' s.rubyforge_project = 'guard'