From 088369afc2ff8fbd5ef2344686d0f49784854366 Mon Sep 17 00:00:00 2001 From: cowboycoded Date: Sun, 6 Mar 2011 23:26:50 -0500 Subject: [PATCH] fixed github url --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 206d6b8..1f64e12 100644 --- a/Rakefile +++ b/Rakefile @@ -14,7 +14,7 @@ require 'jeweler' Jeweler::Tasks.new do |gem| # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options gem.name = "impressionist" - gem.homepage = "http://github.com/johnmcaliley/impressionist" + gem.homepage = "http://github.com/cowboycoded/impressionist" gem.license = "MIT" gem.summary = %Q{Easy way to log impressions} gem.description = %Q{Log impressions from controller actions or from a model}