aws-sdk-ec2 1.57.0 → 1.57.1
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: 98a794d43a4a1bc8f8f20278985b7e9930016f02
|
|
4
|
+
data.tar.gz: 4d43b2a4d6d6cc08405fbdd2cd6f350108f63518
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c63230a8c3d5915d2b7c6ed58ac1ce3e6985d838ee5e9c1f6d3591c798b73ddd3938059aea7db2543e1a97e0090f633cf957216bbcc764d3a83aa97b29d522f3
|
|
7
|
+
data.tar.gz: '03983f194f1486da6a93dd93668b299cc36bfef61641739bcfada5a42ce6311ee0db77471b4054ef2054c879a5f6ba4d3b2d87fe642f706bbc36a02123dd81ab'
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/lib/aws-sdk-ec2/client.rb
CHANGED
|
@@ -26791,7 +26791,7 @@ module Aws::EC2
|
|
|
26791
26791
|
params: params,
|
|
26792
26792
|
config: config)
|
|
26793
26793
|
context[:gem_name] = 'aws-sdk-ec2'
|
|
26794
|
-
context[:gem_version] = '1.57.
|
|
26794
|
+
context[:gem_version] = '1.57.1'
|
|
26795
26795
|
Seahorse::Client::Request.new(handlers, context)
|
|
26796
26796
|
end
|
|
26797
26797
|
|
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.57.
|
|
4
|
+
version: 1.57.1
|
|
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: 2018-11-
|
|
11
|
+
date: 2018-11-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sigv4
|
|
@@ -33,7 +33,7 @@ dependencies:
|
|
|
33
33
|
version: '3'
|
|
34
34
|
- - ">="
|
|
35
35
|
- !ruby/object:Gem::Version
|
|
36
|
-
version: 3.
|
|
36
|
+
version: 3.37.0
|
|
37
37
|
type: :runtime
|
|
38
38
|
prerelease: false
|
|
39
39
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -43,7 +43,7 @@ dependencies:
|
|
|
43
43
|
version: '3'
|
|
44
44
|
- - ">="
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
|
-
version: 3.
|
|
46
|
+
version: 3.37.0
|
|
47
47
|
description: Official AWS Ruby gem for Amazon Elastic Compute Cloud (Amazon EC2).
|
|
48
48
|
This gem is part of the AWS SDK for Ruby.
|
|
49
49
|
email:
|