google-cloud-web_security_scanner-v1 1.5.1 → 1.6.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 806a03a9d00434a7b03e8b8e502a57e5d8eb99a5d1734c73fbf95be5e699ca97
|
|
4
|
+
data.tar.gz: 9cce14ce8f309b983910ef72937eddd4f29ebcfe853efb8cd9deba99b5e3bb36
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d975fe960b36e9f484a0a7b30ca584730183c25ade45af500c0dfe38429959dce723f806b81e7458faf986a9704746244c6361c5ccfda19486267d1603b56886
|
|
7
|
+
data.tar.gz: 9662297e3ebf4feeb698cde2dd6b430b3bd6bccfa8da0e2721bcdc0c6a1ce29e785aee49f7159824248391f9b0a5b212f4400a6dd1ab39a5773b127aa07c6c17
|
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.
|
|
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
|
|
@@ -1525,6 +1525,7 @@ module Google
|
|
|
1525
1525
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1526
1526
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1527
1527
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1528
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1528
1529
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1529
1530
|
# trigger a retry.
|
|
1530
1531
|
# @return [::Hash]
|
|
@@ -1608,6 +1609,7 @@ module Google
|
|
|
1608
1609
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1609
1610
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1610
1611
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1612
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1611
1613
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1612
1614
|
# trigger a retry.
|
|
1613
1615
|
#
|
|
@@ -1401,6 +1401,7 @@ module Google
|
|
|
1401
1401
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1402
1402
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1403
1403
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1404
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1404
1405
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1405
1406
|
# trigger a retry.
|
|
1406
1407
|
# @return [::Hash]
|
|
@@ -1473,6 +1474,7 @@ module Google
|
|
|
1473
1474
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1474
1475
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1475
1476
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1477
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1476
1478
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1477
1479
|
# trigger a retry.
|
|
1478
1480
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-web_security_scanner-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.6.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.
|
|
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.
|
|
25
|
+
version: '1.3'
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: google-cloud-errors
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|