google-cloud-storage_insights 2.0.2 → 2.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: c2fe64136ac8b00083737b35d5f70121b3e4ddf7e3c6ae77d8cce19cf5161892
4
- data.tar.gz: 70df1053d911f2acacf27226ba63e5bfb900328887a18ac5860fa9dd7be24bcf
3
+ metadata.gz: 664dc6f95a88b0335b5261ffe0f6b49830edc2e337e4997a547f403e01b87a2a
4
+ data.tar.gz: 7284f44625ccd69316366334c93ce16a769ef3ae5ca3169f0619aad6743472b0
5
5
  SHA512:
6
- metadata.gz: ad37d7eba99bb60fe0643ae9e43439dd75f5dd790b7ac2017081e2cdceb98568970d065afdffea6f46300bd0b36713d96fde5dd44cec37d419eb7d1be64f4410
7
- data.tar.gz: 2b74664f066c7aae7ff259023cab89b8fc054ba620b3395e43a342aa395cbbf9f66046d31fa0314c8f349a4fc11cfad97abe0162ebed5095c80519ef91c5378f
6
+ metadata.gz: df5f7029cd08119074f054484984479c8f94a875beeffe7083090280cec46ec54c1e372e25b7f194638e340238a52259cc217c2c8587f97475d628459f430f04
7
+ data.tar.gz: 27816ce35172742cdc0caba6d6720a49ae61eb5b5be613fc514c9badeab244ebc42939892bfb91d748495891287f0a981938bcbb6d89c06e12192b949aef287c
data/README.md CHANGED
@@ -73,7 +73,7 @@ working, try updating the versioned clients in your bundle or installed gems:
73
73
 
74
74
  ## Supported Ruby Versions
75
75
 
76
- This library is supported on Ruby 3.0+.
76
+ This library is supported on Ruby 3.2+.
77
77
 
78
78
  Google provides official support for Ruby versions that are actively supported
79
79
  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 StorageInsights
23
- VERSION = "2.0.2"
23
+ VERSION = "2.2.0"
24
24
  end
25
25
  end
26
26
  end
@@ -138,6 +138,7 @@ module Google
138
138
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
139
139
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
140
140
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
141
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
141
142
  # * `:retry_codes` (*type:* `Array<String>`) -
142
143
  # The error codes that should trigger a retry.
143
144
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-storage_insights
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -61,7 +61,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
61
61
  requirements:
62
62
  - - ">="
63
63
  - !ruby/object:Gem::Version
64
- version: '3.0'
64
+ version: '3.2'
65
65
  required_rubygems_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="