change gem "homepage" property to the GitHub project
This commit is contained in:
parent
03aa0b0df8
commit
29f671b64a
@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
||||
s.platform = Gem::Platform::RUBY
|
||||
s.authors = ['Thibaud Guillaume-Gentil']
|
||||
s.email = ['thibaud@thibaud.me']
|
||||
s.homepage = 'http://rubygems.org/gems/guard'
|
||||
s.homepage = 'https://github.com/guard/guard'
|
||||
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.'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user