From 6bc3cbced349fe04d963687d3e5a236481a5a13b Mon Sep 17 00:00:00 2001 From: Wincent Colaiuta Date: Sun, 28 Sep 2008 12:08:39 +0200 Subject: [PATCH] Use RubyForge as homepage Alter the GemSpec to point to the RubyForge site as the official project page. Signed-off-by: Wincent Colaiuta --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index cbc10a3..acd3201 100644 --- a/Rakefile +++ b/Rakefile @@ -76,7 +76,7 @@ SPEC = Gem::Specification.new do |s| s.version = Dir::Mkdtemp::VERSION s.author = 'Wincent Colaiuta' s.email = 'win@wincent.com' - s.homepage = 'http://git.wincent.com/mkdtemp.git' + s.homepage = 'http://mkdtemp.rubyforge.org/' s.rubyforge_project = 'mkdtemp' s.platform = Gem::Platform::RUBY s.summary = 'Secure creation of temporary directories' -- 2.37.1