google-cloud-app_engine 1.6.0 → 1.7.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/app_engine/version.rb +1 -1
- data/lib/google/cloud/app_engine.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: c8bfcb9148271e4124fb16b6ac873a0d3b7b1fcbc548a734c5067f560208f610
|
|
4
|
+
data.tar.gz: 2e96303a51ddb46a72e07dc3627866818ec8730113dd60291f5ba0bb4a14f758
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5fa7bee3e55cbb86fdf077709b868fa686330ebb5f92eaff7f184f6288356414f0d4d2d99e75fa253b0ae9f5c7d8f2a99b66ce3d4043821aebf059f1811e1d7e
|
|
7
|
+
data.tar.gz: 619380225c0310c7309cc68e5aa476933b55ed1a117e3fb45c08d22440ea7eaa0073f3c4b84abc8e067f22ec61de17dc3365ff477110c51a2c0d3bbddb704bfc
|
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
|
|
@@ -640,6 +640,7 @@ module Google
|
|
|
640
640
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
641
641
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
642
642
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
643
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
643
644
|
# * `:retry_codes` (*type:* `Array<String>`) -
|
|
644
645
|
# The error codes that should trigger a retry.
|
|
645
646
|
#
|