google-cloud-talent 0.6.0 → 0.6.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: 4add15ea1a9f1dbdf2d6f74c4c264d50f4877300315686e5dc349cc2b9f81e35
4
- data.tar.gz: 9bed2f1757d566074de8b08f5094910a12b5a97d17a6a411cc7ffd23909b0c3a
3
+ metadata.gz: d0c16adcb9fd20968336162fa88e6527a80f2bc7f0768f9b2cb9fb770734e98e
4
+ data.tar.gz: 4d82440905e909aa3fda68acb5e4874dca9b42278e0ad597b2d67a5fa455e1a4
5
5
  SHA512:
6
- metadata.gz: 46cf5669b0b5c0f7dbcf8b27bd260190874a114d1b5e90c3d67cdf26ff15ebcdc4a63845dbd0aed4e8615f144897e36002423c0bef2aa157310d956f352d0c58
7
- data.tar.gz: 05b848a0e52886b96630b631005f7310ba0b7ac38252bdc294bc8249db5bbcdfef4ac1e978f0e98772622dfe6d71eb2cd166e9a6944dce3758bd9a8f3c64a71f
6
+ metadata.gz: 53a1d49f7f1e9d316914dc2c54b352a74d6b2e9f59cf942945e56c721a3162e201de135c29a966c1ff3acc35ebc53c3c49a7f74d751cfc7e664fb4470c76fe0f
7
+ data.tar.gz: d10822e5c8a081ff2da11419b9afeee2325b1d5c6a362f49509e805ff30c87f851fed8db4495add522866793cf461eb618edf65163b6fbdddb2bcc49ffff9a13
@@ -190,15 +190,18 @@ module Google
190
190
  #
191
191
  # The following logic is used to determine which locations in
192
192
  # the profile to filter against:
193
+ #
193
194
  # 1. All of the profile's geocoded
194
195
  # {Google::Cloud::Talent::V4beta1::Profile#addresses Profile#addresses} where
195
196
  # {Google::Cloud::Talent::V4beta1::Address#usage Address#usage} is PERSONAL and
196
197
  # {Google::Cloud::Talent::V4beta1::Address#current Address#current} is true.
198
+ #
197
199
  # 2. If the above set of locations is empty, all of the profile's geocoded
198
200
  # {Google::Cloud::Talent::V4beta1::Profile#addresses Profile#addresses} where
199
201
  # {Google::Cloud::Talent::V4beta1::Address#usage Address#usage} is
200
202
  # CONTACT_INFO_USAGE_UNSPECIFIED and
201
203
  # {Google::Cloud::Talent::V4beta1::Address#current Address#current} is true.
204
+ #
202
205
  # 3. If the above set of locations is empty, all of the profile's geocoded
203
206
  # {Google::Cloud::Talent::V4beta1::Profile#addresses Profile#addresses} where
204
207
  # {Google::Cloud::Talent::V4beta1::Address#usage Address#usage} is PERSONAL or
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Talent
19
- VERSION = "0.6.0".freeze
19
+ VERSION = "0.6.1".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-talent
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-03 00:00:00.000000000 Z
11
+ date: 2019-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-gax
@@ -216,7 +216,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
216
216
  - !ruby/object:Gem::Version
217
217
  version: '0'
218
218
  requirements: []
219
- rubygems_version: 3.0.4
219
+ rubygems_version: 3.0.6
220
220
  signing_key:
221
221
  specification_version: 4
222
222
  summary: API Client library for Cloud Talent Solution API