prompt-lists 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8b26097f848cfc4db13d88eee6218554d9796886114f56b0cf95c983d8c40333
4
- data.tar.gz: 734d82fb64075e41cfa9528bb681febf9670b9d9e8f52fb28da402574c1be97d
3
+ metadata.gz: e4db9e1786e2741f0f2b49b5361e6e81c6d84df5cfb35e7d85d3d1922e16f16b
4
+ data.tar.gz: e342505e2eff2c69bc764b9d1dad0c4653f641a4fd075de9da74d245fdf55bd3
5
5
  SHA512:
6
- metadata.gz: fb2b9b61769332db5f5959b937353ffb408a1eab3e782d594a19cc3e3ec7240527784a14665923facbb9ac2f7840d82e5a26f72655feb6987ef51a501f351b69
7
- data.tar.gz: 80df11ff525bcbedb016e43a7678f89fc6aae10e3a1c9f19199c10548e52b5591781ecfaf86f71f1d44ec7c56c4ce9a46dce233db18412c26eb278dabfbfc76a
6
+ metadata.gz: 23bcf31777b310dc16f1fa77b303d1fd5f67d4759631b2a8e7358da73526142a96dd802d6bb66b8054ddee667ae2485126a4ac2e48f4a1665b9760ed5f5a9ab9
7
+ data.tar.gz: 83350c9fb3fdbd66be0d2876f6df5a76febae1bf22b4d43f5d68af13eda3ae31de3c9c02297a7c4d88b01600e25cfe0e25644b86e6d3b1abbe4b48e1f1001aeb
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- prompt-lists (0.1.5)
4
+ prompt-lists (0.1.6)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/lib/prompt_lists.rb CHANGED
@@ -2,7 +2,7 @@
2
2
  require 'yaml'
3
3
 
4
4
  module PromptLists
5
- VERSION = '0.1.5'
5
+ VERSION = '0.1.6'
6
6
 
7
7
  class List
8
8
  attr_reader :id, :sublist_names
@@ -0,0 +1,91 @@
1
+ ---
2
+ title: Errors
3
+ category: keyword
4
+ ---
5
+ Aberration
6
+ Algorithm failure
7
+ Anomaly
8
+ Blooper
9
+ Blunder
10
+ Botch
11
+ Breach
12
+ Broken code
13
+ Buffer overflow
14
+ Bug
15
+ Cascading error
16
+ Cock-up
17
+ Compile error
18
+ Configuration error
19
+ Corrupt data
20
+ Crash
21
+ Critical error
22
+ Defect
23
+ Deviation
24
+ Diagnostic mistake
25
+ Discrepancy
26
+ Embarrassment
27
+ Exception
28
+ Experimental error
29
+ Fallacy
30
+ Fatal error
31
+ Fault
32
+ Flaw
33
+ Flub
34
+ Fumble
35
+ Gaffe
36
+ Glitch
37
+ Goof
38
+ Grammatical error
39
+ Inaccuracy
40
+ Inconsistency
41
+ Infraction
42
+ Intermittent error
43
+ Invalid input
44
+ Irregularity
45
+ Kernel panic
46
+ Logic error
47
+ Malfunction
48
+ Margin of error
49
+ Measurement error
50
+ Medical error
51
+ Memory leak
52
+ Minor error
53
+ Miscalculation
54
+ Misconception
55
+ Misdiagnosis
56
+ Mishap
57
+ Misstep
58
+ Mistake
59
+ Mistranslation
60
+ Misunderstanding
61
+ Network error
62
+ Nonconformity
63
+ Null pointer
64
+ Oversight
65
+ Persistent error
66
+ Random error
67
+ Random variation
68
+ Recoverable error
69
+ Runtime error
70
+ Sampling error
71
+ Screwup
72
+ Segmentation fault
73
+ Severe error
74
+ Slip
75
+ Snafu
76
+ Software defect
77
+ Spelling mistake
78
+ Stack overflow
79
+ Statistical error
80
+ Syntax error
81
+ System failure
82
+ Systematic bias
83
+ Systematic error
84
+ Timeout
85
+ Transient error
86
+ Treatment failure
87
+ Typo
88
+ Uncertainty
89
+ Unrecoverable error
90
+ Variance
91
+ Violation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prompt-lists
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dreaming Tulpa
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-11-23 00:00:00.000000000 Z
11
+ date: 2024-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry
@@ -153,6 +153,7 @@ files:
153
153
  - lists/interaction/individual.yml
154
154
  - lists/keyword/detailed.yml
155
155
  - lists/keyword/epic.yml
156
+ - lists/keyword/error.yml
156
157
  - lists/keyword/genre.yml
157
158
  - lists/keyword/glitch.yml
158
159
  - lists/keyword/modifier.yml