google-cloud-talent 1.1.1 → 1.1.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: 47c5cf45516f9af0e094393ce079614b32031b7ebccda7441fb9c694599b578d
4
- data.tar.gz: d83c2a9fe84e804cb85309e7a5a11c7bde69f0a3c158d90d39f3be7e89dbcac2
3
+ metadata.gz: 261b16a7c017036b282733e7a98ddcd34d113c7f450731ff79270de08091089c
4
+ data.tar.gz: 0ac7e370af13cdca7a1c9099d90fc8c28c5506281bfd08ac2b3849978532d400
5
5
  SHA512:
6
- metadata.gz: 892060039fab75cf2ab00b70ea6c544115be467b2c3618d0abdaea3009499a697abeafce43541c25141e0916d51a998f368be07adeb927cf7bca73f7aa1b6b2b
7
- data.tar.gz: 8d189d3374e8c54787c84d7f9d95de7e17784b409cc40a0588c545f343abff6384dda3030bedd53c377e1de77c66f4d2331243bd287068e6dd5b794a7aff91b9
6
+ metadata.gz: '09aee247291ca731e2b905d8633a9211631b94aa7e19cff3e80935a768d743340bc5d95124010fdee526e57ff053fe2128048350fc9fe649ccd5249ea9970fd2'
7
+ data.tar.gz: edd0e98182d2c5d3c1cd780391394a696572256143b8036681a547982d9b8d661f84d6e57a5a22608a0f3cd586d02cdab1a58fc41698a5012b3b2a4baf44713a
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::Talent.company_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/talent"
@@ -93,7 +93,7 @@ client = Google::Cloud::Talent.company_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/talent"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Talent
23
- VERSION = "1.1.1"
23
+ VERSION = "1.1.2"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-talent
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.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