google-cloud-video-live_stream 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: d601ca905479def04b64a5c25e7c779d4dce2da5b4b3b4096e74c65d1e542489
4
- data.tar.gz: 711aa3426e0b83302fa585c09affdbee8e14b7207343689d3036b41f4366f61b
3
+ metadata.gz: 4d98ac3e385de0dd72533c3ec5c9df9c068c3108f6dc4f15667e5528605b2d27
4
+ data.tar.gz: 4c0db76ed2600c0f49e6aa438d9903361b39f02018124910b13720ecb23f7734
5
5
  SHA512:
6
- metadata.gz: 0f3c4695864c4e614eee8c12655cc57376f620d712a400a5dbb567805df428375c82d1191868bfbbd0d18975af1f86e046f2bf9941a342625fda0b609bdb1e21
7
- data.tar.gz: 40e7472e51dac8eb0fa444cef027683283992cb77b7343661a0a1b79c779b54da256ff8e7da4bd65b9c31c0e83e1284df5bc1041dc3fe373f878ff3f550988c8
6
+ metadata.gz: 4151a69e49fba3239d9f3cdcb9125a44a0e07e27c00443c2be8fd24853cdcf803c75f915b2cb3d01961569f9fda949f17be85feac0533ac02a966bbb8e3689d0
7
+ data.tar.gz: e57514ce64099882f1613c15aefdfe9c56e8c886ac58ef869f4b31bc4a7f8509b88fc1b862a7bbaf4cea0c865e540686ee4ee4ab61b94d19cc0f38f4d34f0422
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 Video
23
23
  module LiveStream
24
- VERSION = "2.0.2"
24
+ VERSION = "2.2.0"
25
25
  end
26
26
  end
27
27
  end
@@ -143,6 +143,7 @@ module Google
143
143
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
144
144
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
145
145
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
146
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
146
147
  # * `:retry_codes` (*type:* `Array<String>`) -
147
148
  # The error codes that should trigger a retry.
148
149
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-video-live_stream
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
@@ -63,7 +63,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
63
63
  requirements:
64
64
  - - ">="
65
65
  - !ruby/object:Gem::Version
66
- version: '3.0'
66
+ version: '3.2'
67
67
  required_rubygems_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="