random-words 1.0.12 → 1.0.13
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/.rubocop.yml +18 -86
- data/CHANGELOG.md +16 -0
- data/bin/randw +23 -9
- data/generator.cgi +155 -0
- data/lib/random-words/array.rb +0 -2
- data/lib/random-words/boolean.rb +1 -1
- data/lib/random-words/config.rb +6 -6
- data/lib/random-words/generator.rb +25 -27
- data/lib/random-words/html2markdown.rb +5 -5
- data/lib/random-words/{lorem-html.rb → lorem_html.rb} +89 -59
- data/lib/random-words/{number-to-word.rb → number_to_word.rb} +5 -5
- data/lib/random-words/numeric.rb +2 -2
- data/lib/random-words/string.rb +10 -3
- data/lib/random-words/terminal.rb +15 -13
- data/lib/random-words/version.rb +1 -1
- data/lib/random-words/words/walken/adjectives.txt +139 -0
- data/lib/random-words/words/walken/adverbs.txt +164 -0
- data/lib/random-words/words/walken/articles-plural.txt +10 -0
- data/lib/random-words/words/walken/articles-singular.txt +10 -0
- data/lib/random-words/words/walken/clauses.txt +200 -0
- data/lib/random-words/words/walken/config.yml +4 -0
- data/lib/random-words/words/walken/conjunctions-coordinating.txt +20 -0
- data/lib/random-words/words/walken/conjunctions-subordinate.txt +28 -0
- data/lib/random-words/words/walken/names.txt +101 -0
- data/lib/random-words/words/walken/nouns-plural.txt +330 -0
- data/lib/random-words/words/walken/nouns-singular.txt +500 -0
- data/lib/random-words/words/walken/numbers.yml +5 -0
- data/lib/random-words/words/walken/phrases.txt +45 -0
- data/lib/random-words/words/walken/prepositions.txt +45 -0
- data/lib/random-words/words/walken/terminators.txt +17 -0
- data/lib/random-words/words/walken/verbs-passive.txt +370 -0
- data/lib/random-words/words/walken/verbs-plural.txt +294 -0
- data/lib/random-words/words/walken/verbs-singular.txt +262 -0
- data/lib/random-words.rb +2 -2
- metadata +23 -4
@@ -0,0 +1,330 @@
|
|
1
|
+
actors
|
2
|
+
adventures
|
3
|
+
allies
|
4
|
+
anxieties
|
5
|
+
appearances
|
6
|
+
arguments
|
7
|
+
artifacts
|
8
|
+
assassins
|
9
|
+
assignments
|
10
|
+
attitudes
|
11
|
+
audiences
|
12
|
+
awards
|
13
|
+
battles
|
14
|
+
beasts
|
15
|
+
beliefs
|
16
|
+
bodies
|
17
|
+
books
|
18
|
+
brothers
|
19
|
+
burdens
|
20
|
+
cameras
|
21
|
+
candidates
|
22
|
+
challenges
|
23
|
+
characters
|
24
|
+
choices
|
25
|
+
cities
|
26
|
+
clues
|
27
|
+
collaborations
|
28
|
+
consequences
|
29
|
+
conversations
|
30
|
+
covertures
|
31
|
+
creations
|
32
|
+
cultures
|
33
|
+
dangers
|
34
|
+
days
|
35
|
+
decisions
|
36
|
+
demands
|
37
|
+
desires
|
38
|
+
details
|
39
|
+
differences
|
40
|
+
directions
|
41
|
+
dreams
|
42
|
+
enemies
|
43
|
+
episodes
|
44
|
+
experiences
|
45
|
+
eyes
|
46
|
+
fears
|
47
|
+
feelings
|
48
|
+
figures
|
49
|
+
fingers
|
50
|
+
flavors
|
51
|
+
fools
|
52
|
+
friends
|
53
|
+
games
|
54
|
+
ghosts
|
55
|
+
glances
|
56
|
+
glories
|
57
|
+
guests
|
58
|
+
habits
|
59
|
+
hearts
|
60
|
+
heroes
|
61
|
+
hopes
|
62
|
+
houses
|
63
|
+
illusions
|
64
|
+
images
|
65
|
+
impressions
|
66
|
+
influences
|
67
|
+
insights
|
68
|
+
interviews
|
69
|
+
investigations
|
70
|
+
issues
|
71
|
+
jokes
|
72
|
+
journeys
|
73
|
+
jumps
|
74
|
+
kinds
|
75
|
+
labors
|
76
|
+
laptops
|
77
|
+
laws
|
78
|
+
lessons
|
79
|
+
lies
|
80
|
+
lives
|
81
|
+
looks
|
82
|
+
loves
|
83
|
+
machines
|
84
|
+
masks
|
85
|
+
memories
|
86
|
+
methods
|
87
|
+
moments
|
88
|
+
mysteries
|
89
|
+
narratives
|
90
|
+
nations
|
91
|
+
needs
|
92
|
+
nerves
|
93
|
+
nights
|
94
|
+
obstacles
|
95
|
+
odds
|
96
|
+
offers
|
97
|
+
opinions
|
98
|
+
orders
|
99
|
+
outcomes
|
100
|
+
paths
|
101
|
+
pawns
|
102
|
+
people
|
103
|
+
performances
|
104
|
+
perspectives
|
105
|
+
places
|
106
|
+
plans
|
107
|
+
players
|
108
|
+
positions
|
109
|
+
powers
|
110
|
+
predictions
|
111
|
+
problems
|
112
|
+
projects
|
113
|
+
promises
|
114
|
+
quotes
|
115
|
+
reactions
|
116
|
+
realities
|
117
|
+
relationships
|
118
|
+
reports
|
119
|
+
requirements
|
120
|
+
rights
|
121
|
+
rivals
|
122
|
+
roles
|
123
|
+
rumors
|
124
|
+
secrets
|
125
|
+
senses
|
126
|
+
situations
|
127
|
+
skills
|
128
|
+
sleeplessness
|
129
|
+
spirits
|
130
|
+
stories
|
131
|
+
strategies
|
132
|
+
struggles
|
133
|
+
surprises
|
134
|
+
symbols
|
135
|
+
tales
|
136
|
+
temptations
|
137
|
+
thoughts
|
138
|
+
threats
|
139
|
+
trials
|
140
|
+
tricks
|
141
|
+
truths
|
142
|
+
twists
|
143
|
+
types
|
144
|
+
unions
|
145
|
+
views
|
146
|
+
voices
|
147
|
+
weapons
|
148
|
+
wishes
|
149
|
+
wonders
|
150
|
+
worries
|
151
|
+
yarns
|
152
|
+
zones
|
153
|
+
actions
|
154
|
+
attractions
|
155
|
+
avengers
|
156
|
+
behaviors
|
157
|
+
blessings
|
158
|
+
chances
|
159
|
+
connections
|
160
|
+
conversations
|
161
|
+
courage
|
162
|
+
dilemmas
|
163
|
+
dreamers
|
164
|
+
dynamics
|
165
|
+
emotions
|
166
|
+
encounters
|
167
|
+
excitements
|
168
|
+
feelings
|
169
|
+
forces
|
170
|
+
friends
|
171
|
+
futures
|
172
|
+
gifts
|
173
|
+
grudges
|
174
|
+
horizons
|
175
|
+
illusions
|
176
|
+
inspirations
|
177
|
+
interactions
|
178
|
+
intervals
|
179
|
+
issues
|
180
|
+
jokes
|
181
|
+
journeys
|
182
|
+
keepsakes
|
183
|
+
kisses
|
184
|
+
lessons
|
185
|
+
lives
|
186
|
+
moods
|
187
|
+
mysteries
|
188
|
+
negotiations
|
189
|
+
narratives
|
190
|
+
obstacles
|
191
|
+
opinions
|
192
|
+
parties
|
193
|
+
passions
|
194
|
+
patterns
|
195
|
+
peaks
|
196
|
+
philosophies
|
197
|
+
plans
|
198
|
+
puzzles
|
199
|
+
questions
|
200
|
+
realities
|
201
|
+
recollections
|
202
|
+
reflections
|
203
|
+
regrets
|
204
|
+
relationships
|
205
|
+
revelations
|
206
|
+
riddles
|
207
|
+
secrets
|
208
|
+
shadows
|
209
|
+
signals
|
210
|
+
stories
|
211
|
+
struggles
|
212
|
+
successes
|
213
|
+
tensions
|
214
|
+
thoughts
|
215
|
+
tokens
|
216
|
+
triumphs
|
217
|
+
truths
|
218
|
+
uncertainties
|
219
|
+
visions
|
220
|
+
voices
|
221
|
+
wishes
|
222
|
+
wonders
|
223
|
+
wounds
|
224
|
+
abstractions
|
225
|
+
appearances
|
226
|
+
arrangements
|
227
|
+
attitudes
|
228
|
+
attributes
|
229
|
+
bargains
|
230
|
+
challenges
|
231
|
+
charities
|
232
|
+
choices
|
233
|
+
connections
|
234
|
+
conventions
|
235
|
+
conversations
|
236
|
+
cues
|
237
|
+
departures
|
238
|
+
desires
|
239
|
+
discoveries
|
240
|
+
discussions
|
241
|
+
disguises
|
242
|
+
diversions
|
243
|
+
dreams
|
244
|
+
elements
|
245
|
+
emotions
|
246
|
+
encounters
|
247
|
+
exchanges
|
248
|
+
experiences
|
249
|
+
expressions
|
250
|
+
fables
|
251
|
+
fears
|
252
|
+
figures
|
253
|
+
findings
|
254
|
+
fingers
|
255
|
+
flights
|
256
|
+
foes
|
257
|
+
foibles
|
258
|
+
games
|
259
|
+
gates
|
260
|
+
gifts
|
261
|
+
glances
|
262
|
+
glimmers
|
263
|
+
glories
|
264
|
+
graces
|
265
|
+
grudges
|
266
|
+
guesses
|
267
|
+
happenings
|
268
|
+
hurdles
|
269
|
+
illusions
|
270
|
+
impacts
|
271
|
+
indications
|
272
|
+
invitations
|
273
|
+
issues
|
274
|
+
journeys
|
275
|
+
jubilations
|
276
|
+
leaps
|
277
|
+
lessons
|
278
|
+
lives
|
279
|
+
magnetic
|
280
|
+
memories
|
281
|
+
moments
|
282
|
+
mysteries
|
283
|
+
narratives
|
284
|
+
obstacles
|
285
|
+
odds
|
286
|
+
offers
|
287
|
+
omissions
|
288
|
+
opinions
|
289
|
+
outcomes
|
290
|
+
overlaps
|
291
|
+
paradoxes
|
292
|
+
paths
|
293
|
+
patterns
|
294
|
+
perspectives
|
295
|
+
places
|
296
|
+
plans
|
297
|
+
players
|
298
|
+
possibilities
|
299
|
+
problems
|
300
|
+
quotes
|
301
|
+
realities
|
302
|
+
reflections
|
303
|
+
regrets
|
304
|
+
relationships
|
305
|
+
resolutions
|
306
|
+
results
|
307
|
+
risks
|
308
|
+
rooms
|
309
|
+
rumbles
|
310
|
+
satires
|
311
|
+
scenarios
|
312
|
+
shadows
|
313
|
+
signals
|
314
|
+
situations
|
315
|
+
stories
|
316
|
+
strategies
|
317
|
+
surprises
|
318
|
+
symbols
|
319
|
+
tales
|
320
|
+
thoughts
|
321
|
+
trials
|
322
|
+
tricks
|
323
|
+
truths
|
324
|
+
twists
|
325
|
+
unfoldings
|
326
|
+
unions
|
327
|
+
visions
|
328
|
+
wonders
|
329
|
+
yarns
|
330
|
+
zephyrs
|