aws-sdk-customerprofiles 1.73.0 → 1.74.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: b88b76dbeef9d7d3bb9fad9fd59740fe00787cb869b5a07f6cf5048d0ee6138a
|
4
|
+
data.tar.gz: 7aef03b606d2a83fda6ef473985c1bbb52381f37ed01264faf918e0bc26b8739
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2e4cca1f38dae4c867f2e6e05049a01c2141bbac5b0430a77fd351f307654c959fac8e4ea2a4e5d0ab34b93cca896fe49c268ceb742ecd93e5b9adffb02df84b
|
7
|
+
data.tar.gz: d50af2cdbdb5ab188650b5a5c28131793fbdcc61ba5cb28616ca5b43da158620a7d4d208fb6d1e84a591997cdb494e66bb769f234decf6a2c53dacacbde31b6f
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.74.0
|
@@ -6651,7 +6651,7 @@ module Aws::CustomerProfiles
|
|
6651
6651
|
tracer: tracer
|
6652
6652
|
)
|
6653
6653
|
context[:gem_name] = 'aws-sdk-customerprofiles'
|
6654
|
-
context[:gem_version] = '1.
|
6654
|
+
context[:gem_version] = '1.74.0'
|
6655
6655
|
Seahorse::Client::Request.new(handlers, context)
|
6656
6656
|
end
|
6657
6657
|
|
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.74.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.234.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.234.0
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: aws-sigv4
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|