google-cloud-monitoring-dashboard-v1 0.2.2 → 0.2.3

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: b780e7c04c504416b7bd9eca8c45dfd06456459e8f9bf2a6fc980464c765b90b
4
- data.tar.gz: 9a30ececef2fb9595c0b5b56354098f25d3be989eaa91a56815d8559c35025b3
3
+ metadata.gz: ce0e451d5b404e797e71ed0dbecddb5bf20a6d4726a3504fcbbf327255d2ba5f
4
+ data.tar.gz: 71bfc201ec7d6090e1a56b72775df4c82df3d54a1c8dfbe863ad8c84c186a963
5
5
  SHA512:
6
- metadata.gz: 6bfa6c244cdca0f84b0d7f2daf85974cbcb3a5045367c48e7833811773d8e4c4476ad741d396adff8ee84fc270a3128dabad34deb52f2086fd44911a60d8a939
7
- data.tar.gz: cc1a5b791920ad8958b5018126683fc1744bb8fd84372a31f8e1f9c499c4422134460cf0ba45fea99cb18a9240b199eeaba0e8a66eae7d71db04866ba384810d
6
+ metadata.gz: a456aa0f20d63866acf704df7cf065664dadc17c286ebc14fe223017df6dca002b1884c1ebd9b1104db0f113eb4f44611bb81b8f26588e870a44d20d44b78690
7
+ data.tar.gz: 542e7f7c82f8727a1035ffd96007f2b9a382aa5760bf5f5b9136f3c7691c4214d710451613c46f944679b0fff142d08081c2a246795593c87c79873b302acda3
@@ -617,7 +617,7 @@ module Google
617
617
 
618
618
  config_attr :endpoint, "monitoring.googleapis.com", ::String
619
619
  config_attr :credentials, nil do |value|
620
- allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
620
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
621
621
  allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
622
622
  allowed.any? { |klass| klass === value }
623
623
  end
@@ -22,7 +22,7 @@ module Google
22
22
  module Monitoring
23
23
  module Dashboard
24
24
  module V1
25
- VERSION = "0.2.2"
25
+ VERSION = "0.2.3"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-monitoring-dashboard-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
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