psychometric 0.1.1 → 0.1.2
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 -0
- data/lib/psychometric/result.rb +3 -2
- data/lib/psychometric/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: df6acb89bd20a4adaaa049805f8bdc8ada2bf2a9
|
|
4
|
+
data.tar.gz: 1ede60b6da654de745525420852abd13a250c951
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dd83c94f1a547b260ab974663cadcc5e17d3f919fb8e17a7a891653718c8de4b04cce923940081eafd6c676b0a0991f28d350950d1ad94ee7001e1609391a390
|
|
7
|
+
data.tar.gz: a2614b1c4a80929377927c2b681634530b5871b47bc02e855cb8026afab4d1bceaef97d4e63974c30b2af0da06670d660ae775bbda83f6d69dd4d822befe0cb5
|
data/Gemfile.lock
CHANGED
data/lib/psychometric/result.rb
CHANGED
|
@@ -2,9 +2,10 @@ module Psychometric
|
|
|
2
2
|
# # Result
|
|
3
3
|
#
|
|
4
4
|
# A Result respresents a Subject undergoing an Assessment by a Provider and
|
|
5
|
-
# will typically contain one or more Values.
|
|
5
|
+
# will typically contain one or more Values. If there is a numerical value by
|
|
6
|
+
# which Results can be ranked it will be assigned to `aggregate`.
|
|
6
7
|
class Result
|
|
7
|
-
attr_accessor :values, :subject, :assessment
|
|
8
|
+
attr_accessor :values, :subject, :assessment, :aggregate
|
|
8
9
|
|
|
9
10
|
def initialize(values = {})
|
|
10
11
|
@values = values
|
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.2
|
|
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-
|
|
11
|
+
date: 2019-02-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: httparty
|