peoplegroup-connectors 0.1.49 → 0.1.50

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: 80a0400914922ca427f424dadfa479568d334c708dae1da898e78f0dfe00cef3
4
- data.tar.gz: '0361913521f7e1720c05d2757fc45fb9efcc36ce78b5807ff950eb59c50ebe12'
3
+ metadata.gz: 67528cd27521efffbb8fc740662edffaf7c042913986ae4419d23c19bbc935af
4
+ data.tar.gz: 1be29a92c1d0cf4cda00d11704f116a5a22cef900685891d0076274972a66028
5
5
  SHA512:
6
- metadata.gz: 97f8072f4b74230d9cc59ded73738e53fc8487edfd089abe59bc3eb30a3fb83f3a2d475e39b5f77bcfad21740b2f888a65e163783b46560219e487765165c347
7
- data.tar.gz: 82b425510283b1afc5bbf8687f6faf26b6070cbc52fe3c9fc3a2338a0c204b87663c26f440be19744148685929ccf0160418d976ba05a7b505fc2226db01920f
6
+ metadata.gz: '028256334060d289f0c84fb00768bb1ac760c46224cd1253cd1d86dcb98e59842e9af9244a9efd7f0bb7fa97edf651a9ecce6d4a4101d2a32fa72c2795676342'
7
+ data.tar.gz: a226dc1e6dec8b0d9a5ea2521646e1ccd49f084c021c4b3d317b6fe9f565925f7f02a790a33360e00f344b261d596e0edcae6c5410a8fa5df6b61219d9bd107c
@@ -66,6 +66,10 @@ module PeopleGroup
66
66
  users
67
67
  end
68
68
 
69
+ def application(application_id)
70
+ @client.applications(application_id)
71
+ end
72
+
69
73
  private
70
74
 
71
75
  def hired_non_active?(candidate)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module PeopleGroup
4
4
  module Connectors
5
- VERSION = '0.1.49'
5
+ VERSION = '0.1.50'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: peoplegroup-connectors
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.49
4
+ version: 0.1.50
5
5
  platform: ruby
6
6
  authors:
7
7
  - lien van den steen
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-05-27 00:00:00.000000000 Z
11
+ date: 2021-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gitlab
@@ -190,7 +190,7 @@ metadata:
190
190
  homepage_uri: https://gitlab.com/gitlab-com/people-group/peopleops-eng/connectors-gem
191
191
  source_code_uri: https://gitlab.com/gitlab-com/people-group/peopleops-eng/connectors-gem
192
192
  changelog_uri: https://gitlab.com/gitlab-com/people-group/peopleops-eng/connectors-gem
193
- post_install_message:
193
+ post_install_message:
194
194
  rdoc_options: []
195
195
  require_paths:
196
196
  - lib
@@ -205,8 +205,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
205
205
  - !ruby/object:Gem::Version
206
206
  version: '0'
207
207
  requirements: []
208
- rubygems_version: 3.2.3
209
- signing_key:
208
+ rubygems_version: 3.1.4
209
+ signing_key:
210
210
  specification_version: 4
211
211
  summary: Library for our shared connectors.
212
212
  test_files: []