google-cloud-workflows 3.0.2 → 3.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/workflows/executions.rb +1 -0
- data/lib/google/cloud/workflows/version.rb +1 -1
- data/lib/google/cloud/workflows.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2e83465b57ff479053758e5fcb9121aaf2104a79c16e9e1ead781aa427f8e8d0
|
|
4
|
+
data.tar.gz: 99486cfe371226d5a1043966186a797bea57dd0f85f1978919f4cc254e2f0d7d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 97da8212125a263590de3aa6f0d5c13d4a32f7cd393214079f69a0570e2a7108bd84888b42784e2851665ebdd3f936575f05dc048f03aaabf4ffaec409863bb9
|
|
7
|
+
data.tar.gz: f72ee0b42ef6d20a092c0a885b812f54a89f6bbd7c530a4d7a98c31a174c5522b47ca2bc0994b281e0d2e45be16ee676498855b82bf04ffe8242c6923418243c
|
data/README.md
CHANGED
|
@@ -76,7 +76,7 @@ working, try updating the versioned clients in your bundle or installed gems:
|
|
|
76
76
|
|
|
77
77
|
## Supported Ruby Versions
|
|
78
78
|
|
|
79
|
-
This library is supported on Ruby 3.
|
|
79
|
+
This library is supported on Ruby 3.2+.
|
|
80
80
|
|
|
81
81
|
Google provides official support for Ruby versions that are actively supported
|
|
82
82
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
|
@@ -131,6 +131,7 @@ module Google
|
|
|
131
131
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
132
132
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
133
133
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
134
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
134
135
|
# * `:retry_codes` (*type:* `Array<String>`) -
|
|
135
136
|
# The error codes that should trigger a retry.
|
|
136
137
|
#
|
|
@@ -140,6 +140,7 @@ module Google
|
|
|
140
140
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
141
141
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
142
142
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
143
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
143
144
|
# * `:retry_codes` (*type:* `Array<String>`) -
|
|
144
145
|
# The error codes that should trigger a retry.
|
|
145
146
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-workflows
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0
|
|
4
|
+
version: 3.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -81,7 +81,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
81
81
|
requirements:
|
|
82
82
|
- - ">="
|
|
83
83
|
- !ruby/object:Gem::Version
|
|
84
|
-
version: '3.
|
|
84
|
+
version: '3.2'
|
|
85
85
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
86
86
|
requirements:
|
|
87
87
|
- - ">="
|