google-cloud-automl 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a069761c67c6853965853521bc88be499c59da0ab5fc324b81886217515679cf
4
- data.tar.gz: a918bc6a01b0575c0472b38a239f71345c1a6cf74ca948732ae330610f9c8c05
3
+ metadata.gz: 0552e3cf3425e3228008f2226072fa7375508dce8221bc0e1ebe1f0f00899540
4
+ data.tar.gz: f12a20ee2ca83151a963203317915c3f75bd8a4c6814d169e4ff35b42951567c
5
5
  SHA512:
6
- metadata.gz: 77289b1985e217fc5b47760d7f95d28b03664da1fc9e0f24ca9f9a94ff071769ffd0385fdaa191b5dfa9dcb2ba9a3cb14ba7512315c22cf93a59bd0e0217b3df
7
- data.tar.gz: 296106cb6f566c270e69405b00fe3c6f366bd1fe15499b5d0e21e1549d33e661513de81d3b6b7a95a9121fec6e9d4e3ad1a332ec794664a76cf7c45009b4f2f6
6
+ metadata.gz: 2b9ccdfed76e0e21aa65fb33942ff34eb3d8512691a353884859aa4eb65076c8d13545d41f69f3808bbbba0bcea1d5490f7ca02fab597ed35bcec735ca722b93
7
+ data.tar.gz: 53524e2c5d17bab041d8437c3d8ea15cd97437a73474e1250e2cd2b8f659bfd7a196f045de03ac4a22a4927dc0429c47e9376fdb32e6bd4c503b385c8803cfdf
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::AutoML.prediction_service
82
82
 
83
83
  ### Configuration
84
84
 
85
- The **Credentials JSON** can be configured instead of placing them in
86
- environment variables. Either on an individual client initialization:
85
+ The path to the **Credentials JSON** file can be configured instead of storing
86
+ it in an environment variable. Either on an individual client initialization:
87
87
 
88
88
  ```ruby
89
89
  require "google/cloud/automl"
@@ -93,7 +93,7 @@ client = Google::Cloud::AutoML.prediction_service do |config|
93
93
  end
94
94
  ```
95
95
 
96
- Or configured globally for all clients:
96
+ Or globally for all clients:
97
97
 
98
98
  ```ruby
99
99
  require "google/cloud/automl"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module AutoML
23
- VERSION = "1.1.1"
23
+ VERSION = "1.1.2"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-automl
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-30 00:00:00.000000000 Z
11
+ date: 2021-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-automl-v1