psychometric 0.1.7 → 0.1.8

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: f6a083aa9d757a1e688abef22a77e99716d24a2d31ed56ab89b41f3e771f8729
4
- data.tar.gz: e3cba2ff934ce73ea5f6201bdc2ee10fbac6169f989f0affd9873d778d6fbb58
3
+ metadata.gz: a5356f56cbd9a8504b8fa1b49a44925dfecca5281bcb483362a5952776f339da
4
+ data.tar.gz: aab7489968622b92bf64c2e9ac30e6258efd4ecdadd8736a84ece6cf740fbcd4
5
5
  SHA512:
6
- metadata.gz: 4b807f620d365968579c32f6d7f811f19758863236535292d8efe4468707e238418b7f06a193a6f9b86cc03692018ab82bfc3bdfe427e2a7fc66942ac080ea72
7
- data.tar.gz: 7e916d2a37ed1b5c61e4e2d119e79a67346af29c905f0dd20183bc3aeae464113791a9adca2d154dc5962e9ce75183503b1f42c54b952263a30aeff3ad09aebb
6
+ metadata.gz: 739f0ad22ce96e226c15d087ed948c1ae5045ed667c98f3ef02070a59f7f886dd336ac0fa154f7705bc3b480954b746c32adf79847dafb5b8d53d6c17e64b979
7
+ data.tar.gz: 923b8dd49edfe758bcc0f52affd3c0ab4a71085039a8ffffa9eebb271b01978f2298224b2841e88d226452ef05766a5832d5bd1bb45927e9b0c96d2814e090eb
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- psychometric (0.1.7)
4
+ psychometric (0.1.8)
5
5
  httparty (~> 0.16.4)
6
6
 
7
7
  GEM
@@ -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
 
@@ -1,3 +1,3 @@
1
1
  module Psychometric
2
- VERSION = '0.1.7'
2
+ VERSION = '0.1.8'
3
3
  end
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.7
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-07 00:00:00.000000000 Z
11
+ date: 2019-10-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty