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:
parent
efa6a5b5ef
commit
074e950597
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
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"
|
||||
|
|
Loading…
Reference in a new issue