google-cloud-vision 1.1.0 → 1.1.1

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: cb74982ef26f13e5c2d81672bf3faae5f29b2f3703793472a1a3cc9bbe1ae646
4
- data.tar.gz: e2be9e521775571a8e98ebc2cca1dccd44b5e64be638aeebebd1c9eef36b00fb
3
+ metadata.gz: d63adac89c063c9bae2380b395a275ae461fa71d10c3dc0b7f7c7ce4b3b3eac6
4
+ data.tar.gz: ec0279687e7a9d35d3e2c9afc0e55f8757ddd05eb5018a8e7c53f4158cb33c0a
5
5
  SHA512:
6
- metadata.gz: a494fc69d1e2c744efd73a5a75cf7867c46e94f0a997c3d181b407cc976dedde485d9416af894fba7ec528b835472f3e5c7cad6e4bad3569a04367e224cd6482
7
- data.tar.gz: 7a567d8e5c0b50d942e0c59bf044ce92087d7e85fdb76c0035e8967c2e4aa716ef7a5356ce4860678e0a311056d9d06bdd2f0a27f3cfad57abee2bfd3658b7f6
6
+ metadata.gz: 5bf393214dcb8c6f5d6665d1fbf66dbde17177e25cb44a23289667a0563386ae814355d67821b6cd7af56be087a5657162fa0b27cf01dc87113940e6a374b3cc
7
+ data.tar.gz: 970c9df4c6b9a28120b54daec5598623a99cc3fda25e82e539b9421bc34ac3da0b75b4a1e2ccc4d79df612c976d719320a36ded59fc737424d6dabc7a8a5041a
data/AUTHENTICATION.md CHANGED
@@ -66,11 +66,11 @@ The environment variables that google-cloud-vision
66
66
  checks for credentials are configured on the service Credentials class (such as
67
67
  `::Google::Cloud::Vision::V1::ProductSearch::Credentials`):
68
68
 
69
- 1. `VISION_CREDENTIALS` - Path to JSON file, or JSON contents
70
- 2. `VISION_KEYFILE` - Path to JSON file, or JSON contents
71
- 3. `GOOGLE_CLOUD_CREDENTIALS` - Path to JSON file, or JSON contents
72
- 4. `GOOGLE_CLOUD_KEYFILE` - Path to JSON file, or JSON contents
73
- 5. `GOOGLE_APPLICATION_CREDENTIALS` - Path to JSON file
69
+ * `VISION_CREDENTIALS` - Path to JSON file, or JSON contents
70
+ * `VISION_KEYFILE` - Path to JSON file, or JSON contents
71
+ * `GOOGLE_CLOUD_CREDENTIALS` - Path to JSON file, or JSON contents
72
+ * `GOOGLE_CLOUD_KEYFILE` - Path to JSON file, or JSON contents
73
+ * `GOOGLE_APPLICATION_CREDENTIALS` - Path to JSON file
74
74
 
75
75
  ```ruby
76
76
  require "google/cloud/vision"
data/MIGRATING.md CHANGED
@@ -285,7 +285,7 @@ methods are still present, but a few of the argument types have changed.
285
285
  ### Handling Errors
286
286
 
287
287
  The client reports standard
288
- [gRPC error codes](https://github.com/grpc/grpc/blob/master/doc/statuscodes.md)
288
+ {file:https://github.com/grpc/grpc/blob/master/doc/statuscodes.md gRPC error codes}
289
289
  by raising exceptions. In older releases, these exceptions were located in the
290
290
  `Google::Gax` namespace and were subclasses of the `Google::Gax::GaxError` base
291
291
  exception class, defined in the `google-gax` gem. However, these classes were
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Vision
23
- VERSION = "1.1.0"
23
+ VERSION = "1.1.1"
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.0
4
+ version: 1.1.1
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-03-09 00:00:00.000000000 Z
11
+ date: 2021-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core
@@ -16,42 +16,54 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.5'
19
+ version: '1.6'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '1.5'
26
+ version: '1.6'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: google-cloud-vision-v1
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0.0'
34
+ - - "<"
35
+ - !ruby/object:Gem::Version
36
+ version: 2.a
34
37
  type: :runtime
35
38
  prerelease: false
36
39
  version_requirements: !ruby/object:Gem::Requirement
37
40
  requirements:
38
- - - "~>"
41
+ - - ">="
39
42
  - !ruby/object:Gem::Version
40
43
  version: '0.0'
44
+ - - "<"
45
+ - !ruby/object:Gem::Version
46
+ version: 2.a
41
47
  - !ruby/object:Gem::Dependency
42
48
  name: google-cloud-vision-v1p3beta1
43
49
  requirement: !ruby/object:Gem::Requirement
44
50
  requirements:
45
- - - "~>"
51
+ - - ">="
46
52
  - !ruby/object:Gem::Version
47
53
  version: '0.0'
54
+ - - "<"
55
+ - !ruby/object:Gem::Version
56
+ version: 2.a
48
57
  type: :runtime
49
58
  prerelease: false
50
59
  version_requirements: !ruby/object:Gem::Requirement
51
60
  requirements:
52
- - - "~>"
61
+ - - ">="
53
62
  - !ruby/object:Gem::Version
54
63
  version: '0.0'
64
+ - - "<"
65
+ - !ruby/object:Gem::Version
66
+ version: 2.a
55
67
  - !ruby/object:Gem::Dependency
56
68
  name: google-style
57
69
  requirement: !ruby/object:Gem::Requirement
@@ -199,7 +211,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
199
211
  - !ruby/object:Gem::Version
200
212
  version: '0'
201
213
  requirements: []
202
- rubygems_version: 3.2.13
214
+ rubygems_version: 3.2.17
203
215
  signing_key:
204
216
  specification_version: 4
205
217
  summary: API Client library for the Cloud Vision API