From 749252d44aa36ad4e10aa6f6d4d4868342fbabb1 Mon Sep 17 00:00:00 2001 From: John Nunemaker Date: Sun, 22 Apr 2012 15:35:01 -0400 Subject: [PATCH] Update homepage in gemspec --- canable.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canable.gemspec b/canable.gemspec index 0858355..4acc905 100644 --- a/canable.gemspec +++ b/canable.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.authors = ["John Nunemaker"] s.email = ["nunemaker@gmail.com"] - s.homepage = "http://github.com/jnunemaker/canable" + s.homepage = "http://jnunemaker.github.com/canable/" s.summary = %Q{Simple permissions that I have used on my last several projects so I figured it was time to abstract and wrap up into something more easily reusable.} s.description = %Q{Simple permissions that I have used on my last several projects so I figured it was time to abstract and wrap up into something more easily reusable.}