google-cloud-language 1.3.1 → 1.3.2

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: dc76e37d0449cd11555a7943f652f7ab107731375d7e531d42ff1f44f8416cc7
4
- data.tar.gz: b6ec05d58566392c008b05dd5b9adb64cdb377afb3347a9f84ccbd14906c83d5
3
+ metadata.gz: 22f961d0c297a752157f43e651103b13a83d41f49daa98fff1c71da0319f7740
4
+ data.tar.gz: eba963a52f568655ff30831bb534fc75501f2ae7df6c688a2594119bf8a475a0
5
5
  SHA512:
6
- metadata.gz: c4108b2ed473b818fe3e35c83212f30de51f401f338b32bca6848bdd9a798e42bb321c39a544b31e48dc85ed0bae1d44f9f52ff28fa85907631ff2261e080d77
7
- data.tar.gz: d901a802a6b859a112de35c06e30bc047d5694ffa6c17c63cc8e3c0ebb7f87624ebe828cfb5bf80ba8e4dbc5640f40e2915ce7176025d8032cb09f99ba0971e3
6
+ metadata.gz: fe134b7d7c601dd96719a24bc9d8dd7744092993ef5336ad7c51f6fb95b5e5bad9f08228f032980be0b5d4e4c7317148bb1d109843011412d44a26fb60e6dabf
7
+ data.tar.gz: 633b1205db1d4b6778125913b2c1e4888b6dffb52dcb8e3961a19f556ddd979a3f103f82f0126c3e2b4be00bde3594cc2d08543c1a0c8013675751c74d0ce1f9
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::Language.language_service
82
82
 
83
83
  ### Configuration
84
84
 
85
- The **Credentials JSON** can be configured instead of placing them in
86
- environment variables. Either on an individual client initialization:
85
+ The path to the **Credentials JSON** file can be configured instead of storing
86
+ it in an environment variable. Either on an individual client initialization:
87
87
 
88
88
  ```ruby
89
89
  require "google/cloud/language"
@@ -93,7 +93,7 @@ client = Google::Cloud::Language.language_service do |config|
93
93
  end
94
94
  ```
95
95
 
96
- Or configured globally for all clients:
96
+ Or globally for all clients:
97
97
 
98
98
  ```ruby
99
99
  require "google/cloud/language"
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Language
19
- VERSION = "1.3.1".freeze
19
+ VERSION = "1.3.2".freeze
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-language
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-30 00:00:00.000000000 Z
11
+ date: 2021-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core