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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +15 -13
  3. data/lib/jungi/paulhus.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 87b366600908ca9405f46e66540d769f9bc4e959
4
- data.tar.gz: 89db92476c6237d23a7d328706c5c8ba56b9b650
3
+ metadata.gz: e0a062402aed0c6ab982860f21473acc6c579544
4
+ data.tar.gz: 4629ba55a265b0a4e3d820bf44d1b442d5966f70
5
5
  SHA512:
6
- metadata.gz: 152d1ff9312b8556e36b3acdc0addb638dbaefa589ee989704279c6358ab8c3144fc75d6535f8cb096a722d05ab4647c18b2e4d81b68c52e6e89bf19502cd270
7
- data.tar.gz: de7c5a8ddb3f194583933c1ed6b0febea259b93adaab123ded48403914907222c8455401f0905300ba3571eb1656cdff1ee0de4a9a11a7bcc32e8e3054492862
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
- * Open Extended Jungian Types (OEJTS) 1.2
30
- * IPIP Big-Five Broad Domain 50 Questions
31
- * IPIP Big-Five Broad Domain 100 Questions
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
- Usage: jungi-cli [options]
37
+ Usage: jungi-cli [options]
37
38
 
38
- Tests:
39
- -b, --big Use IPIP Big Five Broad 50 test
40
- -B, --bigger Use IPIP Big Five Broad 100 test
41
- -j, --jungian Use OEJTS 1.2 test
42
- -t, --triad Use Delroy L. Paulhus' SD3
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
- Modifiers:
45
- -r, --randomize Automatically fills in random answers
46
+ Modifiers:
47
+ -r, --randomize Automatically fills in random answers
46
48
 
47
- Common options:
48
- -h, --help Display this help and exit
49
+ Common options:
50
+ -h, --help Display this help and exit
49
51
  ```
@@ -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 Disagree, and "7" for Completely Agree.
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.3
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: Added Spheres of Control Version 3.
52
+ summary: Small fixes.
53
53
  test_files: []