google-cloud-speech-v1 0.2.4 → 0.2.5

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: 669b006b4418754372cba923b977d2ba683ac763c2561845dbde00c060066ad8
4
- data.tar.gz: 3ab78c9578a005002e30a00fddf84a3b652ea7940b6988064eb7f4a7d2c35c86
3
+ metadata.gz: eeb87044afa8a76e5b51c7943022ae8d80c420d0999779bfbb449451f3377441
4
+ data.tar.gz: b1fb098c5ba3b5308bd526a03b4e69ca2028c5eb2b7e32e3daf757a20f72452c
5
5
  SHA512:
6
- metadata.gz: 6ee168be86d6969404ef2f85a299258ea54a365c4ee9fef3e9086f702175dac7d593a353fe59b6a492ae8fc00f5d5b730848cfe3fc3b1345af4fd40a92a49aec
7
- data.tar.gz: 619ffde5af2aa7cb73b3a7e3d48698758e06abc7ae115399b26988367a8bbb3bee072514f4f3c10f11be02ac96a00ebbddfe6e845e2b908ca7cbe94bb2383fae
6
+ metadata.gz: a47da3f8cc5897177b264083d2978883404d175275cc0a18e298c37b9866d4554ebd1774b0001e91ef54c4d540285b5c6ae004d619079e9d79eea8b8137c381b
7
+ data.tar.gz: e48cbc056ade7f9a64b5f9d649d6f455f98746a64e928bdb91f4811711dea59dfdeff0db8f5337589225df53005f5b91bb647d9c4ec896a2240111a14967525c
@@ -443,7 +443,7 @@ module Google
443
443
 
444
444
  config_attr :endpoint, "speech.googleapis.com", ::String
445
445
  config_attr :credentials, nil do |value|
446
- allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
446
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
447
447
  allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
448
448
  allowed.any? { |klass| klass === value }
449
449
  end
@@ -475,7 +475,7 @@ module Google
475
475
 
476
476
  config_attr :endpoint, "speech.googleapis.com", ::String
477
477
  config_attr :credentials, nil do |value|
478
- allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
478
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
479
479
  allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
480
480
  allowed.any? { |klass| klass === value }
481
481
  end
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Speech
23
23
  module V1
24
- VERSION = "0.2.4"
24
+ VERSION = "0.2.5"
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-speech-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
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-07 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