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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: df6acb89bd20a4adaaa049805f8bdc8ada2bf2a9
4
- data.tar.gz: 1ede60b6da654de745525420852abd13a250c951
2
+ SHA256:
3
+ metadata.gz: 1779cc7ac1e3fa3b1a95492ee97e64f01087f4fdb167fed38f6af5f91bafd898
4
+ data.tar.gz: 37a6faaab92d03c8c4c6a159afb69931d8768ee3e10cd0031e48b9142f63e89d
5
5
  SHA512:
6
- metadata.gz: dd83c94f1a547b260ab974663cadcc5e17d3f919fb8e17a7a891653718c8de4b04cce923940081eafd6c676b0a0991f28d350950d1ad94ee7001e1609391a390
7
- data.tar.gz: a2614b1c4a80929377927c2b681634530b5871b47bc02e855cb8026afab4d1bceaef97d4e63974c30b2af0da06670d660ae775bbda83f6d69dd4d822befe0cb5
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.2)
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.2018.0812)
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',
@@ -1,3 +1,3 @@
1
1
  module Psychometric
2
- VERSION = '0.1.2'
2
+ VERSION = '0.1.3'
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.2
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-02-26 00:00:00.000000000 Z
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
- rubyforge_project:
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