google-cloud-beyond_corp 1.5.0 → 1.6.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: fba96e16e7e87d3f20a2f57baf82b1583f7a2c1afe1e441db6a553f72b66fcb7
4
- data.tar.gz: 729b860ab11417163207ddbb97032be716d24a776af1680f50bba44062372075
3
+ metadata.gz: 58966232496c84d2eb98bd06983e610e68e710512e43353140a848f2fceb4856
4
+ data.tar.gz: c7cc4f34b889a1f2a7a0f172c4cef2b9e6ac563f18b9fcabf8d608aed0de2f2b
5
5
  SHA512:
6
- metadata.gz: aac22e66c6c02187830b3019bc9ce101228bff85de4de41ce93cc1d500581a34c8e9e1e569a1cd37e2fef25ed490011f1edb7b308e858998aa20c716ebef8211
7
- data.tar.gz: 22bc5c51c974c271ce1996e6eb875ad2df07c15003fd3d24fb80c18baa05fd1685e45eba636261f8ed8024aca78e0c404d46a5bb0d25ddbdd35e97cd2b43ae17
6
+ metadata.gz: '0589e4717a9a6a4ed60564e94ec694aa6dfee520fdff7ad1f2de883bd0206f8dfbb06039339238b2d3299882f1e1f5ecf5a7c0cba19882a090c726adf16226ce'
7
+ data.tar.gz: 4b300347edf30d6a78fec526f0024115bd693f78b6236dbbf16a5027c66604a8a30a72431652c5c2dd0b8fe0c7c222fbd4b5f0d1b38e7940f38148a74eaefce1
data/README.md CHANGED
@@ -80,7 +80,7 @@ working, try updating the versioned clients in your bundle or installed gems:
80
80
 
81
81
  ## Supported Ruby Versions
82
82
 
83
- This library is supported on Ruby 3.0+.
83
+ This library is supported on Ruby 3.2+.
84
84
 
85
85
  Google provides official support for Ruby versions that are actively supported
86
86
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -143,6 +143,7 @@ module Google
143
143
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
144
144
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
145
145
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
146
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
146
147
  # * `:retry_codes` (*type:* `Array<String>`) -
147
148
  # The error codes that should trigger a retry.
148
149
  #
@@ -143,6 +143,7 @@ module Google
143
143
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
144
144
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
145
145
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
146
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
146
147
  # * `:retry_codes` (*type:* `Array<String>`) -
147
148
  # The error codes that should trigger a retry.
148
149
  #
@@ -143,6 +143,7 @@ module Google
143
143
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
144
144
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
145
145
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
146
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
146
147
  # * `:retry_codes` (*type:* `Array<String>`) -
147
148
  # The error codes that should trigger a retry.
148
149
  #
@@ -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
  #
@@ -17,7 +17,7 @@
17
17
  module Google
18
18
  module Cloud
19
19
  module BeyondCorp
20
- VERSION = "1.5.0"
20
+ VERSION = "1.6.0"
21
21
  end
22
22
  end
23
23
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-beyond_corp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC