google-maps-fleet_engine-v1 0.9.1 → 0.10.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: 3ec12d845c065a99a63111d1024d843a1bd237c479703dc243966ff6f2042507
4
- data.tar.gz: 4bb7e22dd99faf0feaa646add6fa2b14bb9b8c088f6d7fae60dd8539f1bf7cd5
3
+ metadata.gz: 650147fcf56d07e044b6e9350bcdf4623bae313f972e7479d391ee081ceff8db
4
+ data.tar.gz: 81404555abe7065274a9bf32a784521f97bd1c76562f3520517bfc5623c4aa57
5
5
  SHA512:
6
- metadata.gz: 0576cde11f243c765354a45a62ec1176e64040ffcd247c346f48a633447d16745a22eb443f9d5b4e91a22b83635443c47bc657de0d1abc30d49ce2b36d80e4e9
7
- data.tar.gz: ce09c805debe2b231670dab6f3fed00a5a16ad4fd6d09f0b6440c59a353fdfdca77e007f8b7d14d37e2986fd261b8a82e1f07271c2e03c57f2ac864338dfdf6c
6
+ metadata.gz: e18bfc5dab760bbc34e81d948153bf70f80648eceda9ca945e0b74b666f3ad293f1791cc86c51c25df81cf511c0cbbbdd3e61d99a6ee35d3362a2a711809fcaa
7
+ data.tar.gz: e3a45596f678cf37b4fbdc70f9d62f9ddea767a2b3ff648d2f6e453516e5210664acf0ea9e8ff77cfdbd75f4757ba0502ff8cd8eeb0c374878c08d9b9a48fc99
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
@@ -1006,6 +1006,7 @@ module Google
1006
1006
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1007
1007
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1008
1008
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1009
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1009
1010
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1010
1011
  # trigger a retry.
1011
1012
  # @return [::Hash]
@@ -1089,6 +1090,7 @@ module Google
1089
1090
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1090
1091
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1091
1092
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1093
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1092
1094
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1093
1095
  # trigger a retry.
1094
1096
  #
@@ -925,6 +925,7 @@ module Google
925
925
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
926
926
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
927
927
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
928
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
928
929
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
929
930
  # trigger a retry.
930
931
  # @return [::Hash]
@@ -997,6 +998,7 @@ module Google
997
998
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
998
999
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
999
1000
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1001
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1000
1002
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1001
1003
  # trigger a retry.
1002
1004
  #
@@ -1309,6 +1309,7 @@ module Google
1309
1309
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1310
1310
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1311
1311
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1312
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1312
1313
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1313
1314
  # trigger a retry.
1314
1315
  # @return [::Hash]
@@ -1392,6 +1393,7 @@ module Google
1392
1393
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1393
1394
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1394
1395
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1396
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1395
1397
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1396
1398
  # trigger a retry.
1397
1399
  #
@@ -1220,6 +1220,7 @@ module Google
1220
1220
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1221
1221
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1222
1222
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1223
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1223
1224
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1224
1225
  # trigger a retry.
1225
1226
  # @return [::Hash]
@@ -1292,6 +1293,7 @@ module Google
1292
1293
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1293
1294
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1294
1295
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1296
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1295
1297
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1296
1298
  # trigger a retry.
1297
1299
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Maps
22
22
  module FleetEngine
23
23
  module V1
24
- VERSION = "0.9.1"
24
+ VERSION = "0.10.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-maps-fleet_engine-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.10.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