google-cloud-billing-v1 0.5.1 → 0.5.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: 841c0f97ea8b10e1ac1ca53b5adfad46966f1c8f957f2836c5498ac3791b0aab
4
- data.tar.gz: 6e18e154cd75794bd0ce72327714bdf2d7355c8f5b62d1bf724aeae4179d9c8d
3
+ metadata.gz: 7bc5b70ab235a67ea94c5019a6f4eb4ab653c6dbe3c2b9b6406fbbe0d6cb8cb1
4
+ data.tar.gz: 6a44e8560ec472f3ebdbabf3c1fc57f1e2e1852661306aa96f4189c8ff5f1990
5
5
  SHA512:
6
- metadata.gz: 34f2ce0a4bf529cba077a5a152c8c62eee5273918ebad846f1bdfb1861c8a61bf78b9f7d5f7847bfa51c6a0405fbfb58d8db4cb7ff3d4c61a683cf1b2fbe926d
7
- data.tar.gz: 524f46edb597eeac32afb76c75ff5da9dce02d0b11265bd9353827bf347b0a2263d659db81c85159cffed8224dceb1e21c8292ec153f6bc429acafd430635f23
6
+ metadata.gz: 72e9caf54cbd0d302180cfa3993d09af2e92253c5358356eb99d672792f95806b259b59009641eb1ab81997642c3683a66d3be5fa86c13b8f1df50495fe324e7
7
+ data.tar.gz: 651d0eae634c3bab902551ebacffa1e135002bc31a7832481af986566196140e628974baebd3c2d3bbba36e79a313c52706c1ccac209a2c982342f394025cc8d
@@ -1094,7 +1094,7 @@ module Google
1094
1094
  def rpcs
1095
1095
  @rpcs ||= begin
1096
1096
  parent_rpcs = nil
1097
- parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to? :rpcs
1097
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
1098
1098
  Rpcs.new parent_rpcs
1099
1099
  end
1100
1100
  end
@@ -420,7 +420,7 @@ module Google
420
420
  def rpcs
421
421
  @rpcs ||= begin
422
422
  parent_rpcs = nil
423
- parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to? :rpcs
423
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
424
424
  Rpcs.new parent_rpcs
425
425
  end
426
426
  end
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Billing
23
23
  module V1
24
- VERSION = "0.5.1"
24
+ VERSION = "0.5.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-billing-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.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-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -227,7 +227,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
227
227
  - !ruby/object:Gem::Version
228
228
  version: '0'
229
229
  requirements: []
230
- rubygems_version: 3.0.6
230
+ rubygems_version: 3.1.3
231
231
  signing_key:
232
232
  specification_version: 4
233
233
  summary: API Client library for the Billing V1 API