google-cloud-eventarc-publishing 1.3.4 → 1.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 +2 -2
- data/lib/google/cloud/eventarc/publishing/version.rb +1 -1
- data/lib/google/cloud/eventarc/publishing.rb +1 -0
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e0874fa92cbb8aa5918a9ef99b3d4425b499d5f3a7fd102d5b5544600d26fec7
|
|
4
|
+
data.tar.gz: 9dcb95fb65652fe881cd830a801050d946b649e24fdf72d6ed91ea5026b03e8e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d777519b9b09fb00510aad1a4084686ae007f445ce41c7593a0d0879ff83b1f038e453e9cf045de60c84e8c63279dc742fd1b2452e79d65f61cea72c8726f445
|
|
7
|
+
data.tar.gz: bdcac05a691bc7a45d4241ba22ca5ec09d9c49cda28fffb4f66fe51b9e8262a0161e9e8b90226ae1bc97cb57799a8dab8ddc4bcad51267a45572656f2c175353
|
data/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
API Client library for the Eventarc Publishing API
|
|
4
4
|
|
|
5
|
-
Eventarc lets you asynchronously deliver events from Google services, SaaS, and your own apps using loosely coupled services that react to state changes. Eventarc requires no infrastructure management
|
|
5
|
+
Eventarc lets you asynchronously deliver events from Google services, SaaS, and your own apps using loosely coupled services that react to state changes. Eventarc requires no infrastructure management ??? you can optimize productivity and costs while building a modern, event-driven solution.
|
|
6
6
|
|
|
7
7
|
Actual client classes for the various versions of this API are defined in
|
|
8
8
|
_versioned_ client gems, with names of the form `google-cloud-eventarc-publishing-v*`.
|
|
@@ -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
|
|
@@ -167,6 +167,7 @@ module Google
|
|
|
167
167
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
168
168
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
169
169
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
170
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
170
171
|
# * `:retry_codes` (*type:* `Array<String>`) -
|
|
171
172
|
# The error codes that should trigger a retry.
|
|
172
173
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-eventarc-publishing
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -45,8 +45,8 @@ dependencies:
|
|
|
45
45
|
version: 2.a
|
|
46
46
|
description: Eventarc lets you asynchronously deliver events from Google services,
|
|
47
47
|
SaaS, and your own apps using loosely coupled services that react to state changes.
|
|
48
|
-
Eventarc requires no infrastructure management
|
|
49
|
-
costs while building a modern, event-driven solution.
|
|
48
|
+
Eventarc requires no infrastructure management ??? you can optimize productivity
|
|
49
|
+
and costs while building a modern, event-driven solution.
|
|
50
50
|
email: googleapis-packages@google.com
|
|
51
51
|
executables: []
|
|
52
52
|
extensions: []
|
|
@@ -70,7 +70,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
70
70
|
requirements:
|
|
71
71
|
- - ">="
|
|
72
72
|
- !ruby/object:Gem::Version
|
|
73
|
-
version: '3.
|
|
73
|
+
version: '3.2'
|
|
74
74
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
requirements:
|
|
76
76
|
- - ">="
|