google-cloud-debugger-v2 0.1.1 → 0.1.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: a0e177a5bf66b3dd76ecb579ac9d7520bca1315006f8703d799825167d42cecb
4
- data.tar.gz: d1f94a77f2e0e832e4f7340d55ef1a259c93c41369f53a1dfff48e196071c5b6
3
+ metadata.gz: fdcdeb060a8c163ac5dd0191b0f13f3ac0cca2277d18995fac8d05a02d3f213c
4
+ data.tar.gz: 3d921ac808718e44e8bfcded51d3e2a4fa0bd6464e7aabf448fc5c51d4269fc4
5
5
  SHA512:
6
- metadata.gz: 71adbd19540a905cdf435c6a85d62181687f78a97bb34a7e60d62fd53da854bed81d204665ae7c6836c432026daf263134bc70ce1425ff29d8e789ebcabbd670
7
- data.tar.gz: '08596de8ec273cd4c316da4e55592e30da734b9678a0a92eb125c47b096b1dbca77ef35bac752cd865dcf0f1f798e5b3c3015e8f25e0c4b3777a11e2540420f5'
6
+ metadata.gz: c44bf4a5e70218bcaaf923117f28bf77c85ab6176217b4a6c98d1039fbb1653ac3c93fbf83332db07eb2fedf9b62bc5c3d67341269ff361402005ed5a3a2fa3c
7
+ data.tar.gz: 6ee2523e41ebedef97aaa98d972cdddd4a387bce47b07fa1394a33d5903c504c0f8fe45e97fbffc8a08214aa135472e239300e7e03cd47339ea3c6646a045e21
@@ -503,7 +503,7 @@ module Google
503
503
 
504
504
  config_attr :endpoint, "clouddebugger.googleapis.com", ::String
505
505
  config_attr :credentials, nil do |value|
506
- allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
506
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
507
507
  allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
508
508
  allowed.any? { |klass| klass === value }
509
509
  end
@@ -640,7 +640,7 @@ module Google
640
640
 
641
641
  config_attr :endpoint, "clouddebugger.googleapis.com", ::String
642
642
  config_attr :credentials, nil do |value|
643
- allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
643
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
644
644
  allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
645
645
  allowed.any? { |klass| klass === value }
646
646
  end
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Debugger
23
23
  module V2
24
- VERSION = "0.1.1"
24
+ VERSION = "0.1.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-debugger-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.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-08-06 00:00:00.000000000 Z
11
+ date: 2020-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common