From: Wincent Colaiuta Date: Sun, 28 Sep 2008 10:08:39 +0000 (+0200) Subject: Use RubyForge as homepage X-Git-Tag: 1.0~2 X-Git-Url: https://git.wincent.com/mkdtemp.git/commitdiff_plain/6bc3cbced349fe04d963687d3e5a236481a5a13b?ds=sidebyside Use RubyForge as homepage Alter the GemSpec to point to the RubyForge site as the official project page. Signed-off-by: Wincent Colaiuta --- 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'