google-cloud-hypercompute_cluster 0.2.0 → 0.3.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/README.md +1 -1
- data/lib/google/cloud/hypercompute_cluster/version.rb +1 -1
- data/lib/google/cloud/hypercompute_cluster.rb +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 397aabe1e5384d0675c08ee63d106c9f9d89c84822b258b5506c0071658b823d
|
|
4
|
+
data.tar.gz: bfda1df2a69918367c3797acd0336e902bd4e994ec4ab3964b31121b93344305
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d0eaa5fc4511c76be6d94979d9584513b97a7ce47203b79fb6694b2f9ae1d9c3f21f9885ec70d94cd0264d7f58382f4f6897555c1fcfa5e1fb11537f9ba0e733
|
|
7
|
+
data.tar.gz: 6ccefaf8ae6a8014ca8d8f24cfb4a3b690738a65e04d720c05033aba9a0321c36e40967cb73a84001ac3dd45c3c2a22769e0dc8a599753c2bc50a2b433a522c3
|
data/README.md
CHANGED
|
@@ -74,7 +74,7 @@ working, try updating the versioned clients in your bundle or installed gems:
|
|
|
74
74
|
|
|
75
75
|
## Supported Ruby Versions
|
|
76
76
|
|
|
77
|
-
This library is supported on Ruby 3.
|
|
77
|
+
This library is supported on Ruby 3.2+.
|
|
78
78
|
|
|
79
79
|
Google provides official support for Ruby versions that are actively supported
|
|
80
80
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
|
@@ -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
|
#
|