clinch-talent 0.2.3 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +24 -24
- data/clinch-talent.gemspec +6 -6
- data/test/test_helper.rb +1 -1
- metadata +11 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d467e3fcdeaeb3c816196fde0f842fa1c901a7f9f4544d982f17b2237c625803
|
4
|
+
data.tar.gz: af30bf345530eed1a4085f08d332f6e0389f02ff35c8d6edd33505507854e28d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d63370da2f94dad9ad0a95f87e5d86b6010aef1e2f09a1deaa62e5b91224afda58ee5a1b159ccc0d301870f44e52412285fb9fd31a4143c1e7f7847b04cbac7c
|
7
|
+
data.tar.gz: 64ea54a59b6c48fc87684c983c4f6578a63c0edff0d93e747e2cb86a4f37f13f2f7a3e5dece7ff77a71ebe124b36e1bd16377150f3fe5f76f0b4ef09c31b9cc7
|
data/Gemfile.lock
CHANGED
@@ -1,63 +1,63 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
clinch-talent (0.2.
|
5
|
-
json_api_client (~> 1.
|
4
|
+
clinch-talent (0.2.4)
|
5
|
+
json_api_client (~> 1.16.1)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
activemodel (
|
11
|
-
activesupport (=
|
12
|
-
activesupport (
|
10
|
+
activemodel (6.0.3)
|
11
|
+
activesupport (= 6.0.3)
|
12
|
+
activesupport (6.0.3)
|
13
13
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
14
14
|
i18n (>= 0.7, < 2)
|
15
15
|
minitest (~> 5.1)
|
16
16
|
tzinfo (~> 1.1)
|
17
|
-
|
18
|
-
|
19
|
-
|
17
|
+
zeitwerk (~> 2.2, >= 2.2.2)
|
18
|
+
addressable (2.7.0)
|
19
|
+
public_suffix (>= 2.0.2, < 5.0)
|
20
|
+
concurrent-ruby (1.1.6)
|
20
21
|
crack (0.4.3)
|
21
22
|
safe_yaml (~> 1.0.0)
|
22
|
-
faraday (0.
|
23
|
+
faraday (0.17.3)
|
23
24
|
multipart-post (>= 1.2, < 3)
|
24
|
-
faraday_middleware (0.
|
25
|
+
faraday_middleware (0.14.0)
|
25
26
|
faraday (>= 0.7.4, < 1.0)
|
26
|
-
hashdiff (1.0.
|
27
|
-
i18n (1.
|
27
|
+
hashdiff (1.0.1)
|
28
|
+
i18n (1.8.2)
|
28
29
|
concurrent-ruby (~> 1.0)
|
29
|
-
json_api_client (1.
|
30
|
+
json_api_client (1.16.1)
|
30
31
|
activemodel (>= 3.2.0)
|
31
32
|
activesupport (>= 3.2.0)
|
32
33
|
addressable (~> 2.2)
|
33
34
|
faraday (~> 0.15, >= 0.15.2)
|
34
35
|
faraday_middleware (~> 0.9)
|
35
36
|
rack (>= 0.2)
|
36
|
-
|
37
|
-
|
38
|
-
mocha (1.9.0)
|
39
|
-
metaclass (~> 0.0.1)
|
37
|
+
minitest (5.14.0)
|
38
|
+
mocha (1.11.2)
|
40
39
|
multipart-post (2.1.1)
|
41
|
-
public_suffix (
|
42
|
-
rack (2.
|
43
|
-
rake (
|
40
|
+
public_suffix (4.0.4)
|
41
|
+
rack (2.2.2)
|
42
|
+
rake (13.0.1)
|
44
43
|
safe_yaml (1.0.5)
|
45
44
|
thread_safe (0.3.6)
|
46
|
-
tzinfo (1.2.
|
45
|
+
tzinfo (1.2.7)
|
47
46
|
thread_safe (~> 0.1)
|
48
|
-
webmock (3.
|
47
|
+
webmock (3.8.3)
|
49
48
|
addressable (>= 2.3.6)
|
50
49
|
crack (>= 0.3.2)
|
51
50
|
hashdiff (>= 0.4.0, < 2.0.0)
|
51
|
+
zeitwerk (2.3.0)
|
52
52
|
|
53
53
|
PLATFORMS
|
54
54
|
ruby
|
55
55
|
|
56
56
|
DEPENDENCIES
|
57
57
|
clinch-talent!
|
58
|
-
mocha (~> 1.
|
58
|
+
mocha (~> 1.11.2)
|
59
59
|
rake
|
60
|
-
webmock (~> 3.
|
60
|
+
webmock (~> 3.8.3)
|
61
61
|
|
62
62
|
BUNDLED WITH
|
63
63
|
1.17.3
|
data/clinch-talent.gemspec
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'clinch-talent'
|
3
|
-
s.version = '0.2.
|
3
|
+
s.version = '0.2.4'
|
4
4
|
s.summary = 'A ruby client for the Clinch Talent API'
|
5
|
-
s.description = 'A ruby client for the Clinch Talent API. Requests are HMAC signed. Responses are in JSON API format (https://jsonapi.org).
|
5
|
+
s.description = 'A ruby client for the Clinch Talent API. Requests are HMAC signed. Responses are in JSON API format (https://jsonapi.org). https://knowledgeportal.pageuppeople.com/article/clinch-api-getting-started/'
|
6
6
|
s.authors = ['Damien Glancy', 'Steve Quinlan']
|
7
|
-
s.email = '
|
7
|
+
s.email = 'damieng@pageuppeople.com'
|
8
8
|
s.homepage = 'http://rubygems.org/gems/clinch-talent'
|
9
9
|
s.license = 'MIT'
|
10
|
-
s.add_dependency 'json_api_client', '~> 1.
|
11
|
-
s.add_development_dependency 'mocha', '~> 1.
|
12
|
-
s.add_development_dependency 'webmock', '~> 3.
|
10
|
+
s.add_dependency 'json_api_client', '~> 1.16.1'
|
11
|
+
s.add_development_dependency 'mocha', '~> 1.11.2'
|
12
|
+
s.add_development_dependency 'webmock', '~> 3.8.3'
|
13
13
|
|
14
14
|
s.files = `git ls-files`.split("\n")
|
15
15
|
s.test_files = `git ls-files -- test/*`.split("\n")
|
data/test/test_helper.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: clinch-talent
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Damien Glancy
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2020-05-08 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: json_api_client
|
@@ -17,45 +17,45 @@ dependencies:
|
|
17
17
|
requirements:
|
18
18
|
- - "~>"
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version:
|
20
|
+
version: 1.16.1
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
25
|
- - "~>"
|
26
26
|
- !ruby/object:Gem::Version
|
27
|
-
version:
|
27
|
+
version: 1.16.1
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
29
|
name: mocha
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
31
31
|
requirements:
|
32
32
|
- - "~>"
|
33
33
|
- !ruby/object:Gem::Version
|
34
|
-
version:
|
34
|
+
version: 1.11.2
|
35
35
|
type: :development
|
36
36
|
prerelease: false
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
38
38
|
requirements:
|
39
39
|
- - "~>"
|
40
40
|
- !ruby/object:Gem::Version
|
41
|
-
version:
|
41
|
+
version: 1.11.2
|
42
42
|
- !ruby/object:Gem::Dependency
|
43
43
|
name: webmock
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|
45
45
|
requirements:
|
46
46
|
- - "~>"
|
47
47
|
- !ruby/object:Gem::Version
|
48
|
-
version: 3.
|
48
|
+
version: 3.8.3
|
49
49
|
type: :development
|
50
50
|
prerelease: false
|
51
51
|
version_requirements: !ruby/object:Gem::Requirement
|
52
52
|
requirements:
|
53
53
|
- - "~>"
|
54
54
|
- !ruby/object:Gem::Version
|
55
|
-
version: 3.
|
55
|
+
version: 3.8.3
|
56
56
|
description: A ruby client for the Clinch Talent API. Requests are HMAC signed. Responses
|
57
|
-
are in JSON API format (https://jsonapi.org).
|
58
|
-
email:
|
57
|
+
are in JSON API format (https://jsonapi.org). https://knowledgeportal.pageuppeople.com/article/clinch-api-getting-started/
|
58
|
+
email: damieng@pageuppeople.com
|
59
59
|
executables: []
|
60
60
|
extensions: []
|
61
61
|
extra_rdoc_files: []
|
@@ -95,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '0'
|
97
97
|
requirements: []
|
98
|
-
rubygems_version: 3.0.
|
98
|
+
rubygems_version: 3.0.8
|
99
99
|
signing_key:
|
100
100
|
specification_version: 4
|
101
101
|
summary: A ruby client for the Clinch Talent API
|