Skip to content

Commit fccd204

Browse files
committed
Regenerated gemspec for version 0.9.0
1 parent 5d7e7a7 commit fccd204

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

amazon-ec2.gemspec

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
Gem::Specification.new do |s|
77
s.name = %q{amazon-ec2}
8-
s.version = "0.7.9"
8+
s.version = "0.9.0"
99

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["Glenn Rempe"]
12-
s.date = %q{2009-12-22}
12+
s.date = %q{2010-01-19}
1313
s.description = %q{A Ruby library for accessing the Amazon Web Services EC2, ELB, RDS, Cloudwatch, and Autoscaling API's.}
1414
s.email = %q{[email protected]}
1515
s.executables = ["ec2-gem-example.rb", "ec2-gem-profile.rb", "ec2sh", "setup.rb"]
@@ -51,6 +51,8 @@ Gem::Specification.new do |s|
5151
"lib/AWS/EC2/products.rb",
5252
"lib/AWS/EC2/security_groups.rb",
5353
"lib/AWS/EC2/snapshots.rb",
54+
"lib/AWS/EC2/spot_instance_requests.rb",
55+
"lib/AWS/EC2/spot_prices.rb",
5456
"lib/AWS/EC2/volumes.rb",
5557
"lib/AWS/ELB.rb",
5658
"lib/AWS/ELB/load_balancers.rb",
@@ -76,6 +78,8 @@ Gem::Specification.new do |s|
7678
"test/test_EC2_s3_xmlsimple.rb",
7779
"test/test_EC2_security_groups.rb",
7880
"test/test_EC2_snapshots.rb",
81+
"test/test_EC2_spot_instance_requests.rb",
82+
"test/test_EC2_spot_prices.rb",
7983
"test/test_EC2_volumes.rb",
8084
"test/test_ELB_load_balancers.rb",
8185
"test/test_RDS.rb",
@@ -108,6 +112,8 @@ Gem::Specification.new do |s|
108112
"test/test_EC2_s3_xmlsimple.rb",
109113
"test/test_EC2_security_groups.rb",
110114
"test/test_EC2_snapshots.rb",
115+
"test/test_EC2_spot_instance_requests.rb",
116+
"test/test_EC2_spot_prices.rb",
111117
"test/test_EC2_volumes.rb",
112118
"test/test_ELB_load_balancers.rb",
113119
"test/test_helper.rb",

0 commit comments

Comments
 (0)