grafeas-v1 1.8.0 → 1.9.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 +4 -4
- data/README.md +1 -1
- data/lib/grafeas/v1/grafeas/client.rb +2 -0
- data/lib/grafeas/v1/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a24f7cba35e748a21874eff85b449ed283e728c1c107fa56a7b229b12fa62a62
|
|
4
|
+
data.tar.gz: 0254c1398b8d85c5e73c77b383b89f472b892f03419b0b3fbf8c0a04be45bb1a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d42973d618b2ebf2db67da60efe7a5b21d58fb82096aa0256b44edad3db3f5fa7592d7047237203d8efc1624ba4ff126f3459464657b9caff38d011a81e4a02b
|
|
7
|
+
data.tar.gz: 19653be0a8e7a3b066ddfca404ff4c61047e8cad92c0a6acc5c2afe4de08d93941311a164215e8ba56e09a3e00b560fe2717c0b25e89f38782effb3fc077734b
|
data/README.md
CHANGED
|
@@ -74,7 +74,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
|
74
74
|
|
|
75
75
|
## Supported Ruby Versions
|
|
76
76
|
|
|
77
|
-
This library is supported on Ruby 3.
|
|
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
|
|
@@ -1609,6 +1609,7 @@ module Grafeas
|
|
|
1609
1609
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1610
1610
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1611
1611
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1612
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1612
1613
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1613
1614
|
# trigger a retry.
|
|
1614
1615
|
# @return [::Hash]
|
|
@@ -1692,6 +1693,7 @@ module Grafeas
|
|
|
1692
1693
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1693
1694
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1694
1695
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1696
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1695
1697
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1696
1698
|
# trigger a retry.
|
|
1697
1699
|
#
|
data/lib/grafeas/v1/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: grafeas-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.9.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
|