google-cloud-storage-control 1.3.0 → 1.4.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: 6650bf82a9bb8595e08f9ce23013b6ded1b83a87fc539e2509387b59d8652e09
4
- data.tar.gz: ddb0899cede88727b6bb8754421de540a3f289b1881af601340413cdef6692f7
3
+ metadata.gz: 19d8cbcc95544c69abd7078b20a12fe51e88f414e1f1949c9e4510f5cffbb077
4
+ data.tar.gz: f14e87e2013bb346ecfe5c08233123bf145681a6e3afc68011d6458e7646b46e
5
5
  SHA512:
6
- metadata.gz: afa9695590fc922d6bb9c8cee33ab820cc72c6fdb5f9baaf9933f2d4d3f3d7de95ff0b60b269c271ccf8de443607613ec55d2b481061b11b31e87497a2b8e8da
7
- data.tar.gz: 8b27f78509ceed12a95ec2d623f134e59daf5de28a11c5fe4504a8235f8d9cdce337addec209324afd80b5f4861556b1cf1838147297ddff3b299a44fb41da3f
6
+ metadata.gz: 8b6b957b7b8b1e8795a8480f5bddefff1510db3f804d2739af6da2cebbfd08555cac2fdc4fb6711b2680a922009bea05a2cb786b406fecac2aee447c65e6ef02
7
+ data.tar.gz: 93b0eb6742beea4dfba42d1619e902a210accbc92f0372172f8653366c88fd5bcda63e70153e1ca4af81d6b4d4cf729f644961651b3b1c6a349792556c670662
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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Storage
23
23
  module Control
24
- VERSION = "1.3.0"
24
+ VERSION = "1.4.0"
25
25
  end
26
26
  end
27
27
  end
@@ -130,6 +130,7 @@ module Google
130
130
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
131
131
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
132
132
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
133
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
133
134
  # * `:retry_codes` (*type:* `Array<String>`) -
134
135
  # The error codes that should trigger a retry.
135
136
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-storage-control
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC