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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '09c61a1e157d2cc4b8804d250f11e04b05abb85172dfabe5b6614b8504e711cf'
4
- data.tar.gz: 297a3c94d1cd8758e7b3cd1e5fa11a300f2b0d541d089d277dd13d57fa8e97c2
3
+ metadata.gz: a24f7cba35e748a21874eff85b449ed283e728c1c107fa56a7b229b12fa62a62
4
+ data.tar.gz: 0254c1398b8d85c5e73c77b383b89f472b892f03419b0b3fbf8c0a04be45bb1a
5
5
  SHA512:
6
- metadata.gz: f1e7076cc1f8a98480b4a805249f358076ba0808988b5b0d0b3f99c4c3b1dda81dea590c883ef59b2042e25d92ae559195a949a20ebfcb9c77c6371386a8e715
7
- data.tar.gz: 1f1f2eb0bf944dd0c921a62c8be58a4718a465164098fff7c743ba11fc83eb858fb71afc86ad169255148a19e9066a5514001855a0f42c7e4bbe539ee6eb9ec0
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.0+.
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
  #
@@ -19,6 +19,6 @@
19
19
 
20
20
  module Grafeas
21
21
  module V1
22
- VERSION = "1.8.0"
22
+ VERSION = "1.9.0"
23
23
  end
24
24
  end
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.8.0
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.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