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.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +18 -86
  3. data/CHANGELOG.md +16 -0
  4. data/bin/randw +23 -9
  5. data/generator.cgi +155 -0
  6. data/lib/random-words/array.rb +0 -2
  7. data/lib/random-words/boolean.rb +1 -1
  8. data/lib/random-words/config.rb +6 -6
  9. data/lib/random-words/generator.rb +25 -27
  10. data/lib/random-words/html2markdown.rb +5 -5
  11. data/lib/random-words/{lorem-html.rb → lorem_html.rb} +89 -59
  12. data/lib/random-words/{number-to-word.rb → number_to_word.rb} +5 -5
  13. data/lib/random-words/numeric.rb +2 -2
  14. data/lib/random-words/string.rb +10 -3
  15. data/lib/random-words/terminal.rb +15 -13
  16. data/lib/random-words/version.rb +1 -1
  17. data/lib/random-words/words/walken/adjectives.txt +139 -0
  18. data/lib/random-words/words/walken/adverbs.txt +164 -0
  19. data/lib/random-words/words/walken/articles-plural.txt +10 -0
  20. data/lib/random-words/words/walken/articles-singular.txt +10 -0
  21. data/lib/random-words/words/walken/clauses.txt +200 -0
  22. data/lib/random-words/words/walken/config.yml +4 -0
  23. data/lib/random-words/words/walken/conjunctions-coordinating.txt +20 -0
  24. data/lib/random-words/words/walken/conjunctions-subordinate.txt +28 -0
  25. data/lib/random-words/words/walken/names.txt +101 -0
  26. data/lib/random-words/words/walken/nouns-plural.txt +330 -0
  27. data/lib/random-words/words/walken/nouns-singular.txt +500 -0
  28. data/lib/random-words/words/walken/numbers.yml +5 -0
  29. data/lib/random-words/words/walken/phrases.txt +45 -0
  30. data/lib/random-words/words/walken/prepositions.txt +45 -0
  31. data/lib/random-words/words/walken/terminators.txt +17 -0
  32. data/lib/random-words/words/walken/verbs-passive.txt +370 -0
  33. data/lib/random-words/words/walken/verbs-plural.txt +294 -0
  34. data/lib/random-words/words/walken/verbs-singular.txt +262 -0
  35. data/lib/random-words.rb +2 -2
  36. metadata +23 -4
@@ -0,0 +1,500 @@
1
+ actor
2
+ adventure
3
+ affection
4
+ agent
5
+ airplane
6
+ ambition
7
+ angel
8
+ anticipation
9
+ audience
10
+ authority
11
+ backstory
12
+ balance
13
+ bandit
14
+ battle
15
+ beauty
16
+ belief
17
+ betrayal
18
+ bigfoot
19
+ bird
20
+ blood
21
+ body
22
+ bomb
23
+ book
24
+ boss
25
+ boy
26
+ brother
27
+ bullet
28
+ burden
29
+ call
30
+ camera
31
+ chance
32
+ chaos
33
+ choice
34
+ city
35
+ clue
36
+ coincidence
37
+ conflict
38
+ conspiracy
39
+ courage
40
+ crime
41
+ crossroad
42
+ curse
43
+ danger
44
+ darkness
45
+ daydream
46
+ deal
47
+ death
48
+ decision
49
+ despair
50
+ destiny
51
+ detective
52
+ devil
53
+ dilemma
54
+ direction
55
+ dream
56
+ drive
57
+ enemy
58
+ escape
59
+ event
60
+ experience
61
+ eye
62
+ fear
63
+ fight
64
+ fire
65
+ focus
66
+ fortune
67
+ friend
68
+ future
69
+ game
70
+ gift
71
+ girl
72
+ glory
73
+ goal
74
+ grief
75
+ gun
76
+ heart
77
+ hero
78
+ hope
79
+ idea
80
+ illusion
81
+ impact
82
+ journey
83
+ joy
84
+ judgment
85
+ kid
86
+ king
87
+ knowledge
88
+ life
89
+ light
90
+ love
91
+ luck
92
+ man
93
+ memory
94
+ mind
95
+ mission
96
+ mistake
97
+ moment
98
+ monster
99
+ mood
100
+ mystery
101
+ neighbor
102
+ night
103
+ noise
104
+ opportunity
105
+ pain
106
+ path
107
+ peace
108
+ perception
109
+ person
110
+ plan
111
+ power
112
+ price
113
+ problem
114
+ process
115
+ promise
116
+ quest
117
+ risk
118
+ road
119
+ secret
120
+ shadow
121
+ side
122
+ sign
123
+ silence
124
+ skill
125
+ soul
126
+ sound
127
+ space
128
+ spirit
129
+ story
130
+ strategy
131
+ strength
132
+ surprise
133
+ taste
134
+ team
135
+ test
136
+ time
137
+ tool
138
+ truth
139
+ trust
140
+ twist
141
+ type
142
+ understanding
143
+ union
144
+ vision
145
+ voice
146
+ warning
147
+ way
148
+ weapon
149
+ wish
150
+ woman
151
+ world
152
+ work
153
+ year
154
+ zone
155
+ adventure
156
+ agreement
157
+ appearance
158
+ argument
159
+ art
160
+ attention
161
+ attempt
162
+ authority
163
+ balance
164
+ battle
165
+ beginning
166
+ behavior
167
+ belief
168
+ benefit
169
+ betrayal
170
+ blame
171
+ blood
172
+ body
173
+ break
174
+ call
175
+ chance
176
+ change
177
+ character
178
+ choice
179
+ city
180
+ claim
181
+ clarity
182
+ comfort
183
+ commitment
184
+ communication
185
+ companion
186
+ competition
187
+ connection
188
+ conscience
189
+ conversation
190
+ courage
191
+ crime
192
+ criticism
193
+ crossroad
194
+ danger
195
+ deal
196
+ defense
197
+ desire
198
+ development
199
+ difference
200
+ dilemma
201
+ dismissal
202
+ dream
203
+ drive
204
+ duty
205
+ effect
206
+ emotion
207
+ encounter
208
+ enemy
209
+ energy
210
+ escape
211
+ event
212
+ evidence
213
+ experience
214
+ failure
215
+ family
216
+ fear
217
+ fight
218
+ fire
219
+ focus
220
+ force
221
+ freedom
222
+ friend
223
+ future
224
+ game
225
+ gift
226
+ goal
227
+ grief
228
+ ground
229
+ growth
230
+ happiness
231
+ heart
232
+ hero
233
+ hope
234
+ idea
235
+ illness
236
+ impact
237
+ influence
238
+ information
239
+ insight
240
+ inspiration
241
+ interest
242
+ journey
243
+ justice
244
+ knowledge
245
+ life
246
+ light
247
+ love
248
+ luck
249
+ man
250
+ map
251
+ memory
252
+ message
253
+ mind
254
+ mistake
255
+ moment
256
+ motivation
257
+ mystery
258
+ neighbor
259
+ night
260
+ noise
261
+ obstacle
262
+ opportunity
263
+ outcome
264
+ pain
265
+ peace
266
+ perception
267
+ person
268
+ perspective
269
+ plan
270
+ power
271
+ price
272
+ problem
273
+ process
274
+ progress
275
+ promise
276
+ purpose
277
+ question
278
+ reaction
279
+ reality
280
+ reason
281
+ reflection
282
+ relationship
283
+ responsibility
284
+ risk
285
+ road
286
+ role
287
+ sacrifice
288
+ secret
289
+ sense
290
+ sign
291
+ silence
292
+ skill
293
+ solution
294
+ spirit
295
+ strength
296
+ struggle
297
+ support
298
+ surprise
299
+ tension
300
+ test
301
+ threat
302
+ time
303
+ tool
304
+ tradition
305
+ trust
306
+ truth
307
+ understanding
308
+ unity
309
+ vision
310
+ voice
311
+ war
312
+ way
313
+ will
314
+ wisdom
315
+ wish
316
+ woman
317
+ wonder
318
+ work
319
+ worry
320
+ year
321
+ zone
322
+ action
323
+ attitude
324
+ beat
325
+ challenge
326
+ choice
327
+ circle
328
+ conflict
329
+ conscience
330
+ controversy
331
+ courage
332
+ crisis
333
+ culture
334
+ decision
335
+ desire
336
+ direction
337
+ discovery
338
+ dream
339
+ edge
340
+ end
341
+ enemy
342
+ escape
343
+ expectation
344
+ failure
345
+ fear
346
+ fight
347
+ flame
348
+ fortune
349
+ freedom
350
+ friend
351
+ goal
352
+ guilt
353
+ harmony
354
+ honor
355
+ illusion
356
+ impact
357
+ influence
358
+ journey
359
+ kingdom
360
+ lesson
361
+ life
362
+ light
363
+ love
364
+ memory
365
+ mind
366
+ mission
367
+ mistake
368
+ moment
369
+ motivation
370
+ mystery
371
+ nature
372
+ opportunity
373
+ outcome
374
+ pain
375
+ passion
376
+ peace
377
+ perception
378
+ plan
379
+ promise
380
+ question
381
+ reality
382
+ reason
383
+ reflection
384
+ release
385
+ relationship
386
+ response
387
+ reward
388
+ sacrifice
389
+ safety
390
+ secret
391
+ sensation
392
+ situation
393
+ skill
394
+ spirit
395
+ strength
396
+ surprise
397
+ target
398
+ thought
399
+ time
400
+ truth
401
+ understanding
402
+ unity
403
+ vision
404
+ voice
405
+ way
406
+ will
407
+ wish
408
+ wisdom
409
+ wit
410
+ world
411
+ worry
412
+ yearning
413
+ zone
414
+ acceptance
415
+ adventure
416
+ anger
417
+ argument
418
+ art
419
+ attitude
420
+ authority
421
+ belief
422
+ behavior
423
+ bond
424
+ breakthrough
425
+ burden
426
+ chaos
427
+ clarity
428
+ competition
429
+ confrontation
430
+ connection
431
+ contentment
432
+ courage
433
+ crisis
434
+ critique
435
+ curiosity
436
+ darkness
437
+ decision
438
+ desperation
439
+ dilemma
440
+ distraction
441
+ emotion
442
+ encounter
443
+ encounter
444
+ enthusiasm
445
+ escape
446
+ excitement
447
+ failure
448
+ fear
449
+ freedom
450
+ gesture
451
+ hope
452
+ impression
453
+ influence
454
+ intention
455
+ journey
456
+ legacy
457
+ lesson
458
+ light
459
+ love
460
+ memory
461
+ moment
462
+ motivation
463
+ perspective
464
+ pressure
465
+ reaction
466
+ reality
467
+ reflection
468
+ relationship
469
+ resilience
470
+ risk
471
+ sacrifice
472
+ satisfaction
473
+ security
474
+ situation
475
+ strength
476
+ struggle
477
+ support
478
+ surprise
479
+ tension
480
+ theme
481
+ trust
482
+ truth
483
+ understanding
484
+ victory
485
+ vision
486
+ voice
487
+ way
488
+ wonder
489
+ yearning
490
+ zeal
491
+ acceptance
492
+ ambition
493
+ attraction
494
+ boundary
495
+ challenge
496
+ connection
497
+ emotion
498
+ experience
499
+ strength
500
+ wisdom
@@ -0,0 +1,5 @@
1
+ ---
2
+ digits: zero one two three four five six seven eight nine
3
+ teens: ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen
4
+ tens: twenty thirty forty fifty sixty seventy eighty ninety
5
+ places: one ten hundred thousand million billion trillion
@@ -0,0 +1,45 @@
1
+ I got a fever, and the only prescription is more cowbell
2
+ I'm not saying I'm not a little crazy
3
+ you know, I could have been a contender
4
+ I can’t help but feel that you’re trying to take advantage of me
5
+ There’s a lot of people who think I’m crazy
6
+ I’m a little bit of a loner
7
+ you’re not going to believe this
8
+ I’m just a guy who’s trying to make a living
9
+ I’ve got a problem with authority
10
+ The man who doesn’t believe in the future is a man without hope
11
+ I have a plan
12
+ you’re going to make me cry
13
+ I’m not mad, I’m just disappointed
14
+ I’m not a monster
15
+ you can’t handle the truth
16
+ I don’t care what you think
17
+ you can’t put a price on a good time
18
+ I’m in the mood for a little chaos
19
+ I’m not going to let you down
20
+ you’re just a little too late
21
+ I love the smell of napalm in the morning
22
+ What’s the matter with you
23
+ I’m going to make you an offer you can’t refuse
24
+ you’ve got a big mouth
25
+ it’s all about the journey
26
+ you’re going to regret this
27
+ I’m a lover, not a fighter
28
+ I’m not afraid; I’m just cautious
29
+ I’m going to make this happen
30
+ you’re barking up the wrong tree
31
+ you’re a fragile little thing
32
+ I’m going to show you something
33
+ I’m not here to make friends
34
+ I’m very good at what I do
35
+ I’ll see you in another life
36
+ I’m not afraid of you
37
+ you think you know me
38
+ you’re just a pawn in my game
39
+ you have no idea what I’m capable of
40
+ you’re not as clever as you think
41
+ I’m going to make this right
42
+ you think you know everything
43
+ I’m going to take you down
44
+ you’re going to regret this decision
45
+ I’m not going anywhere
@@ -0,0 +1,45 @@
1
+ about
2
+ above
3
+ across
4
+ after
5
+ against
6
+ along
7
+ among
8
+ around
9
+ at
10
+ before
11
+ behind
12
+ below
13
+ beneath
14
+ beside
15
+ between
16
+ beyond
17
+ by
18
+ despite
19
+ down
20
+ during
21
+ except
22
+ for
23
+ from
24
+ in
25
+ inside
26
+ into
27
+ like
28
+ near
29
+ of
30
+ off
31
+ on
32
+ onto
33
+ out
34
+ outside
35
+ over
36
+ through
37
+ to
38
+ toward
39
+ under
40
+ until
41
+ up
42
+ upon
43
+ with
44
+ within
45
+ without
@@ -0,0 +1,17 @@
1
+ ,.
2
+ ,.
3
+ ,.
4
+ ,.
5
+ ,.
6
+ ,.
7
+ ,?
8
+ ,?
9
+ ,?
10
+ ,!
11
+ ,!
12
+ ,!
13
+
14
+ ",."
15
+ ',.'
16
+ (,.)
17
+ ,…