random-words 1.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 +7 -0
- data/.irbrc +4 -0
- data/.rspec +4 -0
- data/.rspec_status +39 -0
- data/.rubocop.yml +64 -0
- data/CHANGELOG.md +29 -0
- data/Gemfile +18 -0
- data/Gemfile.lock +111 -0
- data/README.md +90 -0
- data/Rakefile +85 -0
- data/bin/randw +334 -0
- data/lib/random-words/generator.rb +533 -0
- data/lib/random-words/string.rb +56 -0
- data/lib/random-words/version.rb +4 -0
- data/lib/random-words/words/bacon/adjectives.txt +329 -0
- data/lib/random-words/words/bacon/adverbs.txt +69 -0
- data/lib/random-words/words/bacon/articles-plural.txt +10 -0
- data/lib/random-words/words/bacon/articles-singular.txt +10 -0
- data/lib/random-words/words/bacon/clauses.txt +639 -0
- data/lib/random-words/words/bacon/conjunctions-subordinate.txt +29 -0
- data/lib/random-words/words/bacon/nouns-plural.txt +168 -0
- data/lib/random-words/words/bacon/nouns-singular.txt +200 -0
- data/lib/random-words/words/bacon/numbers.txt +21 -0
- data/lib/random-words/words/bacon/verbs-passive.txt +105 -0
- data/lib/random-words/words/bacon/verbs-plural.txt +154 -0
- data/lib/random-words/words/bacon/verbs-singular.txt +106 -0
- data/lib/random-words/words/corporate/adjectives.txt +196 -0
- data/lib/random-words/words/corporate/adverbs.txt +462 -0
- data/lib/random-words/words/corporate/articles-plural.txt +10 -0
- data/lib/random-words/words/corporate/articles-singular.txt +10 -0
- data/lib/random-words/words/corporate/clauses.txt +101 -0
- data/lib/random-words/words/corporate/conjunctions-subordinate.txt +29 -0
- data/lib/random-words/words/corporate/nouns-plural.txt +321 -0
- data/lib/random-words/words/corporate/nouns-singular.txt +474 -0
- data/lib/random-words/words/corporate/numbers.txt +21 -0
- data/lib/random-words/words/corporate/verbs-passive.txt +495 -0
- data/lib/random-words/words/corporate/verbs-plural.txt +173 -0
- data/lib/random-words/words/corporate/verbs-singular.txt +146 -0
- data/lib/random-words/words/english/adjectives.txt +325 -0
- data/lib/random-words/words/english/adverbs.txt +462 -0
- data/lib/random-words/words/english/articles-plural.txt +10 -0
- data/lib/random-words/words/english/articles-singular.txt +10 -0
- data/lib/random-words/words/english/clauses.txt +639 -0
- data/lib/random-words/words/english/conjunctions-subordinate.txt +29 -0
- data/lib/random-words/words/english/nouns-plural.txt +524 -0
- data/lib/random-words/words/english/nouns-singular.txt +530 -0
- data/lib/random-words/words/english/numbers.txt +21 -0
- data/lib/random-words/words/english/verbs-passive.txt +495 -0
- data/lib/random-words/words/english/verbs-plural.txt +325 -0
- data/lib/random-words/words/english/verbs-singular.txt +350 -0
- data/lib/random-words/words/latin/adjectives.txt +188 -0
- data/lib/random-words/words/latin/adverbs.txt +212 -0
- data/lib/random-words/words/latin/articles-plural.txt +122 -0
- data/lib/random-words/words/latin/articles-singular.txt +19 -0
- data/lib/random-words/words/latin/clauses.txt +89 -0
- data/lib/random-words/words/latin/conjunctions-subordinate.txt +104 -0
- data/lib/random-words/words/latin/nouns-plural.txt +190 -0
- data/lib/random-words/words/latin/nouns-singular.txt +193 -0
- data/lib/random-words/words/latin/numbers.txt +21 -0
- data/lib/random-words/words/latin/verbs-passive.txt +171 -0
- data/lib/random-words/words/latin/verbs-plural.txt +177 -0
- data/lib/random-words/words/latin/verbs-singular.txt +218 -0
- data/lib/random-words.rb +6 -0
- data/random-words.gemspec +36 -0
- data/src/_README.md +92 -0
- metadata +119 -0
@@ -0,0 +1,524 @@
|
|
1
|
+
abodes
|
2
|
+
academies
|
3
|
+
accesses
|
4
|
+
accordions
|
5
|
+
achievements
|
6
|
+
acquisitions
|
7
|
+
actors
|
8
|
+
addresses
|
9
|
+
adventures
|
10
|
+
advices
|
11
|
+
agents
|
12
|
+
aids
|
13
|
+
airplanes
|
14
|
+
airs
|
15
|
+
allergies
|
16
|
+
alligators
|
17
|
+
alterations
|
18
|
+
ambitions
|
19
|
+
analyses
|
20
|
+
angles
|
21
|
+
ants
|
22
|
+
anxieties
|
23
|
+
apocalypses
|
24
|
+
apologies
|
25
|
+
apples
|
26
|
+
aprons
|
27
|
+
arenas
|
28
|
+
artistries
|
29
|
+
artists
|
30
|
+
aspirins
|
31
|
+
assets
|
32
|
+
athletes
|
33
|
+
attractions
|
34
|
+
auctions
|
35
|
+
aunts
|
36
|
+
auras
|
37
|
+
authorities
|
38
|
+
autonomies
|
39
|
+
awarenesses
|
40
|
+
axes
|
41
|
+
babies
|
42
|
+
baits
|
43
|
+
balances
|
44
|
+
balloons
|
45
|
+
balls
|
46
|
+
bananas
|
47
|
+
bandanas
|
48
|
+
barrels
|
49
|
+
baseballs
|
50
|
+
bats
|
51
|
+
batteries
|
52
|
+
beaches
|
53
|
+
beards
|
54
|
+
bears
|
55
|
+
beetles
|
56
|
+
bells
|
57
|
+
belongings
|
58
|
+
belts
|
59
|
+
biographies
|
60
|
+
biscuits
|
61
|
+
bites
|
62
|
+
blessings
|
63
|
+
blossoms
|
64
|
+
boats
|
65
|
+
bones
|
66
|
+
books
|
67
|
+
bounties
|
68
|
+
bracelets
|
69
|
+
branches
|
70
|
+
breezes
|
71
|
+
briefcases
|
72
|
+
brilliances
|
73
|
+
broccolis
|
74
|
+
brotherhoods
|
75
|
+
bubbles
|
76
|
+
buckets
|
77
|
+
bureaucracies
|
78
|
+
businesses
|
79
|
+
buttons
|
80
|
+
cabbages
|
81
|
+
calendars
|
82
|
+
cameras
|
83
|
+
candles
|
84
|
+
cannons
|
85
|
+
carpets
|
86
|
+
cars
|
87
|
+
caterpillars
|
88
|
+
catfishes
|
89
|
+
cats
|
90
|
+
cattles
|
91
|
+
celebrations
|
92
|
+
celebrities
|
93
|
+
chaos
|
94
|
+
charms
|
95
|
+
chickens
|
96
|
+
chocolates
|
97
|
+
churches
|
98
|
+
ciders
|
99
|
+
circulars
|
100
|
+
clarities
|
101
|
+
cleaners
|
102
|
+
clouds
|
103
|
+
clowns
|
104
|
+
coasts
|
105
|
+
collections
|
106
|
+
companionships
|
107
|
+
competitions
|
108
|
+
completions
|
109
|
+
compositions
|
110
|
+
connections
|
111
|
+
controversies
|
112
|
+
corks
|
113
|
+
courages
|
114
|
+
creams
|
115
|
+
creations
|
116
|
+
creativities
|
117
|
+
crises
|
118
|
+
cucumbers
|
119
|
+
cultivations
|
120
|
+
cupcakes
|
121
|
+
cycles
|
122
|
+
daisies
|
123
|
+
darts
|
124
|
+
dates
|
125
|
+
debts
|
126
|
+
dedications
|
127
|
+
deer
|
128
|
+
dens
|
129
|
+
desires
|
130
|
+
desks
|
131
|
+
destinations
|
132
|
+
developments
|
133
|
+
dinos
|
134
|
+
dinosaurs
|
135
|
+
directions
|
136
|
+
discoveries
|
137
|
+
discussions
|
138
|
+
diseases
|
139
|
+
distractions
|
140
|
+
divings
|
141
|
+
dogmas
|
142
|
+
dogs
|
143
|
+
dolls
|
144
|
+
dramas
|
145
|
+
dreams
|
146
|
+
drills
|
147
|
+
drives
|
148
|
+
drums
|
149
|
+
duels
|
150
|
+
dusts
|
151
|
+
dynamos
|
152
|
+
eagles
|
153
|
+
ears
|
154
|
+
echos
|
155
|
+
eggplants
|
156
|
+
eggs
|
157
|
+
elephants
|
158
|
+
elves
|
159
|
+
emotions
|
160
|
+
encounters
|
161
|
+
endurances
|
162
|
+
engagements
|
163
|
+
engines
|
164
|
+
enlightenments
|
165
|
+
enthusiasms
|
166
|
+
evenings
|
167
|
+
events
|
168
|
+
evidences
|
169
|
+
exams
|
170
|
+
exhibits
|
171
|
+
experiences
|
172
|
+
experiments
|
173
|
+
expertises
|
174
|
+
explorations
|
175
|
+
facilitators
|
176
|
+
fans
|
177
|
+
fascinations
|
178
|
+
fearlessnesses
|
179
|
+
feathers
|
180
|
+
ferrets
|
181
|
+
films
|
182
|
+
flowers
|
183
|
+
foxes
|
184
|
+
frames
|
185
|
+
freedoms
|
186
|
+
friendships
|
187
|
+
frogs
|
188
|
+
frolics
|
189
|
+
furniture
|
190
|
+
futures
|
191
|
+
galaxies
|
192
|
+
gatherings
|
193
|
+
gauges
|
194
|
+
gavel
|
195
|
+
geniuses
|
196
|
+
gifts
|
197
|
+
giraffes
|
198
|
+
glimpses
|
199
|
+
goals
|
200
|
+
goblins
|
201
|
+
goodnesses
|
202
|
+
governments
|
203
|
+
graces
|
204
|
+
grapefruits
|
205
|
+
grapes
|
206
|
+
gravels
|
207
|
+
guitars
|
208
|
+
gulls
|
209
|
+
hamburgers
|
210
|
+
happinesses
|
211
|
+
harbors
|
212
|
+
harmonies
|
213
|
+
harps
|
214
|
+
hats
|
215
|
+
hazards
|
216
|
+
healings
|
217
|
+
hedgehogs
|
218
|
+
hemispheres
|
219
|
+
hens
|
220
|
+
heritages
|
221
|
+
hopes
|
222
|
+
horizons
|
223
|
+
horns
|
224
|
+
horses
|
225
|
+
hospitalities
|
226
|
+
houses
|
227
|
+
huscars
|
228
|
+
ice
|
229
|
+
icebergs
|
230
|
+
identities
|
231
|
+
iglasses
|
232
|
+
igloos
|
233
|
+
imaginations
|
234
|
+
impacts
|
235
|
+
inclusions
|
236
|
+
influences
|
237
|
+
inks
|
238
|
+
integrations
|
239
|
+
interactions
|
240
|
+
internets
|
241
|
+
ironies
|
242
|
+
islands
|
243
|
+
itches
|
244
|
+
jackets
|
245
|
+
jaguars
|
246
|
+
jams
|
247
|
+
jars
|
248
|
+
jasmines
|
249
|
+
jellies
|
250
|
+
jewels
|
251
|
+
jigsaws
|
252
|
+
joggers
|
253
|
+
journeys
|
254
|
+
jungles
|
255
|
+
justices
|
256
|
+
kaleidoscopes
|
257
|
+
keeps
|
258
|
+
keychains
|
259
|
+
keys
|
260
|
+
kicks
|
261
|
+
kingdoms
|
262
|
+
kitchens
|
263
|
+
kites
|
264
|
+
kittens
|
265
|
+
kiwis
|
266
|
+
knowledges
|
267
|
+
labyrinths
|
268
|
+
laces
|
269
|
+
lakes
|
270
|
+
lamps
|
271
|
+
landscapes
|
272
|
+
lanterns
|
273
|
+
lawns
|
274
|
+
leaves
|
275
|
+
legacies
|
276
|
+
lemonades
|
277
|
+
lemons
|
278
|
+
liberations
|
279
|
+
libraries
|
280
|
+
lifestyles
|
281
|
+
lightnings
|
282
|
+
lights
|
283
|
+
lilies
|
284
|
+
lives
|
285
|
+
lizards
|
286
|
+
lollipops
|
287
|
+
lotions
|
288
|
+
lotteries
|
289
|
+
loves
|
290
|
+
luminousnesses
|
291
|
+
magnetisms
|
292
|
+
magnets
|
293
|
+
magpies
|
294
|
+
mantises
|
295
|
+
manufacturings
|
296
|
+
markets
|
297
|
+
marriages
|
298
|
+
masteries
|
299
|
+
meadows
|
300
|
+
melodies
|
301
|
+
memories
|
302
|
+
methods
|
303
|
+
microphones
|
304
|
+
mimes
|
305
|
+
mindfulnesses
|
306
|
+
minnows
|
307
|
+
missions
|
308
|
+
mists
|
309
|
+
moonlights
|
310
|
+
moons
|
311
|
+
mooses
|
312
|
+
mornings
|
313
|
+
mosquitoes
|
314
|
+
moths
|
315
|
+
motivations
|
316
|
+
mountains
|
317
|
+
movements
|
318
|
+
muffins
|
319
|
+
mules
|
320
|
+
mysteries
|
321
|
+
napkins
|
322
|
+
necessities
|
323
|
+
necklaces
|
324
|
+
nectars
|
325
|
+
neighborhoods
|
326
|
+
nests
|
327
|
+
nocturnes
|
328
|
+
noodles
|
329
|
+
notebooks
|
330
|
+
nougats
|
331
|
+
nuggets
|
332
|
+
nurtures
|
333
|
+
oaks
|
334
|
+
oars
|
335
|
+
obstacles
|
336
|
+
oceans
|
337
|
+
octopuses
|
338
|
+
omissions
|
339
|
+
onions
|
340
|
+
opennesses
|
341
|
+
opinions
|
342
|
+
oranges
|
343
|
+
organizations
|
344
|
+
ostriches
|
345
|
+
owls
|
346
|
+
oysters
|
347
|
+
paddles
|
348
|
+
pancakes
|
349
|
+
parachutes
|
350
|
+
paradigms
|
351
|
+
parks
|
352
|
+
parrots
|
353
|
+
partnerships
|
354
|
+
passions
|
355
|
+
patiences
|
356
|
+
pavements
|
357
|
+
peaces
|
358
|
+
peaches
|
359
|
+
pearls
|
360
|
+
pebbles
|
361
|
+
pencils
|
362
|
+
penguins
|
363
|
+
peppers
|
364
|
+
pianos
|
365
|
+
pickles
|
366
|
+
pictures
|
367
|
+
pilots
|
368
|
+
pineapples
|
369
|
+
pioneers
|
370
|
+
pizzas
|
371
|
+
plantations
|
372
|
+
plums
|
373
|
+
plunges
|
374
|
+
plutos
|
375
|
+
pockets
|
376
|
+
pomegranates
|
377
|
+
potatoes
|
378
|
+
potentials
|
379
|
+
princes
|
380
|
+
puddings
|
381
|
+
puppies
|
382
|
+
purposes
|
383
|
+
quails
|
384
|
+
quasars
|
385
|
+
queens
|
386
|
+
questions
|
387
|
+
quests
|
388
|
+
quiches
|
389
|
+
quilts
|
390
|
+
quivers
|
391
|
+
quokkas
|
392
|
+
rabbits
|
393
|
+
raccoons
|
394
|
+
rainbows
|
395
|
+
rainforests
|
396
|
+
rains
|
397
|
+
rays
|
398
|
+
reflections
|
399
|
+
reindeers
|
400
|
+
relationships
|
401
|
+
republics
|
402
|
+
resiliencies
|
403
|
+
resolutions
|
404
|
+
responsibilities
|
405
|
+
rings
|
406
|
+
rivers
|
407
|
+
roads
|
408
|
+
robots
|
409
|
+
roosters
|
410
|
+
roses
|
411
|
+
rugs
|
412
|
+
rulers
|
413
|
+
sailors
|
414
|
+
salads
|
415
|
+
sandals
|
416
|
+
sandwiches
|
417
|
+
sartorials
|
418
|
+
satisfactions
|
419
|
+
scarves
|
420
|
+
seahorses
|
421
|
+
seals
|
422
|
+
searches
|
423
|
+
seas
|
424
|
+
senses
|
425
|
+
serpents
|
426
|
+
services
|
427
|
+
sisterhoods
|
428
|
+
skateboards
|
429
|
+
skirts
|
430
|
+
skulls
|
431
|
+
sleeves
|
432
|
+
smokes
|
433
|
+
snakes
|
434
|
+
sneakers
|
435
|
+
socks
|
436
|
+
solutions
|
437
|
+
souls
|
438
|
+
spaghettis
|
439
|
+
spirits
|
440
|
+
squirrels
|
441
|
+
stabilities
|
442
|
+
starfishes
|
443
|
+
stars
|
444
|
+
strawberries
|
445
|
+
strengths
|
446
|
+
successes
|
447
|
+
sunflowers
|
448
|
+
supports
|
449
|
+
sustainabilities
|
450
|
+
swans
|
451
|
+
tables
|
452
|
+
tails
|
453
|
+
tanks
|
454
|
+
tapestries
|
455
|
+
teamworks
|
456
|
+
teas
|
457
|
+
technologies
|
458
|
+
testimonies
|
459
|
+
therapies
|
460
|
+
tides
|
461
|
+
tigers
|
462
|
+
tissues
|
463
|
+
toads
|
464
|
+
tornadoes
|
465
|
+
traditions
|
466
|
+
transformations
|
467
|
+
trophies
|
468
|
+
trowels
|
469
|
+
trusts
|
470
|
+
tulips
|
471
|
+
turkeys
|
472
|
+
turtles
|
473
|
+
typewriters
|
474
|
+
typhoons
|
475
|
+
ukuleles
|
476
|
+
umbrellas
|
477
|
+
uncles
|
478
|
+
underworlds
|
479
|
+
unicorns
|
480
|
+
unities
|
481
|
+
universes
|
482
|
+
urchins
|
483
|
+
urgencies
|
484
|
+
vacuum
|
485
|
+
valleys
|
486
|
+
vases
|
487
|
+
velvets
|
488
|
+
vents
|
489
|
+
violets
|
490
|
+
violins
|
491
|
+
visions
|
492
|
+
vitalities
|
493
|
+
volcanoes
|
494
|
+
vultures
|
495
|
+
wallets
|
496
|
+
walnuts
|
497
|
+
waves
|
498
|
+
weavers
|
499
|
+
websites
|
500
|
+
whales
|
501
|
+
whisks
|
502
|
+
whistles
|
503
|
+
windows
|
504
|
+
wombats
|
505
|
+
wonders
|
506
|
+
worms
|
507
|
+
x-rays
|
508
|
+
xenons
|
509
|
+
xenophobes
|
510
|
+
xenophobias
|
511
|
+
xylophones
|
512
|
+
yachts
|
513
|
+
yarn
|
514
|
+
yarns
|
515
|
+
yesterdays
|
516
|
+
yodels
|
517
|
+
yolks
|
518
|
+
zeals
|
519
|
+
zebras
|
520
|
+
zeniths
|
521
|
+
zests
|
522
|
+
zincs
|
523
|
+
zoos
|
524
|
+
zucchinis
|