1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

fix email address in rakefile

This commit is contained in:
geemus (Wesley Beary) 2010-03-16 23:32:38 -07:00
parent efa6a5b5ef
commit 074e950597

View file

@ -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"