Skip to content
This repository has been archived by the owner on Jan 20, 2019. It is now read-only.

Commit

Permalink
Updated gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
grempe committed Dec 6, 2009
1 parent 5af0dc7 commit 50484e5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions amazon-ec2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{amazon-ec2}
s.version = "0.7.3"
s.version = "0.7.4"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Glenn Rempe"]
s.date = %q{2009-11-16}
s.date = %q{2009-12-06}
s.description = %q{A Ruby library for accessing the Amazon Web Services EC2, ELB, RDS, Cloudwatch, and Autoscaling API's.}
s.email = %q{glenn@rempe.us}
s.executables = ["ec2-gem-example.rb", "ec2-gem-profile.rb", "ec2sh", "setup.rb"]
Expand Down Expand Up @@ -42,6 +42,7 @@ Gem::Specification.new do |s|
"lib/AWS/EC2.rb",
"lib/AWS/EC2/availability_zones.rb",
"lib/AWS/EC2/console.rb",
"lib/AWS/EC2/devpay.rb",
"lib/AWS/EC2/elastic_ips.rb",
"lib/AWS/EC2/image_attributes.rb",
"lib/AWS/EC2/images.rb",
Expand Down Expand Up @@ -82,7 +83,8 @@ Gem::Specification.new do |s|
"wsdl/2007-08-29.ec2.wsdl",
"wsdl/2008-02-01.ec2.wsdl",
"wsdl/2008-05-05.ec2.wsdl",
"wsdl/2008-12-01.ec2.wsdl"
"wsdl/2008-12-01.ec2.wsdl",
"wsdl/2009-10-31.ec2.wsdl"
]
s.homepage = %q{http://github.com/grempe/amazon-ec2}
s.rdoc_options = ["--title", "amazon-ec2 documentation", "--line-numbers", "--main", "README.rdoc"]
Expand Down

0 comments on commit 50484e5

Please sign in to comment.