google-cloud-video_intelligence-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: c5932c674004d8857b6fd1cb884f7a8d90208d4bb1e4740af41a3241d2c81c1f
4
- data.tar.gz: 9f441ff9943cc2caf2ba052eb01c5159340efab8aa838cf21626ef0985e5c586
3
+ metadata.gz: 26d3866df9815328d1fb8dc342e9b99e1d2327eaf9a4b0a1caa4cd3651bc3adb
4
+ data.tar.gz: f1500bc9790fd1dea9ba6807d07f51ec4b6ba4af44a54264fabe8577404d258e
5
5
  SHA512:
6
- metadata.gz: 18afa392d39e356ff292afdeaa0daa51c6468daafe6efb834d085af091c07d1083ca5fd0aeb0da1db4853c5e83171b1c3a1151b212007896e8474ab5b01e6449
7
- data.tar.gz: fd4e0dae3bff19649f92efe93138e834162cc239c041452fa28d6f02e38a4f3aa4e9f02a0dbda2e1dacd82f02b5a47f40dc617acb5bc0712ad3fb0cab3413b5e
6
+ metadata.gz: 9cab9687f551352429025b6c0a9cd963f90254802cd0086bef9554b067242e70288fd71712bea57313fa8a2dcf912e7eb23138544895fbfcbaa759963fe803bc
7
+ data.tar.gz: 93aed5448353fbf9801ca386344b83bc2948a07036d167bbe661f4c5987d5610f61d29dedfba0b82a1df1ef2f9c27036a65ead5d12a26bdb78fd228c1ca5ffca
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module VideoIntelligence
23
23
  module V1
24
- VERSION = "0.2.1"
24
+ VERSION = "0.2.2"
25
25
  end
26
26
  end
27
27
  end
@@ -367,7 +367,7 @@ module Google
367
367
  def rpcs
368
368
  @rpcs ||= begin
369
369
  parent_rpcs = nil
370
- parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to? :rpcs
370
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
371
371
  Rpcs.new parent_rpcs
372
372
  end
373
373
  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
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-video_intelligence-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
@@ -200,7 +200,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
200
200
  - !ruby/object:Gem::Version
201
201
  version: '0'
202
202
  requirements: []
203
- rubygems_version: 3.0.6
203
+ rubygems_version: 3.1.3
204
204
  signing_key:
205
205
  specification_version: 4
206
206
  summary: API Client library for the Cloud Video Intelligence V1 API