google-cloud-beyond_corp 1.5.0 → 1.6.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: fba96e16e7e87d3f20a2f57baf82b1583f7a2c1afe1e441db6a553f72b66fcb7
4
- data.tar.gz: 729b860ab11417163207ddbb97032be716d24a776af1680f50bba44062372075
3
+ metadata.gz: 0cdf07360bba38e46b3dd7e1fe7d0a776ac260f24ef57550d368618b7ed709f3
4
+ data.tar.gz: 7efb45c9bd0f378965c891c334e64864c76a6cb057a69897b692c4712262a355
5
5
  SHA512:
6
- metadata.gz: aac22e66c6c02187830b3019bc9ce101228bff85de4de41ce93cc1d500581a34c8e9e1e569a1cd37e2fef25ed490011f1edb7b308e858998aa20c716ebef8211
7
- data.tar.gz: 22bc5c51c974c271ce1996e6eb875ad2df07c15003fd3d24fb80c18baa05fd1685e45eba636261f8ed8024aca78e0c404d46a5bb0d25ddbdd35e97cd2b43ae17
6
+ metadata.gz: 6835fc37b6e002b9261646daa701b9ae50da266db7ae1e93526b50136a10e4abc7d330363a660d7c562eb4c4077a46b365bc0b4ce01291c04f45e702e9ec398a
7
+ data.tar.gz: 969504817e232be21a2fefc05314b9d6d4db563c67254da7aff0ea4df62a905ac5ac8e8712918a6c4b3c7ab49dcf106cda029e27e61b793026dfde0a042c44be
data/README.md CHANGED
@@ -80,7 +80,7 @@ working, try updating the versioned clients in your bundle or installed gems:
80
80
 
81
81
  ## Supported Ruby Versions
82
82
 
83
- This library is supported on Ruby 3.0+.
83
+ This library is supported on Ruby 3.2+.
84
84
 
85
85
  Google provides official support for Ruby versions that are actively supported
86
86
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2022 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.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2022 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.
@@ -143,6 +143,7 @@ module Google
143
143
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
144
144
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
145
145
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
146
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
146
147
  # * `:retry_codes` (*type:* `Array<String>`) -
147
148
  # The error codes that should trigger a retry.
148
149
  #
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2022 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.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2022 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.
@@ -143,6 +143,7 @@ module Google
143
143
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
144
144
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
145
145
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
146
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
146
147
  # * `:retry_codes` (*type:* `Array<String>`) -
147
148
  # The error codes that should trigger a retry.
148
149
  #
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2022 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.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2022 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.
@@ -143,6 +143,7 @@ module Google
143
143
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
144
144
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
145
145
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
146
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
146
147
  # * `:retry_codes` (*type:* `Array<String>`) -
147
148
  # The error codes that should trigger a retry.
148
149
  #
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2022 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.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2022 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.
@@ -140,6 +140,7 @@ module Google
140
140
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
141
141
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
142
142
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
143
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
143
144
  # * `:retry_codes` (*type:* `Array<String>`) -
144
145
  # The error codes that should trigger a retry.
145
146
  #
@@ -17,7 +17,7 @@
17
17
  module Google
18
18
  module Cloud
19
19
  module BeyondCorp
20
- VERSION = "1.5.0"
20
+ VERSION = "1.6.1"
21
21
  end
22
22
  end
23
23
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2022 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.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2022 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-beyond_corp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC