google-cloud-storage-control 1.3.0 → 1.4.1

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: 16c6297df3d24ef05593e59502dc746c83c8c79bca23e040fb52f11ba4a0d4bf
4
+ data.tar.gz: 4419dc5fa3e7a7fb1641b5a2e0fb923fdd7d6edc76236766a031ad49b8d15623
5
5
  SHA512:
6
- metadata.gz: afa9695590fc922d6bb9c8cee33ab820cc72c6fdb5f9baaf9933f2d4d3f3d7de95ff0b60b269c271ccf8de443607613ec55d2b481061b11b31e87497a2b8e8da
7
- data.tar.gz: 8b27f78509ceed12a95ec2d623f134e59daf5de28a11c5fe4504a8235f8d9cdce337addec209324afd80b5f4861556b1cf1838147297ddff3b299a44fb41da3f
6
+ metadata.gz: 8cc438fbd1c58ee0ec3484c158a1cd07bae1bb5959cd7dd47583cdf2fb7a73568d5041f3b5d9f17fbea0223363e92b37636c05e6789d9b4e6b7e0d7114fdd24b
7
+ data.tar.gz: 24550383663454368dbee61a4c35e33d33e9dba1f2c76a9051adbb5b2b0d9b9d2ce6ceac8b52b0aeabdf4b29dffa57fd42c2c2a2040a6b9204924e06967abf78
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.1"
25
25
  end
26
26
  end
27
27
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2024 Google LLC
3
+ # Copyright 2026 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -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
  #
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2024 Google LLC
3
+ # Copyright 2026 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
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.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC