google-cloud-iot-v1 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: 2afca5ac3f8fb2163f4dde0726c5d345a26e95c366cc1063fd12023bb156c9d2
4
- data.tar.gz: ce93fd9c9ba9aab43b07a85729fa40744c4dc4146069ef7e27274baa17085ade
3
+ metadata.gz: 92ff2210ef36d78fb71695b87d9087f3c71f4f7b6995abe704d5375d982ccd4c
4
+ data.tar.gz: e102e5c1d671950f2c0c250851dbe048f5acf3c9f867379f6ffd0d23166c45cf
5
5
  SHA512:
6
- metadata.gz: 7c0c13622c9beb8b6268016737b7f7a6747f6dc0dbad1452a2194273d69a2714b8af5dd9e7accd786f4cda5930b1e74a76873d24ff710f825637c44b84577044
7
- data.tar.gz: 1891d9f87c2cd50f363036970f79c05761139eb0cfd256173f0595dabca893932baa52605e826d26bf62732d1a1e38605f8223713f592e84b787fcdf2725fcbe
6
+ metadata.gz: cdbcaf8c5dc8850b4641c1d1ec97f03f51f3384a9a628ec9ce4972c0ae3484ce7f5156980a016c554f4f736824e12d4c618b62a3560cb209185f9b45a2ed4846
7
+ data.tar.gz: f98e528707e385cd9bcc38e1b583c8af8204d2df02f9159638597d52101cfcc09730140b5602149edb89307e2a449080f1ade3664387b16c1897655689d1f63e
@@ -1736,7 +1736,7 @@ module Google
1736
1736
 
1737
1737
  config_attr :endpoint, "cloudiot.googleapis.com", ::String
1738
1738
  config_attr :credentials, nil do |value|
1739
- allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1739
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1740
1740
  allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
1741
1741
  allowed.any? { |klass| klass === value }
1742
1742
  end
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Iot
23
23
  module V1
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-iot-v1
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