google-cloud-asset 1.9.0 → 1.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: 0d361377bb27879d834af3d86c3091da6c3e90a91550dee26d027927b17da6b4
4
- data.tar.gz: b1ccce3891a3703bd452d4b6fc850f5f24fd18d4506509fcad583a5decc1201a
3
+ metadata.gz: 12667547c2b5f943927574be0e9e5cff50ad25c5328b3e9b388d451242e495c0
4
+ data.tar.gz: a05b3d076b8033ecbadfdda65d645b4756c0079cb2926bc5de455d8decee76ee
5
5
  SHA512:
6
- metadata.gz: 30cb375f652e88a9441e379195bf8e79f65aba3dc9fecf724565788b29af1724979569190009624b14afa7a5d087929275db772366e1426b03537786a660b63d
7
- data.tar.gz: 21b3212062dd2565454ea8bc132f09941a45c879729bd70167f686dabf3c1342961b5e3f3c7de9f9113fd90503a9cf14eeb6332d2a5da8fa41c947af41638374
6
+ metadata.gz: 5ab540cb7788e6115e17db3fdd49f5ff610bd92531ca7ff5359df0dfe8ff0a185144ae6f58b19ae7cfcc0d8f6469eac9319ca5d947ad3e917820ba80044bb6b9
7
+ data.tar.gz: f6b22f4fe69eff0a676395735c0e1fbbb08cc3f3cf6b01f8e36bcbea0d1d614179fb8fbe833d9a151cd615180e52e4377092ef6f49e6079137233cc9b1fb728f
data/README.md CHANGED
@@ -82,7 +82,7 @@ working, try updating the versioned clients in your bundle or installed gems:
82
82
 
83
83
  ## Supported Ruby Versions
84
84
 
85
- This library is supported on Ruby 3.0+.
85
+ This library is supported on Ruby 3.2+.
86
86
 
87
87
  Google provides official support for Ruby versions that are actively supported
88
88
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Asset
19
- VERSION = "1.9.0".freeze
19
+ VERSION = "1.10.0".freeze
20
20
  end
21
21
  end
22
22
  end
@@ -138,6 +138,7 @@ module Google
138
138
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
139
139
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
140
140
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
141
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
141
142
  # * `:retry_codes` (*type:* `Array<String>`) -
142
143
  # The error codes that should trigger a retry.
143
144
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-asset
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC