From 074e950597b9d9bdb03368c069469aa019e1ebb9 Mon Sep 17 00:00:00 2001 From: "geemus (Wesley Beary)" Date: Tue, 16 Mar 2010 23:32:38 -0700 Subject: [PATCH] fix email address in rakefile --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 177777564..9a2b11aa7 100644 --- a/Rakefile +++ b/Rakefile @@ -16,7 +16,7 @@ begin gem.name = "fog" gem.description = %Q{brings clouds to you} gem.summary = %Q{fog = clouds + you} - gem.email = "me@geemus.com" + gem.email = "geemus@gmail.com" gem.homepage = "http://github.com/geemus/fog" gem.authors = ["geemus (Wesley Beary)"] gem.rubyforge_project = "fog"