clinch-talent 0.1 → 0.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
- SHA1:
3
- metadata.gz: 9b5486316763cbab65df5a15009613e813ba2952
4
- data.tar.gz: d6943caad4eaa320c306eb644d9cfbb29ba17400
2
+ SHA256:
3
+ metadata.gz: 3c91e6dc9be2c4c9b4a1e419160f7c365b3474812765a7a0948dad810565d52d
4
+ data.tar.gz: 7f41ff0f51fc0dfdae028a77ac8e0f79c07c1e7f9361d315249bfe60af814ada
5
5
  SHA512:
6
- metadata.gz: 003c861644586a07cad13ea769185eb0c7bd8d43178ce1378282e4de1ffc81434935d12075b2ad074d6bdfcff6e227aad363e98b8179fa12f72ba9fc21e10d92
7
- data.tar.gz: 65aa448502cd2fd3d2caace83b4c9033e9a5ae58a9205216549a56055080d9371e753a7bd1c43b0915a02102771222dbe98bb1c176e13d5c9e320301fe28afbf
6
+ metadata.gz: dee36046767ca1069f7d0a1b2ce452923dee4e854e0bab187755158b4717abf0613c8464890fcfbdda0a76a5ac124e729020a9f30bfbe4dceeb62e072e795a14
7
+ data.tar.gz: 0d1c72e1a4bf4d20a4d80bca2aed4c3db2b1c725096c31df8759115515dd6c538ccf54a151b34851ce173b19f4acaa1ebb82a09382c0fe9e43834beabd8ef8b2
@@ -1,47 +1,45 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- clinch-talent (0.1)
5
- json_api_client (~> 1.0)
4
+ clinch-talent (0.2)
5
+ json_api_client (~> 1.5)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activemodel (4.2.5)
11
- activesupport (= 4.2.5)
12
- builder (~> 3.1)
13
- activesupport (4.2.5)
14
- i18n (~> 0.7)
15
- json (~> 1.7, >= 1.7.7)
10
+ activemodel (5.2.0)
11
+ activesupport (= 5.2.0)
12
+ activesupport (5.2.0)
13
+ concurrent-ruby (~> 1.0, >= 1.0.2)
14
+ i18n (>= 0.7, < 2)
16
15
  minitest (~> 5.1)
17
- thread_safe (~> 0.3, >= 0.3.4)
18
16
  tzinfo (~> 1.1)
19
17
  addressable (2.4.0)
20
- builder (3.2.2)
18
+ concurrent-ruby (1.0.5)
21
19
  crack (0.4.3)
22
20
  safe_yaml (~> 1.0.0)
23
- faraday (0.9.2)
21
+ faraday (0.15.2)
24
22
  multipart-post (>= 1.2, < 3)
25
- faraday_middleware (0.10.0)
26
- faraday (>= 0.7.4, < 0.10)
23
+ faraday_middleware (0.12.2)
24
+ faraday (>= 0.7.4, < 1.0)
27
25
  hashdiff (0.2.3)
28
- i18n (0.7.0)
29
- json (1.8.3)
30
- json_api_client (1.0.1)
26
+ i18n (1.0.1)
27
+ concurrent-ruby (~> 1.0)
28
+ json_api_client (1.5.3)
31
29
  activemodel (>= 3.2.0)
32
30
  activesupport (>= 3.2.0)
33
31
  addressable (~> 2.2)
34
- faraday (>= 0.8.0)
32
+ faraday (~> 0.9)
35
33
  faraday_middleware (~> 0.9)
36
34
  metaclass (0.0.4)
37
- minitest (5.8.3)
35
+ minitest (5.11.3)
38
36
  mocha (1.1.0)
39
37
  metaclass (~> 0.0.1)
40
38
  multipart-post (2.0.0)
41
39
  rake (10.4.2)
42
40
  safe_yaml (1.0.4)
43
- thread_safe (0.3.5)
44
- tzinfo (1.2.2)
41
+ thread_safe (0.3.6)
42
+ tzinfo (1.2.5)
45
43
  thread_safe (~> 0.1)
46
44
  webmock (1.22.3)
47
45
  addressable (>= 2.3.6)
@@ -58,4 +56,4 @@ DEPENDENCIES
58
56
  webmock
59
57
 
60
58
  BUNDLED WITH
61
- 1.10.6
59
+ 1.16.1
@@ -1,14 +1,13 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'clinch-talent'
3
- s.version = '0.1'
4
- s.date = '2015-12-11'
3
+ s.version = '0.2'
5
4
  s.summary = 'A ruby client for the Clinch Talent API'
6
- s.description = 'A ruby client for the Clinch Talent API. Requests are HMAC signed. Responses are in JSON API format (https://jsonapi.org). See https://dev.clinch.io/v1.0/docs/api_getting_started'
7
- s.authors = ['Damien Glancy', 'Peter Keogh', 'Steve Quinlan']
8
- s.email = 'damien@clinch.io'
5
+ s.description = 'A ruby client for the Clinch Talent API. Requests are HMAC signed. Responses are in JSON API format (https://jsonapi.org). See https://support.clinchtalent.com/article/77-getting-started'
6
+ s.authors = ['Damien Glancy', 'Steve Quinlan']
7
+ s.email = 'damien@clinchtalent.com'
9
8
  s.homepage = 'http://rubygems.org/gems/clinch-talent'
10
9
  s.license = 'MIT'
11
- s.add_dependency 'json_api_client', '~> 1.0'
10
+ s.add_dependency 'json_api_client', '~> 1.5'
12
11
  s.add_development_dependency 'mocha', '~> 1.1'
13
12
  s.add_development_dependency 'webmock'
14
13
 
@@ -4,4 +4,3 @@ require 'faraday'
4
4
  require 'clinch_talent/hmac_signing_middleware'
5
5
  require 'clinch_talent/base'
6
6
  require 'clinch_talent/candidate'
7
- require 'clinch_talent/social_profile'
@@ -7,16 +7,16 @@ module ClinchTalent
7
7
 
8
8
  # Having problem stubbing the body response, so not doing this now
9
9
 
10
- stub_request(:get, 'https://api.clinchtalent.com/v1/candidates?include=social_profile').
10
+ stub_request(:get, 'https://api.clinchtalent.com/v1/candidates').
11
11
  with(:headers => {'Accept' => 'application/vnd.api+json',
12
12
  'Accept-Encoding' => 'gzip;q=1.0,deflate;q=0.6,identity;q=0.3',
13
- 'Authorization' => 'APIAuth access_id:mCPWePkgbJo3G9JSDrtdtQrKGek=',
13
+ 'Authorization' => 'APIAuth access_id:BNBb+1TD1ZW2v2KInKm0EtDCrdg=',
14
14
  'Content-Md5' => '1B2M2Y8AsgTpgAmY7PhCfg==',
15
15
  'Content-Type' => 'application/vnd.api+json',
16
16
  'Date' => 'Wed, 01 Jan 2014 01:01:01 GMT',
17
- 'User-Agent' => 'Faraday v0.9.2'})
17
+ 'User-Agent' => 'Faraday v0.15.2'})
18
18
  ClinchTalent::Base.config('access_id', 'secret')
19
- ClinchTalent::Candidate.includes(:social_profile).all
19
+ ClinchTalent::Candidate.all
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,16 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clinch-talent
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.1'
4
+ version: '0.2'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Damien Glancy
8
- - Peter Keogh
9
8
  - Steve Quinlan
10
9
  autorequire:
11
10
  bindir: bin
12
11
  cert_chain: []
13
- date: 2015-12-11 00:00:00.000000000 Z
12
+ date: 2018-06-25 00:00:00.000000000 Z
14
13
  dependencies:
15
14
  - !ruby/object:Gem::Dependency
16
15
  name: json_api_client
@@ -18,14 +17,14 @@ dependencies:
18
17
  requirements:
19
18
  - - "~>"
20
19
  - !ruby/object:Gem::Version
21
- version: '1.0'
20
+ version: '1.5'
22
21
  type: :runtime
23
22
  prerelease: false
24
23
  version_requirements: !ruby/object:Gem::Requirement
25
24
  requirements:
26
25
  - - "~>"
27
26
  - !ruby/object:Gem::Version
28
- version: '1.0'
27
+ version: '1.5'
29
28
  - !ruby/object:Gem::Dependency
30
29
  name: mocha
31
30
  requirement: !ruby/object:Gem::Requirement
@@ -55,8 +54,8 @@ dependencies:
55
54
  - !ruby/object:Gem::Version
56
55
  version: '0'
57
56
  description: A ruby client for the Clinch Talent API. Requests are HMAC signed. Responses
58
- are in JSON API format (https://jsonapi.org). See https://dev.clinch.io/v1.0/docs/api_getting_started
59
- email: damien@clinch.io
57
+ are in JSON API format (https://jsonapi.org). See https://support.clinchtalent.com/article/77-getting-started
58
+ email: damien@clinchtalent.com
60
59
  executables: []
61
60
  extensions: []
62
61
  extra_rdoc_files: []
@@ -73,7 +72,6 @@ files:
73
72
  - lib/clinch_talent/base.rb
74
73
  - lib/clinch_talent/candidate.rb
75
74
  - lib/clinch_talent/hmac_signing_middleware.rb
76
- - lib/clinch_talent/social_profile.rb
77
75
  - test/clinch_talent/candidate_test.rb
78
76
  - test/test_helper.rb
79
77
  homepage: http://rubygems.org/gems/clinch-talent
@@ -96,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
94
  version: '0'
97
95
  requirements: []
98
96
  rubyforge_project:
99
- rubygems_version: 2.4.5.1
97
+ rubygems_version: 2.7.6
100
98
  signing_key:
101
99
  specification_version: 4
102
100
  summary: A ruby client for the Clinch Talent API
@@ -1,5 +0,0 @@
1
- module ClinchTalent
2
- class SocialProfile < Base
3
-
4
- end
5
- end