google-cloud-logging-v2 0.1.2 → 0.1.3

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: 434f3b91aec0a344969432dfd5704878d96ece163906d13d0271da9bf8983de1
4
- data.tar.gz: 51a7da222186ef14da93574e46bfa03c21281117b6b57c4510b4f16f46320e2f
3
+ metadata.gz: 58e6c423e898ff8201ef87f8988e943fa0447ef0eb46842075ff76b62b04a417
4
+ data.tar.gz: 6dc3d9fe8b3bd056902894d714d8483aef854f41e8b266c68845040534a0ed70
5
5
  SHA512:
6
- metadata.gz: e05d1af6b9631aca0b14b2f6fe1eab219f432162014276de6c1103b5e8bc9909f260691c286fccdf56fa3c41bc999e6d02557265b95e6534ac1beca6b55038cb
7
- data.tar.gz: ccfb0e3f15c416296030904bc9cff50cc71dd80406c5a61b38e0defbf72789cede3aada8946cbcc67b71d7b44fbc3017678e2d56c29bbefb8f75b456569d5b62
6
+ metadata.gz: f25b16f10e1cb1d30a32ef92d3951202fbe4d64ac113dcbdc8ef37aa3d072be150e0277faf368494d1eabaa429518ef22ef8d24ff48ace12361e407b1d1c68fe
7
+ data.tar.gz: 3d618969930974a5d5d7130180e7424bb6c246450070121edc1b133656f96bd65810e5a1bf5f4e8851436eb3ae2d6dc0161e7eac3d8f8703499099aa2712ebce
@@ -1554,7 +1554,7 @@ module Google
1554
1554
 
1555
1555
  config_attr :endpoint, "logging.googleapis.com", ::String
1556
1556
  config_attr :credentials, nil do |value|
1557
- allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1557
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1558
1558
  allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
1559
1559
  allowed.any? { |klass| klass === value }
1560
1560
  end
@@ -727,7 +727,7 @@ module Google
727
727
 
728
728
  config_attr :endpoint, "logging.googleapis.com", ::String
729
729
  config_attr :credentials, nil do |value|
730
- allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
730
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
731
731
  allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
732
732
  allowed.any? { |klass| klass === value }
733
733
  end
@@ -624,7 +624,7 @@ module Google
624
624
 
625
625
  config_attr :endpoint, "logging.googleapis.com", ::String
626
626
  config_attr :credentials, nil do |value|
627
- allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
627
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
628
628
  allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
629
629
  allowed.any? { |klass| klass === value }
630
630
  end
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Logging
23
23
  module V2
24
- VERSION = "0.1.2"
24
+ VERSION = "0.1.3"
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-logging-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.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