google-cloud-language-v2 1.0.0 → 1.0.1

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: 6c659552510216520a2691f9413874cff71c6ab6f926b66b84d7e267ad079cff
4
- data.tar.gz: a0a7f1d4f4732934eb2f6fce038729658597106b13b3845ef045ba2a7261cb71
3
+ metadata.gz: 9e87e3baed72a156828120b0e755ed87a647aa76940756380303927532aba026
4
+ data.tar.gz: d386f4e986b4336cecd8026427dadc39c03d3a3ab017e475398d0102307eab81
5
5
  SHA512:
6
- metadata.gz: ed1ed9f8cfa0c3bb321ab29873cc9cc8311ce3dab87c955566222291587e6ab9dd807d539fa1606dbc60b3c6153c2cea37696c44704587803558b7c46b138c36
7
- data.tar.gz: d00c8aeb4c5036058925bf8932e267dd2a432196c810c3d239cd833fddca17dcf008c3d9c96ac60631a7dbb427a38ad4d466af38888aa9e3316635827bf561f6
6
+ metadata.gz: 82a2b062b3acfac6579587599905dcb94b4dddb47154355c58cd18a4eb7fd9cbba676486b22746ecd448de455a6b2d40c4a9729f09304ff174bb8c0d4e26b6f2
7
+ data.tar.gz: 1311420c104bf2520ec6d65f70107ea994ffd600bf969a97c9db4803b772ba483c4de5c9a50a198ef71863a5daaf55945c0915e4c605442fda6ee8dda689275b
@@ -709,8 +709,8 @@ module Google
709
709
 
710
710
  config_attr :endpoint, nil, ::String, nil
711
711
  config_attr :credentials, nil do |value|
712
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
713
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
712
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
713
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
714
714
  allowed.any? { |klass| klass === value }
715
715
  end
716
716
  config_attr :scope, nil, ::String, ::Array, nil
@@ -698,7 +698,7 @@ module Google
698
698
 
699
699
  config_attr :endpoint, nil, ::String, nil
700
700
  config_attr :credentials, nil do |value|
701
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
701
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
702
702
  allowed.any? { |klass| klass === value }
703
703
  end
704
704
  config_attr :scope, nil, ::String, ::Array, nil
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Language
23
23
  module V2
24
- VERSION = "1.0.0"
24
+ VERSION = "1.0.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-language-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-11 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: gapic-common
@@ -94,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
94
94
  - !ruby/object:Gem::Version
95
95
  version: '0'
96
96
  requirements: []
97
- rubygems_version: 3.6.3
97
+ rubygems_version: 3.6.8
98
98
  specification_version: 4
99
99
  summary: Provides natural language understanding technologies, such as sentiment analysis,
100
100
  entity recognition, entity sentiment analysis, and other text annotations, to developers.