google-cloud-vision-v1 0.2.1 → 0.2.2

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: 5c2fc098b59128d6350a0b3a2cd4aa6290511de5046a344ccb7399ffaa043724
4
- data.tar.gz: dd3245d8a4797d6b346506d24315fec0e96bb1254376edb3ec26e1ff682467e8
3
+ metadata.gz: d8b8a4ca4407e28105598dc2ec070eff0f5bf96c059055e8fae7c707d3a1ee45
4
+ data.tar.gz: 4049bc11cf8839d4b931c02bec26abd1459f731ca49310cf03b0533e7eac3956
5
5
  SHA512:
6
- metadata.gz: 48c9ed82a393767a376fc93ac192c87bdeb7b95b1566b8e6e93c35a24bf394218782e44135a337cb0f34ef4a54b8bcf1dc42941784446457bc16eed47945d204
7
- data.tar.gz: 118c6a52e7ec72452c838171210b5c82e01d39d4c8632884bee2b1702c8f1125431c608fd07643fdb833957038e35cc70f7a8f804fe6fe28dfa051027cd54537
6
+ metadata.gz: 8e7ef57be1087ed8911a307ebec9cf24c7d2243bd5f09512c42c6eb36f2576b7df3056884f53b298cb58fe49107df066baa475d592545f1b1b94a0bb9d734a03
7
+ data.tar.gz: e046d97fa4212388803a90c0048511784f76484c9d03411bd6e6a8730372a9acc769ada9e14c85cdfd49c9f7cf18790ffeb82e53d42d1faa3e56a3111ccc2d82
@@ -619,7 +619,7 @@ module Google
619
619
  def rpcs
620
620
  @rpcs ||= begin
621
621
  parent_rpcs = nil
622
- parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to? :rpcs
622
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
623
623
  Rpcs.new parent_rpcs
624
624
  end
625
625
  end
@@ -503,7 +503,7 @@ module Google
503
503
  def rpcs
504
504
  @rpcs ||= begin
505
505
  parent_rpcs = nil
506
- parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to? :rpcs
506
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
507
507
  Rpcs.new parent_rpcs
508
508
  end
509
509
  end
@@ -1953,7 +1953,7 @@ module Google
1953
1953
  def rpcs
1954
1954
  @rpcs ||= begin
1955
1955
  parent_rpcs = nil
1956
- parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to? :rpcs
1956
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
1957
1957
  Rpcs.new parent_rpcs
1958
1958
  end
1959
1959
  end
@@ -503,7 +503,7 @@ module Google
503
503
  def rpcs
504
504
  @rpcs ||= begin
505
505
  parent_rpcs = nil
506
- parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to? :rpcs
506
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
507
507
  Rpcs.new parent_rpcs
508
508
  end
509
509
  end
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Vision
23
23
  module V1
24
- VERSION = "0.2.1"
24
+ VERSION = "0.2.2"
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.2.1
4
+ version: 0.2.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: 2020-05-26 00:00:00.000000000 Z
11
+ date: 2020-06-05 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.0.6
224
+ rubygems_version: 3.1.3
225
225
  signing_key:
226
226
  specification_version: 4
227
227
  summary: API Client library for the Cloud Vision V1 API