]> git.wincent.com - mkdtemp.git/commitdiff
Update homepage link
authorWincent Colaiuta <win@wincent.com>
Wed, 28 Jul 2010 21:24:29 +0000 (23:24 +0200)
committerWincent Colaiuta <win@wincent.com>
Wed, 28 Jul 2010 21:24:29 +0000 (23:24 +0200)
Signed-off-by: Wincent Colaiuta <win@wincent.com>
.gitignore
Rakefile

index a70169cd817dd843173ade6d45280f4959251da6..4c621d19e33383f8c67033cb09cdf0ea1adcf7ec 100644 (file)
@@ -1,3 +1,3 @@
 html
 pkg
-
+.yardoc
index d9765e2a96b57322500222fdace74fad07f74e16..bd4c29dc52da92a322f9bcc0b167e5bdf944e85c 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -85,7 +85,7 @@ SPEC = Gem::Specification.new do |s|
   s.version           = Dir::Mkdtemp::VERSION
   s.author            = 'Wincent Colaiuta'
   s.email             = 'win@wincent.com'
-  s.homepage          = 'http://mkdtemp.rubyforge.org/'
+  s.homepage          = 'https://wincent.com/products/mkdtemp'
   s.rubyforge_project = 'mkdtemp'
   s.platform          = Gem::Platform::RUBY
   s.summary           = 'Secure creation of temporary directories'