amazon-ec2 0.7.7 → 0.7.8
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/amazon-ec2.gemspec +4 -3
- data/lib/AWS/EC2.rb +1 -1
- data/lib/AWS/EC2/instances.rb +5 -2
- data/test/test_EC2_instances.rb +2 -2
- data/wsdl/2009-11-30.ec2.wsdl +4668 -0
- metadata +3 -2
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: amazon-ec2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Glenn Rempe
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-12-
|
12
|
+
date: 2009-12-21 00:00:00 -08:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -142,6 +142,7 @@ files:
|
|
142
142
|
- wsdl/2008-05-05.ec2.wsdl
|
143
143
|
- wsdl/2008-12-01.ec2.wsdl
|
144
144
|
- wsdl/2009-10-31.ec2.wsdl
|
145
|
+
- wsdl/2009-11-30.ec2.wsdl
|
145
146
|
has_rdoc: true
|
146
147
|
homepage: http://github.com/grempe/amazon-ec2
|
147
148
|
licenses: []
|