aws-sdk-paymentcryptographydata 1.32.0 → 1.33.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 +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 07f3e6a1d7c337e0e1d8bf845f008c6b72edca50ce345ee53accb3411fb0516f
|
4
|
+
data.tar.gz: 2a1b8efd4670b46e37d8b5407d50926fab9ae949e2a591b20789278777683b74
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c8353e471b9f17c2eb1e06a72a7e72d10d8dd76e4ae98d054a556a591829dd2c0636e389f5918f8e7e68fed9a119c272365bcd251aa4c47aaa7cd7f6efa8a045
|
7
|
+
data.tar.gz: 0a59091c43248752121595a08b835a871f04fa79e006ee3fa51d6dd9b2e5f6344cacc2ee00a386ccd91b3d1baedd1700bcf5af282b5e99aa27d943e9a789df1f
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.33.0
|
@@ -2221,7 +2221,7 @@ module Aws::PaymentCryptographyData
|
|
2221
2221
|
tracer: tracer
|
2222
2222
|
)
|
2223
2223
|
context[:gem_name] = 'aws-sdk-paymentcryptographydata'
|
2224
|
-
context[:gem_version] = '1.
|
2224
|
+
context[:gem_version] = '1.33.0'
|
2225
2225
|
Seahorse::Client::Request.new(handlers, context)
|
2226
2226
|
end
|
2227
2227
|
|
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.33.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.225.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.225.0
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: aws-sigv4
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
@@ -84,7 +84,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
84
84
|
requirements:
|
85
85
|
- - ">="
|
86
86
|
- !ruby/object:Gem::Version
|
87
|
-
version: '2.
|
87
|
+
version: '2.7'
|
88
88
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
89
89
|
requirements:
|
90
90
|
- - ">="
|