google-cloud-vision-v1p3beta1 0.2.1 → 0.2.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: bed8eb28908c3841ce50dfe2d626b437d214adddea0b2ccda921f6fe817f0d38
4
- data.tar.gz: cf1ca2243e106768e301d541eacb922e28a660376eae64da343c5e666b990577
3
+ metadata.gz: bf2553c39fd167282677813185d60629b91fd23e6b0732513330c9a5952b12cc
4
+ data.tar.gz: b9797b02d3dc5477008edd5892dedb61a93ee07a0953b2a781381837677773cc
5
5
  SHA512:
6
- metadata.gz: 32649728fca3d917fb6b91f0e19df61856fe109639e012052e09a5faa6464e2596a17ec2ba9a82fd99705d1c5589eeef0f7ea2906323e57081357b508365b506
7
- data.tar.gz: 6b6f718c41497a9d56a97c032889f6bc185a609db794aa180212aec71a31e9ceb77eeaf3d225e826919f74b13f6caef857807acf4e678f116aefcf04174c46e3
6
+ metadata.gz: 111a0697c169cd710506122920c35d48f17b4ad1aec7ab5d46e2391ee2956619d29fe33205100f39a2cd3a5a3aa9cfbf17a4b16fdc005caff221e14482e6c48d
7
+ data.tar.gz: 604e29c8ad169b8d732a1ce684c02ab46efe08c7438f11d620b5e3aeeb0dbf53003a8719fdca660540b29d703b72ea5d7a03e173c9906cc2118333a42c19acf0
@@ -413,7 +413,7 @@ module Google
413
413
  def rpcs
414
414
  @rpcs ||= begin
415
415
  parent_rpcs = nil
416
- parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to? :rpcs
416
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
417
417
  Rpcs.new parent_rpcs
418
418
  end
419
419
  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
@@ -1860,7 +1860,7 @@ module Google
1860
1860
  def rpcs
1861
1861
  @rpcs ||= begin
1862
1862
  parent_rpcs = nil
1863
- parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to? :rpcs
1863
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
1864
1864
  Rpcs.new parent_rpcs
1865
1865
  end
1866
1866
  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 V1p3beta1
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-v1p3beta1
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 V1p3beta1 API