google-cloud-language-v1 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8bb7f1c489a272cac59e409c6f1e54db10bf094583ae64575f0f84de2d47e806
4
- data.tar.gz: a0dd9d7218ff8dbdbdd0404797a338dc2b0e1a54e875860cee1d425051226b0c
3
+ metadata.gz: 6b7186098f33dd09810b5a3d6b3de996c6012e846b9fb4e5cff683306696043a
4
+ data.tar.gz: f4484a4b5f5e82a8ae08079ad104ce4b7e620d29c849b52ccb68a49485766438
5
5
  SHA512:
6
- metadata.gz: a65dd1c54e9a7e9dc1917367c5e1f553548f06cfb9de8f72182c3fc6effe0c77bb87052f9900e7c7fa0c4ca36495d1b6a0f77df194032a24c92a68b45135d2a8
7
- data.tar.gz: db67e9068a1e49e3709f30e63bf998c6adf8a00169a450518686765721dbceb60c185073ed83f39eff60e4fc0a779f150db17765c6ca60416ebca70f5f546630
6
+ metadata.gz: 2aa378906e31d278a0e357d0205a18eeeb15aec7335b7719034d8b29dde6e4c13e4d42c5f2e5d5153bab25aa63ea9eb2f49d79e52295b4e8fc062db71d11ede4
7
+ data.tar.gz: 90c01d9533723be98f38caa42915e4aea81e142478fa69513c96100c25f621b4cbe65143e0227823f710c1bf27f3bae6b5e65b902fd8fa9c619ba4aa12b26602
data/README.md CHANGED
@@ -18,6 +18,7 @@ In order to use this library, you first need to go through the following steps:
18
18
 
19
19
  1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
20
20
  1. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
21
+ 1. [Enable the API.](https://console.cloud.google.com/apis/library/language.googleapis.com)
21
22
  1. {file:AUTHENTICATION.md Set up authentication.}
22
23
 
23
24
  ## Quick Start
@@ -33,6 +34,9 @@ response = client.analyze_sentiment request
33
34
  View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-language-v1/latest)
34
35
  for class and method documentation.
35
36
 
37
+ See also the [Product Documentation](https://cloud.google.com/natural-language)
38
+ for general usage information.
39
+
36
40
  ## Enabling Logging
37
41
 
38
42
  To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Language
23
23
  module V1
24
- VERSION = "0.2.2"
24
+ VERSION = "0.2.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-language-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.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-06-06 00:00:00.000000000 Z
11
+ date: 2020-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common