google-cloud-saas_platform-saas_service_mgmt 0.2.1 → 0.3.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: 182c43d80c29839f75d33781c6c29a6a65d28b238af37f747f48a93947bf9082
4
- data.tar.gz: aea1301b07b4d8342cdff62a6e832fd61eed7cccb69175046590c8c5826cbc4b
3
+ metadata.gz: de49624a7a591ccf0ba175c9b265dabdb24a7740b47c67f2648080f18271838b
4
+ data.tar.gz: feb414c3ddba5c894533f4bdcc0264a0eaccebebabbc850f231cd93346ed1ef4
5
5
  SHA512:
6
- metadata.gz: d20820c7c440d68507c0aabf575647753caecbd5e7988dc6731291c0e662eb93b3e8fd01b0b8d191231790554efd6de86b9bc3c59b3b392eb328ead21a344029
7
- data.tar.gz: d3f634f866bdd36ced164f44024b3b2f127688b21a388e6b36f7ba3b3bea75f40cc89e5ff2183f84943e017a5cd1911d64087059729f72f4f16aa19b7b9a5d4e
6
+ metadata.gz: e6187c54602920ce46da3256e4e4a10651aa8d1e17ffd35d2b903e838ca04de67f8d48ca70490ee44569d85119ee1ddcce2c3cda2d8582a933499e2458516d9c
7
+ data.tar.gz: 9d7916742934dad454c50f5c864af7904f426ae49fa2b4c9a34a89477fcfcb1ebc7d8ab65b5737d2d031e36249de3c44eb0bb248dc0d8b0bf51448fc31f50b39
data/README.md CHANGED
@@ -74,7 +74,7 @@ working, try updating the versioned clients in your bundle or installed gems:
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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module SaasPlatform
23
23
  module SaasServiceMgmt
24
- VERSION = "0.2.1"
24
+ VERSION = "0.3.0"
25
25
  end
26
26
  end
27
27
  end
@@ -209,6 +209,7 @@ module Google
209
209
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
210
210
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
211
211
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
212
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
212
213
  # * `:retry_codes` (*type:* `Array<String>`) -
213
214
  # The error codes that should trigger a retry.
214
215
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-saas_platform-saas_service_mgmt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC