aws-sdk-ec2 1.0.0.rc9 → 1.0.0.rc10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-ec2.rb +1 -1
- data/lib/aws-sdk-ec2/client.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eda38132f68d52d481afd6e2dbd8585ccf4021ca
|
|
4
|
+
data.tar.gz: c1f4cda73f3a0b79d10e1181a83565ee69925aa3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3e98ca77656369d669b85f7312d83b1daabdf19035686a7fd9d6de6d5b7bc9b1dc5f2ce3f8a36ad44100c46711a41c223d84d010427cc62d7d2a6c9e9b8c7de9
|
|
7
|
+
data.tar.gz: 7de60d4b2a9cb1af78d459f08f2f6822fa45b14a7abf4fd6aa3f13793f98533b9d4f658cfa38dd1296326f0698e950e5646b4d5f53db62b7d3f7010021a5ff3f
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/lib/aws-sdk-ec2/client.rb
CHANGED
|
@@ -20477,7 +20477,7 @@ module Aws::EC2
|
|
|
20477
20477
|
params: params,
|
|
20478
20478
|
config: config)
|
|
20479
20479
|
context[:gem_name] = 'aws-sdk-ec2'
|
|
20480
|
-
context[:gem_version] = '1.0.0.
|
|
20480
|
+
context[:gem_version] = '1.0.0.rc10'
|
|
20481
20481
|
Seahorse::Client::Request.new(handlers, context)
|
|
20482
20482
|
end
|
|
20483
20483
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-ec2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.0.
|
|
4
|
+
version: 1.0.0.rc10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-06
|
|
11
|
+
date: 2017-07-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sigv4
|
|
@@ -30,14 +30,14 @@ dependencies:
|
|
|
30
30
|
requirements:
|
|
31
31
|
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 3.0.0.
|
|
33
|
+
version: 3.0.0.rc16
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 3.0.0.
|
|
40
|
+
version: 3.0.0.rc16
|
|
41
41
|
description: Official AWS Ruby gem for Amazon Elastic Compute Cloud (Amazon EC2).
|
|
42
42
|
This gem is part of the AWS SDK for Ruby.
|
|
43
43
|
email:
|