]> git.wincent.com - mkdtemp.git/commitdiff
Use RubyForge as homepage
authorWincent Colaiuta <win@wincent.com>
Sun, 28 Sep 2008 10:08:39 +0000 (12:08 +0200)
committerWincent Colaiuta <win@wincent.com>
Sun, 28 Sep 2008 10:08:39 +0000 (12:08 +0200)
Alter the GemSpec to point to the RubyForge site as the official project
page.

Signed-off-by: Wincent Colaiuta <win@wincent.com>
Rakefile

index cbc10a3e5eabe347d7dcac3bf4d18029359ef03b..acd3201c75f2102259fec7865a44f3e50c51ceae 100644 (file)
--- 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.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'
   s.rubyforge_project = 'mkdtemp'
   s.platform          = Gem::Platform::RUBY
   s.summary           = 'Secure creation of temporary directories'