google-cloud-eventarc 2.0.2 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0b67e08dc04ce43d6a089ec0e8ff1eab101d67fde658fae64b325f7db0e33ac2
4
- data.tar.gz: 1a74d64bdb5c4179042a6c4c8bb9a1538317b175dd1853cbe8a135798dfa5752
3
+ metadata.gz: 39c8841fbd6739f305b330d85cab00e6e2cb9e40feb1fd97310f2d3518be741c
4
+ data.tar.gz: 2e0c7f17698f774c3c2d924b4495c26634e18a8c416e81029591805134b8fd77
5
5
  SHA512:
6
- metadata.gz: 162e6ff81c3ff1bc952960367c862879b82272045bde1dfefb259f5977ca7a057eff65b389d075f5ca1580e04699b31aa248c0e489670af06fc506b769a455ce
7
- data.tar.gz: 37c88b927ba96da8562d812f60032e007968c4baf9e80a10dd1ca251417af9f01f955214cb7ab778398a6a0b7749ebf828357b8b5e904214789a284278a4caa5
6
+ metadata.gz: 3bd9d21adb944a2cf49a560a081db3ee3a4b5e0a317c4885b93beba1e599e79ad2e1d90b12bab5c8f1ee728dbbd3519a629b09f6867701b7b71b5a3778f0a4f0
7
+ data.tar.gz: 94da727af0787f720ff12e91d8f082eccbc26bb030ed16b681e77381f995e49f8aaa6c992724237dd0269f0049a6f515b3003a9156245f0863d854b12500617d
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  API Client library for the Eventarc 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 you can optimize productivity and costs while building a modern, event-driven solution.
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-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.0+.
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
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Eventarc
23
- VERSION = "2.0.2"
23
+ VERSION = "2.2.0"
24
24
  end
25
25
  end
26
26
  end
@@ -139,6 +139,7 @@ module Google
139
139
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
140
140
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
141
141
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
142
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
142
143
  # * `:retry_codes` (*type:* `Array<String>`) -
143
144
  # The error codes that should trigger a retry.
144
145
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-eventarc
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -39,8 +39,8 @@ dependencies:
39
39
  version: '2.0'
40
40
  description: Eventarc lets you asynchronously deliver events from Google services,
41
41
  SaaS, and your own apps using loosely coupled services that react to state changes.
42
- Eventarc requires no infrastructure management you can optimize productivity and
43
- costs while building a modern, event-driven solution.
42
+ Eventarc requires no infrastructure management ??? you can optimize productivity
43
+ and costs while building a modern, event-driven solution.
44
44
  email: googleapis-packages@google.com
45
45
  executables: []
46
46
  extensions: []
@@ -64,7 +64,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
64
64
  requirements:
65
65
  - - ">="
66
66
  - !ruby/object:Gem::Version
67
- version: '3.0'
67
+ version: '3.2'
68
68
  required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  requirements:
70
70
  - - ">="