fix grammar in gem summary & description
This commit is contained in:
parent
ff6629f6f1
commit
d5a5fa139a
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user