google-cloud-kms-v1 1.3.1 → 1.3.2
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7ccfdffb66420b7e4e7f188e47e45ad61b922bdc25f849fc007a3686cda0aafd
|
|
4
|
+
data.tar.gz: d25e62458983eacaeba7186ee9e5838730b6f0bf77dcff59de6045cea2688137
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3845af838adc47393a9e37867b395992a71e8e5bd557b55324bbe9e1504a56fa6aeaddd916ccb9710e4db3ccd1f9feb211dcab6ccae0f4128b891255def0eea1
|
|
7
|
+
data.tar.gz: 3f0c7252be6e4829b21de46f1a2efde98c792ea3a0113dcdd22bc66b9aad0ab222a09a5c9b53e48edc9d148039df207802a443ff2e116ade32cc31816270b26f
|
|
@@ -429,7 +429,6 @@ module Google
|
|
|
429
429
|
# The suffix following `HMAC_` corresponds to the hash algorithm being used
|
|
430
430
|
# (eg. SHA256).
|
|
431
431
|
#
|
|
432
|
-
# Algorithms beginning with `PQ_` are post-quantum.
|
|
433
432
|
#
|
|
434
433
|
# For more information, see [Key purposes and algorithms]
|
|
435
434
|
# (https://cloud.google.com/kms/docs/algorithms).
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-kms-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date: 2025-01-
|
|
10
|
+
date: 2025-01-15 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: gapic-common
|
|
@@ -168,7 +167,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
|
168
167
|
licenses:
|
|
169
168
|
- Apache-2.0
|
|
170
169
|
metadata: {}
|
|
171
|
-
post_install_message:
|
|
172
170
|
rdoc_options: []
|
|
173
171
|
require_paths:
|
|
174
172
|
- lib
|
|
@@ -183,8 +181,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
183
181
|
- !ruby/object:Gem::Version
|
|
184
182
|
version: '0'
|
|
185
183
|
requirements: []
|
|
186
|
-
rubygems_version: 3.
|
|
187
|
-
signing_key:
|
|
184
|
+
rubygems_version: 3.6.2
|
|
188
185
|
specification_version: 4
|
|
189
186
|
summary: Manages keys and performs cryptographic operations in a central cloud service,
|
|
190
187
|
for direct use by other cloud resources and applications.
|