aws-sdk-elasticache 1.129.0 → 1.130.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-elasticache/client.rb +1 -1
- data/lib/aws-sdk-elasticache.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ca1283d1dcabb59d7f5e2143d11a67b20c1b30cd5477e84be77049e5053a7058
|
4
|
+
data.tar.gz: 895ce555821cfee5f9bf4e5429c1f62a80a7ae5492e3417e8eeab1ecb4f630c7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b38f9b2642f7311f13db862d0b4229e463b760f028b18cdfa910ad4f0c45a73b97ef0cfafb13fff0eb84cab1dc3e220dbbff020e099a0e288dd13af0fa8cf961
|
7
|
+
data.tar.gz: 1bb5c86f6c46bd3668a813495e116f6ae11d2a6aec93787e845e9029b218c6de00f3fab76df3979e10ab25c995bbe5c17baf1360f016e9086b807343ca2e04d8
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.130.0
|
@@ -11496,7 +11496,7 @@ module Aws::ElastiCache
|
|
11496
11496
|
tracer: tracer
|
11497
11497
|
)
|
11498
11498
|
context[:gem_name] = 'aws-sdk-elasticache'
|
11499
|
-
context[:gem_version] = '1.
|
11499
|
+
context[:gem_version] = '1.130.0'
|
11500
11500
|
Seahorse::Client::Request.new(handlers, context)
|
11501
11501
|
end
|
11502
11502
|
|
data/lib/aws-sdk-elasticache.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-elasticache
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.130.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
@@ -18,7 +18,7 @@ dependencies:
|
|
18
18
|
version: '3'
|
19
19
|
- - ">="
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 3.
|
21
|
+
version: 3.228.0
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -28,7 +28,7 @@ dependencies:
|
|
28
28
|
version: '3'
|
29
29
|
- - ">="
|
30
30
|
- !ruby/object:Gem::Version
|
31
|
-
version: 3.
|
31
|
+
version: 3.228.0
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: aws-sigv4
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|