aws-sdk-customerprofiles 1.91.0 → 1.92.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-customerprofiles/client.rb +1 -1
- data/lib/aws-sdk-customerprofiles.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: 6904db0c3d0f392298b07a3338e71760a86016db23960ef38de5f624280c5b47
|
|
4
|
+
data.tar.gz: 307a1433334c1386f7b7875ea0ee91770b1957c43118fc5ea64761a887b13978
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4c79e605722dc181c3a49d8b2396fbfa73fbc1343527a0269aa6c74467d26179eaf9148d74581e592d18456a6f2b68ed9acc2a4c984a40e11c7a12a020b11b5e
|
|
7
|
+
data.tar.gz: fa4700556a9085907fe032c95305074a427cde31654f32bbed5b39c336b009b3fafc0ffbfff100081d0fc6148b274a39cf3012851945e06d35cdde8e2e78c989
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.92.0
|
|
@@ -8076,7 +8076,7 @@ module Aws::CustomerProfiles
|
|
|
8076
8076
|
tracer: tracer
|
|
8077
8077
|
)
|
|
8078
8078
|
context[:gem_name] = 'aws-sdk-customerprofiles'
|
|
8079
|
-
context[:gem_version] = '1.
|
|
8079
|
+
context[:gem_version] = '1.92.0'
|
|
8080
8080
|
Seahorse::Client::Request.new(handlers, context)
|
|
8081
8081
|
end
|
|
8082
8082
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-customerprofiles
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.92.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.254.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.254.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|