google-cloud-gsuite_add_ons 1.1.2 → 1.3.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: 1cbe25c6ae204308e1e4b2a08a6649b5eaf821b8aee12a59c562421d03858c1d
4
- data.tar.gz: 17994f751b9a8f2abed9933b6d642d2e86e47fd8d613ebe559eee6b69cf43461
3
+ metadata.gz: e9e5e9694864b9dcb47d252ca9bb275dbb7f9b2d6ecd7f7d02adc46127c753cf
4
+ data.tar.gz: 29284fc75bd997d47ab6f817f0fca47b99594eac3e36ce87ba383162f239912a
5
5
  SHA512:
6
- metadata.gz: 00c3b2f811731a703923d6e953a1a71eb58dacb1bc3d243b43fc49f15dc2246ecb3fa37cd56c63d9ee82386ed3434b84a67f0d9206e6b7d50cfedc359984bad2
7
- data.tar.gz: 58c6b1c5c43be5dbcdba58e98f2f33545b7a4cdca4d5d9a700da65265a7f63716437ad923e99f811344284acc3a1ab012bc0d82bb371804be46d4272ec7f2d88
6
+ metadata.gz: 1b01491d4e47f1925a2afe51b921d72cde64a39677dd799e0c83dd57dddbaee199fb236e41dbd6453becea44206dded1cac481018fe3d8fee19c26ea26381043
7
+ data.tar.gz: 5eb9c10cec4cebeda5170363edac9d432f42fc3f1018d804ccf067c18ddec45735fdf855ef47c0c222f0ffae15182f91130be09a049922e2b90ed1a4ad7d5070
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.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 GSuiteAddOns
23
- VERSION = "1.1.2"
23
+ VERSION = "1.3.0"
24
24
  end
25
25
  end
26
26
  end
@@ -165,6 +165,7 @@ module Google
165
165
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
166
166
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
167
167
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
168
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
168
169
  # * `:retry_codes` (*type:* `Array<String>`) -
169
170
  # The error codes that should trigger a retry.
170
171
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-gsuite_add_ons
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -68,7 +68,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '3.0'
71
+ version: '3.2'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="