google-cloud-resource_manager 1.1.0 → 1.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: 02b0cacff7e9b373c9be7ac10759dbeaa590774c5eedbea879d896ad9562e963
4
- data.tar.gz: ca71d5ab36b48d35347dd6f340602478228a7ce956fad63ed9f190400b01f64f
3
+ metadata.gz: 7d5ec65a830fd95f176246da0c601b4769cac42d5881f46c707717ae586a35e4
4
+ data.tar.gz: 9a2371750ecd9fdfc4e12148b714202daa725d4f67e22038d04ba26644c97927
5
5
  SHA512:
6
- metadata.gz: 2a587d6f55be775558e8d1ae3459941d1780a2eb5ddd91d685c54d1f54c523c345242e51ba753865c878192bc4f5e6609dfce4e06574a605b4a26c24c4f0b4fe
7
- data.tar.gz: 1df0acdc9e180ee09608aade69e6ddc67ad55e771e53018e7800d09f9f5789601429d732b9e03c8a50860b62adc8bd544a548202e0af1c3ec9bde0cb70c92ea1
6
+ metadata.gz: 85e3a731e4e08df36e31e59612675cc35eb528f2a99104d276fe1695ecc8f4044a673dfbe8f69e1c6cbfc7e6a65ae28d462c80ab7f2e49f7fb836e0b3683626e
7
+ data.tar.gz: 50c50ae5a1bab26c5f251961c4ccc62f38c53afddb442339a325c5a7c2397de8ca50e8198a08da9ee054bced8f02359a214517adcb819cd933577d20a5b0d87a
data/README.md CHANGED
@@ -79,7 +79,7 @@ working, try updating the versioned clients in your bundle or installed gems:
79
79
 
80
80
  ## Supported Ruby Versions
81
81
 
82
- This library is supported on Ruby 3.0+.
82
+ This library is supported on Ruby 3.2+.
83
83
 
84
84
  Google provides official support for Ruby versions that are actively supported
85
85
  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 ResourceManager
23
- VERSION = "1.1.0"
23
+ VERSION = "1.2.0"
24
24
  end
25
25
  end
26
26
  end
@@ -565,6 +565,7 @@ module Google
565
565
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
566
566
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
567
567
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
568
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
568
569
  # * `:retry_codes` (*type:* `Array<String>`) -
569
570
  # The error codes that should trigger a retry.
570
571
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-resource_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC