google-cloud-shell 1.6.0 → 1.7.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: 6a7265185602b36f3056801a58dcd7a303793397a4b380246922940db0a85b99
4
- data.tar.gz: 4940333735973b5512915e2bf11c37c727a73822e7f68294c52a0b4d2f512230
3
+ metadata.gz: c69111a9125a988b0a6a4a09e9a3a9951245c406b1c8b7021ba39d98426140cc
4
+ data.tar.gz: 1628c25c569085d1a65caf0e0bcbcdbb64b81ca6c2c1047f4739d06531de3576
5
5
  SHA512:
6
- metadata.gz: 4243fd81b358b1fb9060b384fe6f087a43cfa5a160d2eaeeff711a3a3a881486c53501dd773ead314f6ece2278bfc2df7e7a9398ed615ca8753ce40b0b24342d
7
- data.tar.gz: 0fb2771c4bc0550d312203e163a4c1b2d62b25bcf3b9b95a693e64fb155dca0fd2756e995ce80899d3f0fa8ed61f569986ead3569b7d87589f614ba5b42d8e76
6
+ metadata.gz: 83d1d7a5ce9b94873a81542dc51a3fedbb238b71acc8da763c5a150589daa92317bf3e8db351342180cbaaef40140fb8f6467c9b88113401f7e659837a32ff33
7
+ data.tar.gz: 965d3ad6d3fdc9eca92eccca8563fa62116f1368b5ccf98a8248bdf2dc6c6b874ad4fc3d35b2d0b8f745d20f09b0cb66ef2432eba2f3b64cdcd7cdd6f462b8ba
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
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Shell
23
- VERSION = "1.6.0"
23
+ VERSION = "1.7.1"
24
24
  end
25
25
  end
26
26
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2021 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.
@@ -144,6 +144,7 @@ module Google
144
144
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
145
145
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
146
146
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
147
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
147
148
  # * `:retry_codes` (*type:* `Array<String>`) -
148
149
  # The error codes that should trigger a retry.
149
150
  #
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2021 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-shell
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC