aws-sdk-entityresolution 1.41.0 → 1.42.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-entityresolution/client.rb +1 -1
- data/lib/aws-sdk-entityresolution.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: 14ade0c978783f4092381409589daa38f6b6a585c900297f261d70549f6a410f
|
|
4
|
+
data.tar.gz: ec58241a6d0ba03fbcd11e3b60bfc787855e0abc0dd3828bd62687478b672f39
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 26999a3bc803a259c4c4f0459cee1482f884eff9c93027a5470fb6fac8455f1b3eaabee82c4cc1907a52ef779ba9f8c1829acc46ead63bf3e86debf53ba06ab0
|
|
7
|
+
data.tar.gz: 1ff5fb799467903354d9082160471ff791c26390f6d452407a1b670d8d26161819ed576496f071bfb5447bcd35c558e851451627b2c4f67619904ed108454c64
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.42.0
|
|
@@ -2817,7 +2817,7 @@ module Aws::EntityResolution
|
|
|
2817
2817
|
tracer: tracer
|
|
2818
2818
|
)
|
|
2819
2819
|
context[:gem_name] = 'aws-sdk-entityresolution'
|
|
2820
|
-
context[:gem_version] = '1.
|
|
2820
|
+
context[:gem_version] = '1.42.0'
|
|
2821
2821
|
Seahorse::Client::Request.new(handlers, context)
|
|
2822
2822
|
end
|
|
2823
2823
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-entityresolution
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.42.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.241.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.241.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|