google-cloud-data_labeling 0.6.0 → 0.6.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: 31385a86a5028d4479866763db8fd242165b59a2f5ececf8a8031cb8da2dc449
4
- data.tar.gz: d0f150851a37feee77749b9f93dbdcf68180bced214b8cfb7f980846861fb33c
3
+ metadata.gz: 0ef2a2302ba8dcbf252131612b4a53fdb127e809a04503f8ba4b3da525ffea75
4
+ data.tar.gz: daea977f6e415c4b6ef0170b89a91d00f2371201a40c6805bc504953f8910270
5
5
  SHA512:
6
- metadata.gz: f3e6c8977e5f042cb4d9bf96c8d3e1855a751d30de17009e18b098e3abd263466fd27b3d26c4feceb00e418624eca0df779ddafb9bb683272520dc31ddda50f9
7
- data.tar.gz: e704b9060b4c90887895b73b90c7e2aaf66ecd07cd00ff67e6e686b559c2edbb6c525e172fca5d4fe07723b4389d97478be875493d529c94bdd2850e4f862f89
6
+ metadata.gz: b69568ee2ca71bc0cedf4deb9fc482feacce65ae9157f31ae951a8ca0649e320f739af3914c31f422e7f496a1a1b63b7e2457ba067f06c6a1e42605451575664
7
+ data.tar.gz: 29cc71bb02ac3b59b1b1325a08b699a692de0613e12f86cf1eb31bf3ac67904a30f43935496264b63d85f020749d5458ca955504903b58943f055b82b81db4ed
data/README.md CHANGED
@@ -7,7 +7,7 @@ AI Platform Data Labeling Service lets you work with human labelers to generate
7
7
  Actual client classes for the various versions of this API are defined in
8
8
  _versioned_ client gems, with names of the form `google-cloud-data_labeling-v*`.
9
9
  The gem `google-cloud-data_labeling` is the main client library that brings the
10
- verisoned gems in as dependencies, and provides high-level methods for
10
+ versioned gems in as dependencies, and provides high-level methods for
11
11
  constructing clients. More information on versioned clients can be found below
12
12
  in the section titled *Which client should I use?*.
13
13
 
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module DataLabeling
23
- VERSION = "0.6.0"
23
+ VERSION = "0.6.1"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-data_labeling
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-29 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-cloud-core
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  - !ruby/object:Gem::Version
77
77
  version: '0'
78
78
  requirements: []
79
- rubygems_version: 3.6.2
79
+ rubygems_version: 3.6.8
80
80
  specification_version: 4
81
81
  summary: API Client library for the AI Platform Data Labeling Service API
82
82
  test_files: []