google-cloud-shell-v1 1.7.1 → 1.8.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: 0a445cd33408e60bfc14eed2cef8bbab9049743d431842b33d233a465e6a22a7
4
- data.tar.gz: b1eedfb8a84bf31604ad278b44f42dfe2e97e88d68a0c431e3c2a59f071c1b1c
3
+ metadata.gz: 0f8e8573022bf87a3775cd7aa663a6ef68f11d76a4bb5463620f9d3d588b71af
4
+ data.tar.gz: 86f5b40e367199a02615d8a1b636a4bd060affba717d73a24e2db5e18cfd90ea
5
5
  SHA512:
6
- metadata.gz: 98120a8dd549efaf2eca64e839c2e09ad890f18ee8ff5a347827bb6c589731764a3caf945a3163f783ad85900f8939a2ee82055acd47eef09f22a19b72913523
7
- data.tar.gz: 3c163de9c5af3206c20ca6ec3db1f6a2d06b8e1d8e53cee8df073576a3045a0b762d57493a4659fe2f8e4c6842e7279de735a9412a8a9530113818a770a95585
6
+ metadata.gz: 26c61fe93760277cf9d7eca72da6e4cb3066070b333dc4e2ae2e1130d552e2545e3c611b089e851e4e3e785844bbddb2f5ccb6ae170625e48c4e05859056aa7b
7
+ data.tar.gz: 9c8a58fd7b0bdcc70d9f520d6f3f6cdd1222f8c24f3232551103e4c1986dc2b4716642c92f2d611e32a6c34ae159983106cf0b74543e35b61fde69024fd91a3c
data/README.md CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
86
86
 
87
87
  ## Supported Ruby Versions
88
88
 
89
- This library is supported on Ruby 3.0+.
89
+ This library is supported on Ruby 3.2+.
90
90
 
91
91
  Google provides official support for Ruby versions that are actively supported
92
92
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -816,6 +816,7 @@ module Google
816
816
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
817
817
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
818
818
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
819
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
819
820
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
820
821
  # trigger a retry.
821
822
  # @return [::Hash]
@@ -899,6 +900,7 @@ module Google
899
900
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
900
901
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
901
902
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
903
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
902
904
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
903
905
  # trigger a retry.
904
906
  #
@@ -703,6 +703,7 @@ module Google
703
703
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
704
704
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
705
705
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
706
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
706
707
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
707
708
  # trigger a retry.
708
709
  # @return [::Hash]
@@ -786,6 +787,7 @@ module Google
786
787
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
787
788
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
788
789
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
790
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
789
791
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
790
792
  # trigger a retry.
791
793
  #
@@ -748,6 +748,7 @@ module Google
748
748
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
749
749
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
750
750
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
751
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
751
752
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
752
753
  # trigger a retry.
753
754
  # @return [::Hash]
@@ -820,6 +821,7 @@ module Google
820
821
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
821
822
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
822
823
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
824
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
823
825
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
824
826
  # trigger a retry.
825
827
  #
@@ -541,6 +541,7 @@ module Google
541
541
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
542
542
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
543
543
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
544
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
544
545
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
545
546
  # trigger a retry.
546
547
  # @return [::Hash]
@@ -613,6 +614,7 @@ module Google
613
614
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
614
615
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
615
616
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
617
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
616
618
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
617
619
  # trigger a retry.
618
620
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Shell
23
23
  module V1
24
- VERSION = "1.7.1"
24
+ VERSION = "1.8.0"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-shell-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.1
4
+ version: 1.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: '1.2'
18
+ version: '1.3'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: '1.2'
25
+ version: '1.3'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: google-cloud-errors
28
28
  requirement: !ruby/object:Gem::Requirement