google-cloud-app_hub 2.0.2 → 2.2.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: 711e2669755c814dbe77d15fc020afbd7f0294591ba4e447af507def57975f55
4
- data.tar.gz: 1abbb31ea2153a0576a99999acf7be5ac6ecaa0f7cc2b3b2a54d944140f84fb3
3
+ metadata.gz: 34f59770e9338281dd5a9cb576f71d6470f0bafaefbc8c36bc3bacd3281845c4
4
+ data.tar.gz: 75affa1867a76d2048249873fa548322856e9bac9c13b3db089e85b40ba65108
5
5
  SHA512:
6
- metadata.gz: 3d0417f4cb99925c347a4b53eda817fe503faf806ec7cf3918b0aacddf4bc3d3f4cd1cff3cee727d49de3a95b37cb47305ccd3914b36534298bf2500d52999ab
7
- data.tar.gz: 23e4bd41c5223904e3033bdbdea293a7a92e9a7172013d3b71ed9ccf11c56298d94a3c3b66bfe7f2fd9adea975843db74bc7373e23e0e158db8225b33ce8c7af
6
+ metadata.gz: 81efd71b6991be232e97adb20b7147904d8abe12fc54d9625b8ea8ce0d45d80fe896d7ca41d1949a884aef4810c4ea46b974f0aadd3cc9ed108f28ffb00d1249
7
+ data.tar.gz: 6b1d9b85f3b6174bdbf63fca7a6b282a50a82ac6035265a090392a64b0fe044c7424740df1eda13efdc4d8c400e177b66b60af84100226fc64374952d10b329f
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
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module AppHub
23
- VERSION = "2.0.2"
23
+ VERSION = "2.2.0"
24
24
  end
25
25
  end
26
26
  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-app_hub
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -61,7 +61,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
61
61
  requirements:
62
62
  - - ">="
63
63
  - !ruby/object:Gem::Version
64
- version: '3.0'
64
+ version: '3.2'
65
65
  required_rubygems_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="