From 29f671b64a25ba059184177404acffb533c46e86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Thu, 26 May 2011 18:18:29 +0200 Subject: [PATCH] change gem "homepage" property to the GitHub project --- guard.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guard.gemspec b/guard.gemspec index 99702bb..56215e0 100644 --- a/guard.gemspec +++ b/guard.gemspec @@ -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.'