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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fdcdeb060a8c163ac5dd0191b0f13f3ac0cca2277d18995fac8d05a02d3f213c
|
|
4
|
+
data.tar.gz: 3d921ac808718e44e8bfcded51d3e2a4fa0bd6464e7aabf448fc5c51d4269fc4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
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.
|
|
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-
|
|
11
|
+
date: 2020-08-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|