google-cloud-vision-v1 0.3.0 → 0.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e26e5fcee2f2df6145e62a6e44efd6101bccc3906c6d74cc812676889f476ac7
4
- data.tar.gz: 3f982076e17ea4ae08e34411ff3e6bc55974e36617e0c158b78d664590642ff2
3
+ metadata.gz: e74814b3c0b917e4dbf92558ac7a1dac4cb3fff4da8a46fe7e6627ef3866fe3d
4
+ data.tar.gz: f7c69b65a91d24321225812e41af0a52df740000d84d0b7977339cf5e6413726
5
5
  SHA512:
6
- metadata.gz: d0362acf97303fb079c73d7d313db92d2252a229ce9d6b9a96b062c2bd51ad3a0558dfe65bd0e9eb455b5859ea41d0cab44801d3ccb679a4749ba0dd9369efea
7
- data.tar.gz: 2fbdf766c5db8d030f58e44880ce32fb94aeffce689906bb0d343c3b52c2c583a0fdccb864a317353253b2bbdb2a9c9586d418c583503d98e3313864e24fbbef
6
+ metadata.gz: c9de4cfd600a937aeba40f84f6c06d9c6ba140a8521f2d7255b0881540431ec7aa781db7e5d21f0f240d7c006b4486cd16ce4760a824b01fbbfcaf13bb2417b9
7
+ data.tar.gz: cd4ca8a6e63a52065064ab3e895017e315f609da2d4e0257ce4e85e6a0a4dcecdb7cd0055a82f81022903d4e83036e168da2842236a4335836eee896edcdceea
@@ -34,3 +34,6 @@ module Google
34
34
  end
35
35
  end
36
36
  end
37
+
38
+ helper_path = ::File.join __dir__, "v1", "_helpers.rb"
39
+ require "google/cloud/vision/v1/_helpers" if ::File.file? helper_path
@@ -631,7 +631,7 @@ module Google
631
631
  # Each configuration object is of type `Gapic::Config::Method` and includes
632
632
  # the following configuration fields:
633
633
  #
634
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
634
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
635
635
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
636
636
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
637
637
  # include the following keys:
@@ -515,7 +515,7 @@ module Google
515
515
  # Each configuration object is of type `Gapic::Config::Method` and includes
516
516
  # the following configuration fields:
517
517
  #
518
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
518
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
519
519
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
520
520
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
521
521
  # include the following keys:
@@ -1965,7 +1965,7 @@ module Google
1965
1965
  # Each configuration object is of type `Gapic::Config::Method` and includes
1966
1966
  # the following configuration fields:
1967
1967
  #
1968
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
1968
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
1969
1969
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
1970
1970
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
1971
1971
  # include the following keys:
@@ -515,7 +515,7 @@ module Google
515
515
  # Each configuration object is of type `Gapic::Config::Method` and includes
516
516
  # the following configuration fields:
517
517
  #
518
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
518
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
519
519
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
520
520
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
521
521
  # include the following keys:
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Vision
23
23
  module V1
24
- VERSION = "0.3.0"
24
+ VERSION = "0.3.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-vision-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.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: 2020-12-02 00:00:00.000000000 Z
11
+ date: 2021-01-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -221,7 +221,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
221
221
  - !ruby/object:Gem::Version
222
222
  version: '0'
223
223
  requirements: []
224
- rubygems_version: 3.1.4
224
+ rubygems_version: 3.2.6
225
225
  signing_key:
226
226
  specification_version: 4
227
227
  summary: API Client library for the Cloud Vision V1 API