jungi 0.0.3 → 0.0.4
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/README.md +15 -13
- data/lib/jungi/paulhus.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: e0a062402aed0c6ab982860f21473acc6c579544
|
4
|
+
data.tar.gz: 4629ba55a265b0a4e3d820bf44d1b442d5966f70
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 69dc309d60b79715287ba60d047cb484c54168061ed5d280de6e8b6da9f19f6173278721eca0ebfbab9e815fba0d346b1b79423e8a279bb7b718c74bbfa097af
|
7
|
+
data.tar.gz: 8d7dc11d65553d819f897cc78d5ffb14096aa5a510f4a607867a3c13fc563b36e890b2bb1ac1ae592a8fa3175d5726992240d0aecfef6847aa44d3482b1809a0
|
data/README.md
CHANGED
@@ -26,24 +26,26 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
26
26
|
3. To provide both a CLI(Command Line Interface) and a GUI(Graphical User Interface) as usable interfaces.
|
27
27
|
|
28
28
|
## Supports
|
29
|
-
*
|
30
|
-
*
|
31
|
-
*
|
29
|
+
* Open Extended Jungian Types (OEJTS) 1.2
|
30
|
+
* IPIP Big-Five Broad Domain 50 Questions
|
31
|
+
* IPIP Big-Five Broad Domain 100 Questions
|
32
32
|
* Delroy L. Paulhus' Short Dark Triad (SD3)
|
33
|
+
* Delroy L. Paulhus' Spheres of Control Version 3 (SOC3)
|
33
34
|
|
34
35
|
## Usage
|
35
36
|
```
|
36
|
-
|
37
|
+
Usage: jungi-cli [options]
|
37
38
|
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
39
|
+
Tests:
|
40
|
+
-b, --big Use IPIP Big Five Broad 50 test
|
41
|
+
-B, --bigger Use IPIP Big Five Broad 100 test
|
42
|
+
-c, --control Use Delroy L. Paulhus' SOC3
|
43
|
+
-j, --jungian Use OEJTS 1.2 test
|
44
|
+
-t, --triad Use Delroy L. Paulhus' SD3
|
43
45
|
|
44
|
-
|
45
|
-
|
46
|
+
Modifiers:
|
47
|
+
-r, --randomize Automatically fills in random answers
|
46
48
|
|
47
|
-
|
48
|
-
|
49
|
+
Common options:
|
50
|
+
-h, --help Display this help and exit
|
49
51
|
```
|
data/lib/jungi/paulhus.rb
CHANGED
@@ -142,7 +142,7 @@ spheres of control. Answer each question with
|
|
142
142
|
a "1" for Completely Disagree, "2" for Strongly
|
143
143
|
Disagree, "3" for Disagree, "4" for Neither
|
144
144
|
Agree nor Disagree, "5" for Agree, "6" for
|
145
|
-
Strongly
|
145
|
+
Strongly Agree, and "7" for Completely Agree.
|
146
146
|
Press <ENTER> after you've made your choice.
|
147
147
|
END_FILE
|
148
148
|
QUESTIONS = [
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jungi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- MFrogy Starmade
|
@@ -49,5 +49,5 @@ rubyforge_project:
|
|
49
49
|
rubygems_version: 2.4.8
|
50
50
|
signing_key:
|
51
51
|
specification_version: 4
|
52
|
-
summary:
|
52
|
+
summary: Small fixes.
|
53
53
|
test_files: []
|