google-cloud-chronicle 0.4.0 → 0.5.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/chronicle/version.rb +1 -1
- data/lib/google/cloud/chronicle.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: 2d7a4083ec0c4a87d24edca8c3f5a53fb38a7273ff8d34d674c8e2293998aedd
|
|
4
|
+
data.tar.gz: 336f2441c809da40e7854aa7b61d8a1c4ba1087946a5313529f03512182f2448
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e1dda9adeb6487348cbc8fb167021fdade1328ec000933ff6756dff207218d352adafc29e4577fb1e23487f785ecd42eb3572e5306aee71ce0e54a5162ad2773
|
|
7
|
+
data.tar.gz: a1facfe40eca2e609208bef34aff1044966e3f464333d8be927f6c82dbb569e43ea5aeabac1f222452cd0a1c6789d89196c6e28321ffbf655eee188b7e90a8a5
|
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
|
|
@@ -840,6 +840,7 @@ module Google
|
|
|
840
840
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
841
841
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
842
842
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
843
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
843
844
|
# * `:retry_codes` (*type:* `Array<String>`) -
|
|
844
845
|
# The error codes that should trigger a retry.
|
|
845
846
|
#
|