google-cloud-vision 1.0.0 → 1.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 +4 -4
- data/lib/google/cloud/vision.rb +2 -2
- data/lib/google/cloud/vision/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 847dd56cee994a456216879ed38a5f6e96ec72f2316f07b26fce34583481bef3
|
4
|
+
data.tar.gz: 53bb95a57ae813b4b31ea1aef246f253a8b0d293eb41dbc39290131e7f8ff114
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b59839b0b72aa6fb44b1e26f6776aab6c04ee6a19f4be656988c6fee576859225d192eacc2318339c9e5f86609766e42af067976e7676d09eb6bc62b5ffa1f4d
|
7
|
+
data.tar.gz: 1bafbacf6e2a93220cb55f058f6a367302c1f2075cd99cfc5ef80696d03906bb71eba11e60b75b749c1bb2d42a8e2dec6b03d19bffabc4f84fde3fd2c2c7de30
|
data/lib/google/cloud/vision.rb
CHANGED
@@ -133,8 +133,8 @@ module Google
|
|
133
133
|
# The library version as recorded in instrumentation and logging.
|
134
134
|
# * `interceptors` (*type:* `Array<GRPC::ClientInterceptor>`) -
|
135
135
|
# An array of interceptors that are run before calls are executed.
|
136
|
-
# * `timeout` (*type:* `
|
137
|
-
# Default timeout in
|
136
|
+
# * `timeout` (*type:* `Numeric`) -
|
137
|
+
# Default timeout in seconds.
|
138
138
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) -
|
139
139
|
# Additional gRPC headers to be sent with the call.
|
140
140
|
# * `retry_policy` (*type:* `Hash`) -
|
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.0.
|
4
|
+
version: 1.0.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:
|
11
|
+
date: 2021-01-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-cloud-core
|
@@ -199,7 +199,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
199
199
|
- !ruby/object:Gem::Version
|
200
200
|
version: '0'
|
201
201
|
requirements: []
|
202
|
-
rubygems_version: 3.
|
202
|
+
rubygems_version: 3.2.6
|
203
203
|
signing_key:
|
204
204
|
specification_version: 4
|
205
205
|
summary: API Client library for the Cloud Vision API
|