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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9e87e3baed72a156828120b0e755ed87a647aa76940756380303927532aba026
|
4
|
+
data.tar.gz: d386f4e986b4336cecd8026427dadc39c03d3a3ab017e475398d0102307eab81
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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.
|
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:
|
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.
|
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.
|