google-cloud-data_labeling 0.6.2 → 0.8.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: 604f54ff7003c37ae5b3bd252f7346881c059becea77f19f7141e1c7300b838e
4
- data.tar.gz: 68ca1193b712340b4bca5b4cb899ad925b25d6eddd8fd4f6cfca9ca829c69281
3
+ metadata.gz: 9e9ca25e30b019ccd9e3d20d13adca8f29c29ec20f5cb77634b394345f88bd8a
4
+ data.tar.gz: 1abd3a5ddd49af32d6c56484275892b01a7870fa006922ae248cc95b5ce5ecee
5
5
  SHA512:
6
- metadata.gz: 9a2d3417966304709fbb174cac9e6f8010162539e68f48b04f34956b11fe020f03e1c660a638710c1d19d40bf2ac38784fc46dfacfb85182ca10050440e43f4f
7
- data.tar.gz: 13b4a81b1e604dd667092c2b504989e647c7be04981920e5d640fa8fe8cd6f5957cb740020d4666bdf1cb3778a72c372d38f03c780414975f80929e29aedc847
6
+ metadata.gz: 6c9dd39c05acf6d7dc6a425733d1b2a827d81dc81fe2b42e74f686591c49f3746722d6ce897497162d74319057eda5e17b5018151b9005061dd8ab881bcebd5e
7
+ data.tar.gz: 4c7c9ff03bbb189bf67a9ecd70ce17275be52bd57157485b862e8436f6c42c189776c8a6b142bc64236cf7e4fc94d8a860e67f8b0c0ad1e09c1cd377ba73b045
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 DataLabeling
23
- VERSION = "0.6.2"
23
+ VERSION = "0.8.0"
24
24
  end
25
25
  end
26
26
  end
@@ -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
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-data_labeling
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -69,7 +69,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
69
69
  requirements:
70
70
  - - ">="
71
71
  - !ruby/object:Gem::Version
72
- version: '3.0'
72
+ version: '3.2'
73
73
  required_rubygems_version: !ruby/object:Gem::Requirement
74
74
  requirements:
75
75
  - - ">="