psychometric 0.1.2 → 0.1.3
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 +5 -5
- data/Gemfile.lock +2 -2
- data/lib/psychometric/providers/top_talent_solutions.rb +1 -1
- data/lib/psychometric/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 1779cc7ac1e3fa3b1a95492ee97e64f01087f4fdb167fed38f6af5f91bafd898
|
|
4
|
+
data.tar.gz: 37a6faaab92d03c8c4c6a159afb69931d8768ee3e10cd0031e48b9142f63e89d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bf407721e0c306531e07959ac683e06a7292dfc7234f8dabddd64c64b01ac6f8b90a8a4d3883c58479ac2f7e35ae4d320cbb761a724ec5d9fbfb5db3ba721cfc
|
|
7
|
+
data.tar.gz: 90034a39bf0744bd1762e5766bce9b28980c33e5891a092e1ba232abac77cdcfb46c10d1b1957ac703d1b7049a52cdc6457aa9de704e4b9b56968b7ad42171d2
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
psychometric (0.1.
|
|
4
|
+
psychometric (0.1.3)
|
|
5
5
|
httparty (~> 0.16.4)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
@@ -13,7 +13,7 @@ GEM
|
|
|
13
13
|
multi_xml (>= 0.5.2)
|
|
14
14
|
mime-types (3.2.2)
|
|
15
15
|
mime-types-data (~> 3.2015)
|
|
16
|
-
mime-types-data (3.
|
|
16
|
+
mime-types-data (3.2019.0331)
|
|
17
17
|
multi_xml (0.6.0)
|
|
18
18
|
rake (10.5.0)
|
|
19
19
|
rspec (3.8.0)
|
|
@@ -53,7 +53,7 @@ module Psychometric
|
|
|
53
53
|
def results(assessment)
|
|
54
54
|
raise Psychometric::Provider::AuthenticationError.new('You need to authenticate first') unless authenticated?
|
|
55
55
|
|
|
56
|
-
response = self.class.post '/getDataExtract', headers: { 'Authorization' => "Bearer #{@token}", 'Accept' => 'application/json' }, body: {
|
|
56
|
+
response = self.class.post '/getDataExtract', timeout: 180, headers: { 'Authorization' => "Bearer #{@token}", 'Accept' => 'application/json' }, body: {
|
|
57
57
|
'projectId' => assessment.identity[:project_id],
|
|
58
58
|
'modelId' => assessment.identity[:model_id],
|
|
59
59
|
'locale' => 'en_ZA',
|
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.3
|
|
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-
|
|
11
|
+
date: 2019-06-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: httparty
|
|
@@ -116,8 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
116
116
|
- !ruby/object:Gem::Version
|
|
117
117
|
version: '0'
|
|
118
118
|
requirements: []
|
|
119
|
-
|
|
120
|
-
rubygems_version: 2.5.2.3
|
|
119
|
+
rubygems_version: 3.0.3
|
|
121
120
|
signing_key:
|
|
122
121
|
specification_version: 4
|
|
123
122
|
summary: Uniform psychometric assessment results
|