aws-sdk-paymentcryptographydata 1.36.0 → 1.37.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: 550362995e3f985d1ced326cb55ae9c673c664e2186db6b0d161c36593028755
|
4
|
+
data.tar.gz: 4a551e81b89c8ce272e1914f1090efe329a0f1063d501cfb0e7a2db4f4bde63a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c1e53a932579af1e98d5f84c7c4f32eef6ce58712ff8593f846c0aa792f5f2ea9a87214501d054a659841587beb5666f7f913bb25b766f8965bcf2bb5436f42c
|
7
|
+
data.tar.gz: 838c19c5005bb036c1adf2b970bb363a77733fbb1fe3fdc1b9d16e1886627255fe251ab6ae80716fcab19a823ce3987790f0ed4fdaeeb43192b0a05edbdb60e8
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.37.0
|
@@ -2231,7 +2231,7 @@ module Aws::PaymentCryptographyData
|
|
2231
2231
|
tracer: tracer
|
2232
2232
|
)
|
2233
2233
|
context[:gem_name] = 'aws-sdk-paymentcryptographydata'
|
2234
|
-
context[:gem_version] = '1.
|
2234
|
+
context[:gem_version] = '1.37.0'
|
2235
2235
|
Seahorse::Client::Request.new(handlers, context)
|
2236
2236
|
end
|
2237
2237
|
|
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.37.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.228.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.228.0
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: aws-sigv4
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|