aws-sdk-paymentcryptographydata 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-paymentcryptographydata/client.rb +1 -1
- data/lib/aws-sdk-paymentcryptographydata.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: 13c7bc23fcf14d79fbe549d99f7fbb025c703983bc11495691065baeaedd153a
|
4
|
+
data.tar.gz: b6c66d676064f9da7c96a34b33646ef259442506e14c85d5415a1080129cfda6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d0728548784d3307f55234a9c889a198fcfc2d41330a418bcc49825a9979952fce97b53ceb3088b577d42aa2366cf7a60009c975e1706bc93d1a239f29f3c410
|
7
|
+
data.tar.gz: 70fcc9a819ea5c555a04d6af56583416da78a3b0b15f9de72c0ec44fa7698e24eaf1546ffdb631bfe7f443c36f669361142581e2fec91125a8ae693b5c5166d1
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.42.0
|
@@ -2335,7 +2335,7 @@ module Aws::PaymentCryptographyData
|
|
2335
2335
|
tracer: tracer
|
2336
2336
|
)
|
2337
2337
|
context[:gem_name] = 'aws-sdk-paymentcryptographydata'
|
2338
|
-
context[:gem_version] = '1.
|
2338
|
+
context[:gem_version] = '1.42.0'
|
2339
2339
|
Seahorse::Client::Request.new(handlers, context)
|
2340
2340
|
end
|
2341
2341
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-paymentcryptographydata
|
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.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
|