google-cloud-org_policy 1.6.0 → 1.7.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: b9bb2e999fad28c5f5d370ca8c2533ce4fa3a5835b2e649a2a53ffc793e46166
4
- data.tar.gz: 6665e6cef53faa099c94d83d3b1a38919cbf4385e58ad8f051c7b9a7996e7449
3
+ metadata.gz: 6c706c2d4c378de60563a5910f77f274dd1d6897b6ea85ad3f1b31033dee04f1
4
+ data.tar.gz: 0ded81a23480366be47a353e77923b66b45efe7c88af03d04eb6bbfa0436406c
5
5
  SHA512:
6
- metadata.gz: 01252b0bc32376f01522acd959213748023935b113a6b787c1028871a28acf6ff6183412b6cc3a292bf42045043067ae1b0218713f877504c7e8f65980a0db54
7
- data.tar.gz: 89da797c30a67aeae5a5471a95e764321b48227f42787387a78bcffb5ca54182edf8be988d6729916b9b03709761186698d0c3f033b97725dc058e88a697f2f9
6
+ metadata.gz: d1600407a79414abeafc27b79516961a555e7712f17136655e687057f83f1404769b87c4e12d829aece2e3a2a6b44ffb882608069fdec92fbaecc8ef3608b7b9
7
+ data.tar.gz: 738cc1c75c5a9511b128ba361a26f66692e43ba39e881df2e6c3525c459f12d8aa04ed0934c907e22f9e1a03eb6ff983b17ff4ef01654153ea3de058e9eeee73
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 OrgPolicy
23
- VERSION = "1.6.0"
23
+ VERSION = "1.7.0"
24
24
  end
25
25
  end
26
26
  end
@@ -157,6 +157,7 @@ module Google
157
157
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
158
158
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
159
159
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
160
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
160
161
  # * `:retry_codes` (*type:* `Array<String>`) -
161
162
  # The error codes that should trigger a retry.
162
163
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-org_policy
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC