google-cloud-automl 2.0.1 → 2.0.2

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: 6efc590634000a157174d808d48d18eb596b13a3bd682b031e2acad62b134dc8
4
- data.tar.gz: f02c6803cddd54b1c4596a37acdc891c9b2b12e86e47c79b753fe1ee63796d68
3
+ metadata.gz: efb921ae58f38ffca1efa93370830e321f17b0810ff7d8374122bfca9b49b1a2
4
+ data.tar.gz: a2becd6c583f7b8eaed08b938841fefb44d0c216beaaa2ede83f3df42b064bc7
5
5
  SHA512:
6
- metadata.gz: 6076114e289ad4e1f16c772462f302a43e4e7f7ef592f507343f3a95dc7d597ca771d0b23897eb6f3d816f49e44c14b7060ee1a6cd7db57889fdf39a91209452
7
- data.tar.gz: f52c27b484a49ad060f6062463aac6884fe80119808276bae2963340ce5065502f359aedf8f5dc93a42820a66a0910f7770c4ecf43ced35f291e9d6711736750
6
+ metadata.gz: 79c62096dcadf6057941422c79a76e9d7ac195792b94d86d0351c701a63772fc4565624ce890822b861556ca6885d391bb1dfa174bfc81ba076a8003692f7dcb
7
+ data.tar.gz: f05c086c7c8d14daacecc114c178325911401537e7613f7b51de0d82334fea062dde3045f3ba40365d0fe4a15f199d498ff2d23f908731e425d4aae1faf76709
data/MIGRATING.md CHANGED
@@ -1,4 +1,4 @@
1
- ## Migrating to google-cloud-automl 1.0
1
+ # Migrating to google-cloud-automl 1.0
2
2
 
3
3
  The 1.0 release of the google-cloud-automl client is a significant upgrade
4
4
  based on a [next-gen code generator](https://github.com/googleapis/gapic-generator-ruby),
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module AutoML
23
- VERSION = "2.0.1"
23
+ VERSION = "2.0.2"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-automl
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -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.8
77
+ rubygems_version: 3.6.9
78
78
  specification_version: 4
79
79
  summary: API Client library for the Cloud AutoML API
80
80
  test_files: []