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: 8f9189a60f9d409f65867917112454f91ce4311f66fa02ff20b10bcf60ed9930
4
- data.tar.gz: 22f9c8bbf88acbfe73c48e1cf3b11d08238095197c66f3f8d5c952884a906a54
3
+ metadata.gz: 7ccfdffb66420b7e4e7f188e47e45ad61b922bdc25f849fc007a3686cda0aafd
4
+ data.tar.gz: d25e62458983eacaeba7186ee9e5838730b6f0bf77dcff59de6045cea2688137
5
5
  SHA512:
6
- metadata.gz: 8ae199ec85ae42a2f776d5dfbf2303ab926834248758005309bbe927f3a8a1b259ee6531be48ab257c8b0e7cfb3e5fe958a4914b9a4c98677077e4a7acf36edf
7
- data.tar.gz: fa727938f54590a56b5320625f8bbe4df8c62b23404fb109b6271f3c0fbb5106d878c81508ae1c888253433dd66265253f73ff9e6796e82a560fb6fe1048c60e
6
+ metadata.gz: 3845af838adc47393a9e37867b395992a71e8e5bd557b55324bbe9e1504a56fa6aeaddd916ccb9710e4db3ccd1f9feb211dcab6ccae0f4128b891255def0eea1
7
+ data.tar.gz: 3f0c7252be6e4829b21de46f1a2efde98c792ea3a0113dcdd22bc66b9aad0ab222a09a5c9b53e48edc9d148039df207802a443ff2e116ade32cc31816270b26f
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Kms
23
23
  module V1
24
- VERSION = "1.3.1"
24
+ VERSION = "1.3.2"
25
25
  end
26
26
  end
27
27
  end
@@ -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.1
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-08 00:00:00.000000000 Z
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.5.23
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.