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

update author name in rubygem for consistency

This commit is contained in:
Wesley Beary 2009-10-07 14:27:20 -07:00
parent 34294ad441
commit 909a648b53

View file

@ -15,9 +15,8 @@ begin
gem.summary = %Q{fog = clouds + you}
gem.email = "me@geemus.com"
gem.homepage = "http://github.com/geemus/fog"
gem.authors = ["Wesley Beary"]
gem.authors = ["geemus (Wesley Beary)"]
gem.rubyforge_project = "fog"
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
rescue LoadError