google-cloud-media_translation 0.7.0 → 0.8.1

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: 516a33316adee13c61ac486ab2bf4f0721c176b775e52ea0ac7e681c60611635
4
- data.tar.gz: 251b04d4f68800776e418f44593a7898a3c193ea5c9ddcb80f5a9ebc1e4e3864
3
+ metadata.gz: 8ba2f08e5d7e8005bfd4f00aa531590731b62414ff555053df4c0ec32e55aeb9
4
+ data.tar.gz: 3c417a112fb0327202c0fe5b796dbe3e008473f4f39311ecefabc6fad3411fcc
5
5
  SHA512:
6
- metadata.gz: 6731f16bf8f9f6fb43c21ae2c8ba6c74673b093d4af3421562ed5caceb251e0bcd597bf89503d614e1a4b0707eec72447a71304b97d69335c4c8d193ef878fa1
7
- data.tar.gz: 5ea9232fd8712b389d463bfdf81f0c39b97fbdbedaa87b7a6a3eef7782a5ac0a05a17107f9d117ac80e5fb73ddb84eaebeeb1700f0c7cbfa7f1225e5b619a284
6
+ metadata.gz: 551327a2d6a96ea07ba91d1aaee7e0a12fe01fa5376aad97a37e14dae2d6dce46546441c33a65ffc0e5fb8f14e8ec99243bb8af90cdf9e723b21bfecf9b05b02
7
+ data.tar.gz: 766a7efa581fc1e1633a2c792a177a4247a69d70d87ad9c928f07afccc3384364416e69de96b99f77df784d6cd118e6914d582ad2c470be2234d4c9b0b9b121c
data/README.md CHANGED
@@ -70,7 +70,7 @@ working, try updating the versioned clients in your bundle or installed gems:
70
70
 
71
71
  ## Supported Ruby Versions
72
72
 
73
- This library is supported on Ruby 3.0+.
73
+ This library is supported on Ruby 3.2+.
74
74
 
75
75
  Google provides official support for Ruby versions that are actively supported
76
76
  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 MediaTranslation
23
- VERSION = "0.7.0"
23
+ VERSION = "0.8.1"
24
24
  end
25
25
  end
26
26
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2020 Google LLC
3
+ # Copyright 2026 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -129,6 +129,7 @@ module Google
129
129
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
130
130
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
131
131
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
132
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
132
133
  # * `:retry_codes` (*type:* `Array<String>`) -
133
134
  # The error codes that should trigger a retry.
134
135
  #
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2020 Google LLC
3
+ # Copyright 2026 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-media_translation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC