diff --git a/Rakefile b/Rakefile index 4151e9962..c9f79cc7f 100644 --- a/Rakefile +++ b/Rakefile @@ -14,8 +14,8 @@ begin gem.add_dependency('nokogiri') gem.add_dependency('ruby-hmac') gem.name = "fog" - gem.description = %Q{brings clouds to you} - gem.summary = %Q{fog = clouds + you} + gem.description = %Q{The Ruby cloud computing library.} + gem.summary = %Q{brings clouds to you} gem.email = "geemus@gmail.com" gem.homepage = "http://github.com/geemus/fog" gem.authors = ["geemus (Wesley Beary)"] diff --git a/fog.gemspec b/fog.gemspec index ebb2bf78f..a0fac43db 100644 --- a/fog.gemspec +++ b/fog.gemspec @@ -11,7 +11,7 @@ Gem::Specification.new do |s| s.authors = ["geemus (Wesley Beary)"] s.date = %q{2010-04-01} s.default_executable = %q{fog} - s.description = %q{brings clouds to you} + s.description = %q{The Ruby cloud computing library.} s.email = %q{geemus@gmail.com} s.executables = ["fog"] s.extra_rdoc_files = [ @@ -360,7 +360,7 @@ Gem::Specification.new do |s| s.require_paths = ["lib"] s.rubyforge_project = %q{fog} s.rubygems_version = %q{1.3.6} - s.summary = %q{fog = clouds + you} + s.summary = %q{brings clouds to you} s.test_files = [ "spec/aws/models/ec2/address_spec.rb", "spec/aws/models/ec2/addresses_spec.rb",