google-cloud-metastore 2.1.0 → 2.2.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/metastore/version.rb +1 -1
- data/lib/google/cloud/metastore.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: b5b5f6d6156503728495db38f200297f9616f86209f112dff02eccab2a2de137
|
|
4
|
+
data.tar.gz: f7568eb8ef68115f6bbe77436ef19dc908a8a02d0cd7e7767399adccaf356740
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 68b35909318be2101cf8f86aa05aa379e2564bae40b14cd98ef06ef9889888268d1effad979a808659a446bf140b2f5dc29858ff512cec8313bca991060c4d83
|
|
7
|
+
data.tar.gz: 82bcbf8004d94e71f7a7fd78ccaf8cfe22a025b8ce8fa08746f41d94a2e97977437e8f4871c2db1ffcbcfafd6c53741fd3596695f9c5feedfd62c987635078d9
|
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
|
|
@@ -236,6 +236,7 @@ module Google
|
|
|
236
236
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
237
237
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
238
238
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
239
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
239
240
|
# * `:retry_codes` (*type:* `Array<String>`) -
|
|
240
241
|
# The error codes that should trigger a retry.
|
|
241
242
|
#
|