psychometric 0.1.7 → 0.1.8
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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/psychometric/providers/top_talent_solutions.rb +3 -3
- data/lib/psychometric/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a5356f56cbd9a8504b8fa1b49a44925dfecca5281bcb483362a5952776f339da
|
|
4
|
+
data.tar.gz: aab7489968622b92bf64c2e9ac30e6258efd4ecdadd8736a84ece6cf740fbcd4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 739f0ad22ce96e226c15d087ed948c1ae5045ed667c98f3ef02070a59f7f886dd336ac0fa154f7705bc3b480954b746c32adf79847dafb5b8d53d6c17e64b979
|
|
7
|
+
data.tar.gz: 923b8dd49edfe758bcc0f52affd3c0ab4a71085039a8ffffa9eebb271b01978f2298224b2841e88d226452ef05766a5832d5bd1bb45927e9b0c96d2814e090eb
|
data/Gemfile.lock
CHANGED
|
@@ -68,7 +68,7 @@ module Psychometric
|
|
|
68
68
|
Psychometric::Result.new.tap do |result|
|
|
69
69
|
result.subject = Psychometric::Subject.new(
|
|
70
70
|
country: case item['participantId']
|
|
71
|
-
when /^G\d
|
|
71
|
+
when /^G\d+/, /\d{10}/
|
|
72
72
|
'GH'
|
|
73
73
|
else
|
|
74
74
|
'ZA'
|
|
@@ -93,8 +93,8 @@ module Psychometric
|
|
|
93
93
|
'Gender|gender|Raw|Raw score',
|
|
94
94
|
'Title|title|Raw|Raw score',
|
|
95
95
|
'OverAll',
|
|
96
|
-
'Highest Qualification',
|
|
97
|
-
'Cultural Background',
|
|
96
|
+
'Highest Qualification|highestQualification|Raw|Raw score',
|
|
97
|
+
'Cultural Background|culturalBackground|Raw|Raw score',
|
|
98
98
|
].include? key
|
|
99
99
|
end
|
|
100
100
|
|
data/lib/psychometric/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: psychometric
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Prins
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-10-
|
|
11
|
+
date: 2019-10-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: httparty
|