aws-sdk-ec2 1.74.0 → 1.75.0
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: 68cf5e181335c446bdf1389a08ced5938cecc41b
|
|
4
|
+
data.tar.gz: d093b8f46bfe17d7e960e27c904bad1b85bc60c0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e38b4301bc2a2f5b81c56ea4d5377bee94217f5617724c86dbfa3179cf10a482fc6f6270d26d5da65641cc51041ae98412f69df91afaeca1671d643802f585ed
|
|
7
|
+
data.tar.gz: 5d997e3076867410d16d886a15fd751a4010af19fb65c38849b317935779a32adb04c6eb077ca3dd85db5f28b0cc161f6d24c2228a11698c493f31cfae3a030c
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/lib/aws-sdk-ec2/client.rb
CHANGED
|
@@ -29979,7 +29979,7 @@ module Aws::EC2
|
|
|
29979
29979
|
params: params,
|
|
29980
29980
|
config: config)
|
|
29981
29981
|
context[:gem_name] = 'aws-sdk-ec2'
|
|
29982
|
-
context[:gem_version] = '1.
|
|
29982
|
+
context[:gem_version] = '1.75.0'
|
|
29983
29983
|
Seahorse::Client::Request.new(handlers, context)
|
|
29984
29984
|
end
|
|
29985
29985
|
|
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.
|
|
4
|
+
version: 1.75.0
|
|
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: 2019-03-
|
|
11
|
+
date: 2019-03-21 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.48.
|
|
36
|
+
version: 3.48.2
|
|
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.48.
|
|
46
|
+
version: 3.48.2
|
|
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:
|