aws-sdk-rekognition 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/lib/aws-sdk-rekognition.rb +1 -1
- data/lib/aws-sdk-rekognition/client.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e202f3c5f8c9abd2963d960caf10eaa394932c226e619dbe583129d7bd4f8367
|
|
4
|
+
data.tar.gz: ecf272786b81bba53b35e975b497acc688efcaff278ae109527ddfbe9fbcf030
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fd679809080dee82395e45841d0c1369afcb3fa4c6c9c24adcfa683b15670b83a4cc96a7ec6462e6df0d10d797a87f5b2b7d369c77fce52bb96b7aa659eb1272
|
|
7
|
+
data.tar.gz: 1e43a2e84d94e4ecb80939dc267f800bf50b9e821738e88586bbbc072c46e3c17780a1ab12027c3fd8639269bdb81fbaa129828cfa43ba8a9835478af56d4691
|
data/lib/aws-sdk-rekognition.rb
CHANGED
|
@@ -4870,7 +4870,7 @@ module Aws::Rekognition
|
|
|
4870
4870
|
params: params,
|
|
4871
4871
|
config: config)
|
|
4872
4872
|
context[:gem_name] = 'aws-sdk-rekognition'
|
|
4873
|
-
context[:gem_version] = '1.
|
|
4873
|
+
context[:gem_version] = '1.42.0'
|
|
4874
4874
|
Seahorse::Client::Request.new(handlers, context)
|
|
4875
4875
|
end
|
|
4876
4876
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-rekognition
|
|
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
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-07-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|