5
5
6
6
Gem ::Specification . new do |s |
7
7
s . name = %q{amazon-ec2}
8
- s . version = "0.7.9 "
8
+ s . version = "0.9.0 "
9
9
10
10
s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
11
11
s . authors = [ "Glenn Rempe" ]
12
- s . date = %q{2009-12-22 }
12
+ s . date = %q{2010-01-19 }
13
13
s . description = %q{A Ruby library for accessing the Amazon Web Services EC2, ELB, RDS, Cloudwatch, and Autoscaling API's.}
14
14
15
15
s . executables = [ "ec2-gem-example.rb" , "ec2-gem-profile.rb" , "ec2sh" , "setup.rb" ]
@@ -51,6 +51,8 @@ Gem::Specification.new do |s|
51
51
"lib/AWS/EC2/products.rb" ,
52
52
"lib/AWS/EC2/security_groups.rb" ,
53
53
"lib/AWS/EC2/snapshots.rb" ,
54
+ "lib/AWS/EC2/spot_instance_requests.rb" ,
55
+ "lib/AWS/EC2/spot_prices.rb" ,
54
56
"lib/AWS/EC2/volumes.rb" ,
55
57
"lib/AWS/ELB.rb" ,
56
58
"lib/AWS/ELB/load_balancers.rb" ,
@@ -76,6 +78,8 @@ Gem::Specification.new do |s|
76
78
"test/test_EC2_s3_xmlsimple.rb" ,
77
79
"test/test_EC2_security_groups.rb" ,
78
80
"test/test_EC2_snapshots.rb" ,
81
+ "test/test_EC2_spot_instance_requests.rb" ,
82
+ "test/test_EC2_spot_prices.rb" ,
79
83
"test/test_EC2_volumes.rb" ,
80
84
"test/test_ELB_load_balancers.rb" ,
81
85
"test/test_RDS.rb" ,
@@ -108,6 +112,8 @@ Gem::Specification.new do |s|
108
112
"test/test_EC2_s3_xmlsimple.rb" ,
109
113
"test/test_EC2_security_groups.rb" ,
110
114
"test/test_EC2_snapshots.rb" ,
115
+ "test/test_EC2_spot_instance_requests.rb" ,
116
+ "test/test_EC2_spot_prices.rb" ,
111
117
"test/test_EC2_volumes.rb" ,
112
118
"test/test_ELB_load_balancers.rb" ,
113
119
"test/test_helper.rb" ,
0 commit comments