google-cloud-confidential_computing 1.2.0 → 1.3.1

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: 53d9496a6470b75a1dbfe5864ab7f1a61c9029b45c0f85db7fc9e83219bea883
4
- data.tar.gz: 343927e3a9a4e52ee5126cbe71531ef1b889d30d33ba50e2d203c33c9a2bdc57
3
+ metadata.gz: 7f79ea19e97b68a592f25508ddd1f10ccadd5a0f968bc0b78ab2a61c6380f67e
4
+ data.tar.gz: 8d1dc33f68fcaf7dde5d995e5fd54b85f97a9f1552d941d8eceae60525f74c30
5
5
  SHA512:
6
- metadata.gz: 9502d2affef296cd499b07edb36aa73da27098b19836aa841a23b1874ae9e6bccb7000d0e1d5001b5babdaccda6f4741a87d3f1b0d84a66e91212ee3e9d58dd3
7
- data.tar.gz: 0ca44e69e8b46fcaff35f6bcab611c4f3e3f6ac263c1bb92a7dfceea1fd40fbe2b62b6d8853b329a66d8d94f55874e624e0d32c5f3f604d25b402a9b67bf8d77
6
+ metadata.gz: a18aea0cd0a57de8c502ecd4b9ea47dd42cf754af1d76b062c8b34e273fa4b6c4002a5f37939b9178040833c3fa64a91db549af60e31bd8fcb0f6a632e56bba1
7
+ data.tar.gz: 4393e0190f71d2ef1369b2f9daf95e973f53e7eeef2a8eea580e5d79f18b9d9c6750fe70e87024cbb87150167300521e1b99ed2f45717b706770d058816aee77
data/README.md CHANGED
@@ -73,7 +73,7 @@ working, try updating the versioned clients in your bundle or installed gems:
73
73
 
74
74
  ## Supported Ruby Versions
75
75
 
76
- This library is supported on Ruby 3.0+.
76
+ This library is supported on Ruby 3.2+.
77
77
 
78
78
  Google provides official support for Ruby versions that are actively supported
79
79
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module ConfidentialComputing
23
- VERSION = "1.2.0"
23
+ VERSION = "1.3.1"
24
24
  end
25
25
  end
26
26
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2023 Google LLC
3
+ # Copyright 2026 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -138,6 +138,7 @@ module Google
138
138
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
139
139
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
140
140
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
141
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
141
142
  # * `:retry_codes` (*type:* `Array<String>`) -
142
143
  # The error codes that should trigger a retry.
143
144
  #
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2023 Google LLC
3
+ # Copyright 2026 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-confidential_computing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC