google-cloud-lustre-v1 0.6.0 → 0.7.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: 9dea803a72a9dd46f0654a9746eb0c3605748eb7ee7c5aa106460e7c61ed61ff
4
- data.tar.gz: c689daacf1cfb085a1c828452f630ea2034561fbee4d659cf25cfaa6988f0e65
3
+ metadata.gz: 83084314b6bf9546bd7931b2d0fa6666683293089d510d430f203c9fbde6d6a5
4
+ data.tar.gz: 1031de85d0a229bc6672a4bf2cb53893d8322611d473fb6530d09bed627c9fa6
5
5
  SHA512:
6
- metadata.gz: d5dc60946fe6fba955ee7d64dcb9a21751949f38a6de4753e14172385e3266e4f5fb979fea03271a33dc5e8f73cadf40e02f7e51a372f43ecc128d731a3d849f
7
- data.tar.gz: 171319c574faf6be2ad4b8b88175cd48f0aa2b45e032f278c328b935e8420a75468db1a2d4f4ac791ac5880423b52526da35d26e5da095141b75172393780e2c
6
+ metadata.gz: fb41dda5ee16e583b9b7fca7349c6770c7ec8fd01d25d83902a95f1c509b0ab89b236d3a31cc3faf65fafb67326af5d588c10181ec41ef03b6e2e8ac61fb4e35
7
+ data.tar.gz: 905da8d68f0639f5d7790d1d209f674a86f21dcd1dfc3303923e25a38f4645d821de270d40749419e037044bd5a0c19b7e0c6bbbd702c73f29c2f8fda2461cba
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
@@ -1058,6 +1058,7 @@ module Google
1058
1058
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1059
1059
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1060
1060
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1061
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1061
1062
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1062
1063
  # trigger a retry.
1063
1064
  # @return [::Hash]
@@ -1141,6 +1142,7 @@ module Google
1141
1142
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1142
1143
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1143
1144
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1145
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1144
1146
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1145
1147
  # trigger a retry.
1146
1148
  #
@@ -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
  #
@@ -977,6 +977,7 @@ module Google
977
977
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
978
978
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
979
979
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
980
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
980
981
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
981
982
  # trigger a retry.
982
983
  # @return [::Hash]
@@ -1056,6 +1057,7 @@ module Google
1056
1057
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1057
1058
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1058
1059
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1060
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1059
1061
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1060
1062
  # trigger a retry.
1061
1063
  #
@@ -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 Lustre
23
23
  module V1
24
- VERSION = "0.6.0"
24
+ VERSION = "0.7.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-lustre-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.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