google-cloud-apigee_registry 1.4.0 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3074036c9014c538aa374363d6c15538a5f804db90284c5b05a286a052772006
4
- data.tar.gz: 73e3f6c508e6db97e523165e18e6659f9667a78d0f632501dc88008588171e74
3
+ metadata.gz: c865048ac230ab3e16054bb88ac18008e87d0770b69aaaf7a0729f32e0ceee35
4
+ data.tar.gz: 2dfff0de0cccbcf8dcba3ebcee9c8961e462d76745b52f5ea2d4ca1f7b460013
5
5
  SHA512:
6
- metadata.gz: 915bb9339783cf9b58cf9eb3cc10e2b69380a1684eabacc090c83b449504f0206e57a1400c2318dd5b60a76e8249e5e7eb4ea00d96f90c8de70b0ffc41e9830c
7
- data.tar.gz: 6ca37bfe494744fce3361215b73ba0680ef433a570e995fe3f603542909ed45b4b424b40e973893b0f8dfcee819bdd8c7b3fdce753898d4ab83e283f5337ae9f
6
+ metadata.gz: c199508a86eb1470709a62d6cc88a611275c3099c2c01d478da57b4e743b8f700d619752a2f7dc85008a98c00e05bcbc7db6d2f8e05d1fbee062df4405021834
7
+ data.tar.gz: 1a6806c71abf65aac6ab1ff711f3006b31f2da024d1f70a38b5f701e339373b4db5bc22752b6f8879522c6a1f7049233b03a15a06976fca148e353503032fa0a
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 ApigeeRegistry
23
- VERSION = "1.4.0"
23
+ VERSION = "1.5.0"
24
24
  end
25
25
  end
26
26
  end
@@ -209,6 +209,7 @@ module Google
209
209
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
210
210
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
211
211
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
212
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
212
213
  # * `:retry_codes` (*type:* `Array<String>`) -
213
214
  # The error codes that should trigger a retry.
214
215
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-apigee_registry
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC