google-cloud-automl 2.0.0 → 2.0.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: 66d6d9166678f6e613654b8ea09cac1f725183f074347312a868f85ff344043a
4
- data.tar.gz: 19cdb13a1eb3628c864d92fe88d71daa2c3f568b5bba1addee39b39887bb4f9e
3
+ metadata.gz: 6efc590634000a157174d808d48d18eb596b13a3bd682b031e2acad62b134dc8
4
+ data.tar.gz: f02c6803cddd54b1c4596a37acdc891c9b2b12e86e47c79b753fe1ee63796d68
5
5
  SHA512:
6
- metadata.gz: 73db7c04a5175987043d9f942ab3cf123f10521c508ffcfa31137b5d447d6120a949e603b0823cac4e796799ffe2ef3c67a6e6d29c4d35d4f3816e8c1c4604b5
7
- data.tar.gz: 48f6fd845ef951d441775192d5920777cc21c0a8ab7f51edf7037f127990025fb330f8247d7d1b6126f594bb412c5f84097615d02531ea5a9eae46cfc5b8786b
6
+ metadata.gz: 6076114e289ad4e1f16c772462f302a43e4e7f7ef592f507343f3a95dc7d597ca771d0b23897eb6f3d816f49e44c14b7060ee1a6cd7db57889fdf39a91209452
7
+ data.tar.gz: f52c27b484a49ad060f6062463aac6884fe80119808276bae2963340ce5065502f359aedf8f5dc93a42820a66a0910f7770c4ecf43ced35f291e9d6711736750
data/README.md CHANGED
@@ -7,7 +7,7 @@ AutoML makes the power of machine learning available to you even if you have lim
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-automl-v*`.
9
9
  The gem `google-cloud-automl` 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 AutoML
23
- VERSION = "2.0.0"
23
+ VERSION = "2.0.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-automl
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-13 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-automl-v1
@@ -74,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  requirements: []
77
- rubygems_version: 3.6.3
77
+ rubygems_version: 3.6.8
78
78
  specification_version: 4
79
79
  summary: API Client library for the Cloud AutoML API
80
80
  test_files: []