google-cloud-vision 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: d63adac89c063c9bae2380b395a275ae461fa71d10c3dc0b7f7c7ce4b3b3eac6
4
- data.tar.gz: ec0279687e7a9d35d3e2c9afc0e55f8757ddd05eb5018a8e7c53f4158cb33c0a
3
+ metadata.gz: 6c0d5e66ded11706f206bb4f73249f9256d0e204814e2c3f1e44c0b8b13cd965
4
+ data.tar.gz: 38c8cc584eb6bdfc19aee577d87504da792f56643489529f10e81c055c616b5b
5
5
  SHA512:
6
- metadata.gz: 5bf393214dcb8c6f5d6665d1fbf66dbde17177e25cb44a23289667a0563386ae814355d67821b6cd7af56be087a5657162fa0b27cf01dc87113940e6a374b3cc
7
- data.tar.gz: 970c9df4c6b9a28120b54daec5598623a99cc3fda25e82e539b9421bc34ac3da0b75b4a1e2ccc4d79df612c976d719320a36ded59fc737424d6dabc7a8a5041a
6
+ metadata.gz: 120a015ce7ceaa067b7ab0e760af94933a732238bff5fd8c971b2e3a71e98d9cc34e740a338b5a2710e280b089ac0e2b106c6a9e4a8becb054d05f0e54ee3beb
7
+ data.tar.gz: 9d918a36a2264c3a4395ca563eb0668c0a087700d674254261d003dbb5917f10c56a063b479f0730bd477be18de2fcc244e5db804281c80af0e16e3effd687d5
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::Vision.product_search
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/vision"
@@ -93,7 +93,7 @@ client = Google::Cloud::Vision.product_search 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/vision"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Vision
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-vision
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-core