faker 2.17.0 → 2.20.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (128) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +95 -2
  3. data/README.md +22 -4
  4. data/lib/faker/books/the_kingkiller_chronicle.rb +61 -0
  5. data/lib/faker/creature/bird.rb +203 -0
  6. data/lib/faker/default/code.rb +1 -1
  7. data/lib/faker/default/commerce.rb +28 -0
  8. data/lib/faker/default/company.rb +5 -7
  9. data/lib/faker/default/crypto.rb +13 -0
  10. data/lib/faker/default/emotion.rb +33 -0
  11. data/lib/faker/default/finance.rb +13 -0
  12. data/lib/faker/default/food.rb +13 -0
  13. data/lib/faker/default/hobby.rb +22 -0
  14. data/lib/faker/default/id_number.rb +34 -0
  15. data/lib/faker/default/internet.rb +40 -16
  16. data/lib/faker/default/lorem.rb +0 -4
  17. data/lib/faker/default/nation.rb +0 -3
  18. data/lib/faker/default/omniauth.rb +45 -1
  19. data/lib/faker/default/placeholdit.rb +9 -9
  20. data/lib/faker/default/religion.rb +6 -0
  21. data/lib/faker/default/science.rb +108 -0
  22. data/lib/faker/default/string.rb +0 -3
  23. data/lib/faker/default/tea.rb +41 -0
  24. data/lib/faker/default/time.rb +0 -2
  25. data/lib/faker/games/dota.rb +13 -0
  26. data/lib/faker/games/witcher.rb +39 -0
  27. data/lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb +48 -0
  28. data/lib/faker/japanese_media/kamen_rider.rb +102 -0
  29. data/lib/faker/locations/australia.rb +47 -0
  30. data/lib/faker/music/hiphop.rb +3 -3
  31. data/lib/faker/music/music.rb +12 -0
  32. data/lib/faker/religion/bible.rb +50 -0
  33. data/lib/faker/tv_shows/brooklyn_nine_nine.rb +38 -0
  34. data/lib/faker/tv_shows/michael_scott.rb +0 -3
  35. data/lib/faker/tv_shows/supernatural.rb +48 -0
  36. data/lib/faker/tv_shows/the_office.rb +37 -0
  37. data/lib/faker/version.rb +2 -2
  38. data/lib/locales/ar.yml +5 -1
  39. data/lib/locales/de-AT.yml +2 -2
  40. data/lib/locales/de.yml +7 -3
  41. data/lib/locales/en/address.yml +2 -3
  42. data/lib/locales/en/animal.yml +1 -1
  43. data/lib/locales/en/australia.yml +108 -0
  44. data/lib/locales/en/bible.yml +90 -0
  45. data/lib/locales/en/bird.yml +1281 -0
  46. data/lib/locales/en/book.yml +487 -3
  47. data/lib/locales/en/brooklyn_nine_nine.yml +35 -0
  48. data/lib/locales/en/cat.yml +1 -1
  49. data/lib/locales/en/coffee.yml +1 -1
  50. data/lib/locales/en/commerce.yml +17 -0
  51. data/lib/locales/en/community.yml +17 -17
  52. data/lib/locales/en/dota.yml +7 -0
  53. data/lib/locales/en/dune.yml +266 -397
  54. data/lib/locales/en/emotion.yml +480 -0
  55. data/lib/locales/en/finance.yml +21 -0
  56. data/lib/locales/en/fma_brotherhood.yml +78 -0
  57. data/lib/locales/en/food.yml +1054 -10
  58. data/lib/locales/en/game.yml +12 -0
  59. data/lib/locales/en/hobby.yml +171 -0
  60. data/lib/locales/en/horse.yml +2 -2
  61. data/lib/locales/en/internet.yml +108 -3
  62. data/lib/locales/en/kamen_rider.yml +452 -0
  63. data/lib/locales/en/kpop.yml +7 -7
  64. data/lib/locales/en/lovecraft.yml +76 -6
  65. data/lib/locales/en/mountain.yml +14 -1
  66. data/lib/locales/en/music.yml +152 -142
  67. data/lib/locales/en/science.yml +481 -3
  68. data/lib/locales/en/space.yml +1 -1
  69. data/lib/locales/en/stranger_thing.yml +1 -1
  70. data/lib/locales/en/super_smash_bros.yml +5 -2
  71. data/lib/locales/en/supernatural.yml +141 -0
  72. data/lib/locales/en/tea.yml +172 -0
  73. data/lib/locales/en/the_kingkiller_chronicle.yml +56 -0
  74. data/lib/locales/en/the_office.yml +86 -0
  75. data/lib/locales/en/touhou.yml +1 -1
  76. data/lib/locales/en/witcher.yml +37 -0
  77. data/lib/locales/en-US.yml +2 -2
  78. data/lib/locales/es-AR.yml +1 -4
  79. data/lib/locales/fr/address.yml +21 -0
  80. data/lib/locales/fr/animal.yml +5 -0
  81. data/lib/locales/fr/appliance.yml +4 -0
  82. data/lib/locales/fr/book.yml +7 -0
  83. data/lib/locales/fr/color.yml +4 -0
  84. data/lib/locales/fr/company.yml +17 -0
  85. data/lib/locales/fr/compass.yml +23 -0
  86. data/lib/locales/fr/demographic.yml +4 -0
  87. data/lib/locales/fr/gender.yml +6 -0
  88. data/lib/locales/fr/internet.yml +5 -0
  89. data/lib/locales/fr/lorem.yml +5 -0
  90. data/lib/locales/fr/measurement.yml +7 -0
  91. data/lib/locales/fr/name.yml +21 -0
  92. data/lib/locales/fr/phone_number.yml +7 -0
  93. data/lib/locales/fr/pokemon.yml +7 -0
  94. data/lib/locales/fr.yml +0 -118
  95. data/lib/locales/ja/README.md +13 -0
  96. data/lib/locales/ja/address.yml +120539 -0
  97. data/lib/locales/ja/ancient.yml +4 -0
  98. data/lib/locales/ja/animal.yml +5 -0
  99. data/lib/locales/ja/bank.yml +4 -0
  100. data/lib/locales/ja/book.yml +7 -0
  101. data/lib/locales/ja/cat.yml +5 -0
  102. data/lib/locales/ja/coffee.yml +4 -0
  103. data/lib/locales/ja/color.yml +4 -0
  104. data/lib/locales/ja/commerce.yml +11 -0
  105. data/lib/locales/ja/company.yml +8 -0
  106. data/lib/locales/ja/dog.yml +5 -0
  107. data/lib/locales/ja/food.yml +4 -0
  108. data/lib/locales/ja/gender.yml +4 -0
  109. data/lib/locales/ja/lorem.yml +9 -0
  110. data/lib/locales/ja/name.yml +13 -0
  111. data/lib/locales/ja/overwatch.yml +5 -0
  112. data/lib/locales/ja/phone_number.yml +7 -0
  113. data/lib/locales/ja/pokemon.yml +7 -0
  114. data/lib/locales/ja/restaurant.yml +11 -0
  115. data/lib/locales/ja/space.yml +5 -0
  116. data/lib/locales/ja/studio_ghibli.yml +112 -0
  117. data/lib/locales/ja/subscription.yml +8 -0
  118. data/lib/locales/ja/super_mario.yml +9 -0
  119. data/lib/locales/ja/super_smash_bros.yml +8 -0
  120. data/lib/locales/ja/university.yml +9 -0
  121. data/lib/locales/ja/zelda.yml +5 -0
  122. data/lib/locales/lt.yml +35 -0
  123. data/lib/locales/lv.yml +1 -1
  124. data/lib/locales/mi-NZ.yml +281 -0
  125. data/lib/locales/pt-BR.yml +7 -1
  126. data/lib/locales/ru.yml +39 -0
  127. metadata +94 -20
  128. data/lib/locales/ja.yml +0 -118
@@ -0,0 +1,480 @@
1
+ en:
2
+ faker:
3
+ emotion:
4
+ adjective:
5
+ - abandoned
6
+ - able
7
+ - absorbed
8
+ - addled
9
+ - affable
10
+ - affectionate
11
+ - afraid
12
+ - aggravated
13
+ - aggressive
14
+ - agreeable
15
+ - alarmed
16
+ - amazed
17
+ - ambivalent
18
+ - amused
19
+ - angry
20
+ - annoyed
21
+ - anxious
22
+ - apprehensive
23
+ - ashamed
24
+ - astonished
25
+ - awed
26
+ - awkward
27
+ - baffled
28
+ - bashful
29
+ - bereaved
30
+ - bewildered
31
+ - bitter
32
+ - blissful
33
+ - blue
34
+ - bold
35
+ - bothered
36
+ - brave
37
+ - buoyant
38
+ - calm
39
+ - cantankerous
40
+ - capable
41
+ - carefree
42
+ - careful
43
+ - caring
44
+ - cautious
45
+ - chagrined
46
+ - charitable
47
+ - cheerful
48
+ - cold
49
+ - complacent
50
+ - composed
51
+ - compulsive
52
+ - concerned
53
+ - confident
54
+ - considerate
55
+ - contemptuous
56
+ - content
57
+ - contrite
58
+ - cooperative
59
+ - cranky
60
+ - crestfallen
61
+ - cross
62
+ - crushed
63
+ - curious
64
+ - daring
65
+ - defiant
66
+ - dejected
67
+ - delighted
68
+ - depressed
69
+ - detached
70
+ - determined
71
+ - devious
72
+ - disappointed
73
+ - discouraged
74
+ - disdainful
75
+ - disenchanted
76
+ - disengaged
77
+ - disgusted
78
+ - disillusioned
79
+ - disinterested
80
+ - dismayed
81
+ - dismissive
82
+ - distant
83
+ - doleful
84
+ - eager
85
+ - ecstatic
86
+ - edgy
87
+ - elated
88
+ - embarrassed
89
+ - emboldened
90
+ - enraged
91
+ - enthusiastic
92
+ - envious
93
+ - euphoric
94
+ - excited
95
+ - exhausted
96
+ - extravagant
97
+ - exuberant
98
+ - fair
99
+ - fatigued
100
+ - fearful
101
+ - flustered
102
+ - foolish
103
+ - forgiving
104
+ - frightened
105
+ - frustrated
106
+ - fulfilled
107
+ - funny
108
+ - furious
109
+ - generous
110
+ - glad
111
+ - gleeful
112
+ - gloomy
113
+ - glum
114
+ - gracious
115
+ - grateful
116
+ - greedy
117
+ - grief-stricken
118
+ - grouchy
119
+ - grumpy
120
+ - guarded
121
+ - guilty
122
+ - happy
123
+ - heartbroken
124
+ - helpless
125
+ - hesitant
126
+ - hopeless
127
+ - horrified
128
+ - humbled
129
+ - humiliated
130
+ - hurt
131
+ - hyperactive
132
+ - hysterical
133
+ - ignorant
134
+ - impatient
135
+ - impertinent
136
+ - inadequate
137
+ - indifferent
138
+ - inquisitive
139
+ - insecure
140
+ - inspired
141
+ - inspiring
142
+ - interested
143
+ - irked
144
+ - irrational
145
+ - irritable
146
+ - irritated
147
+ - isolated
148
+ - jaded
149
+ - jealous
150
+ - jittery
151
+ - jocular
152
+ - joyful
153
+ - joyous
154
+ - judged
155
+ - judgmental
156
+ - keen
157
+ - kind
158
+ - lackluster
159
+ - lazy
160
+ - leery
161
+ - lethargic
162
+ - listless
163
+ - lonely
164
+ - loving
165
+ - mad
166
+ - malevolent
167
+ - manic
168
+ - manipulated
169
+ - manipulative
170
+ - marvelous
171
+ - mean
172
+ - meek
173
+ - melancholy
174
+ - melodramatic
175
+ - mirthful
176
+ - mischievous
177
+ - miserable
178
+ - misunderstood
179
+ - moody
180
+ - mopey
181
+ - morose
182
+ - moved
183
+ - naive
184
+ - nasty
185
+ - naughty
186
+ - needed
187
+ - needy
188
+ - neglected
189
+ - neglectful
190
+ - nervous
191
+ - nice
192
+ - nonchalant
193
+ - nonplussed
194
+ - numb
195
+ - obedient
196
+ - obligated
197
+ - obsessed
198
+ - obsessive
199
+ - obstinate
200
+ - offended
201
+ - open
202
+ - openminded
203
+ - optimistic
204
+ - outraged
205
+ - overjoyed
206
+ - overloaded
207
+ - overpowered
208
+ - overstimulated
209
+ - panicked
210
+ - panicky
211
+ - passive
212
+ - peaceful
213
+ - peeved
214
+ - pensive
215
+ - perturbed
216
+ - petrified
217
+ - petty
218
+ - petulant
219
+ - placid
220
+ - playful
221
+ - pleased
222
+ - powerful
223
+ - powerless
224
+ - preoccupied
225
+ - pressured
226
+ - prickly
227
+ - prideful
228
+ - proud
229
+ - puzzled
230
+ - qualified
231
+ - quarrelsome
232
+ - querulous
233
+ - quiet
234
+ - quirky
235
+ - quivery
236
+ - rational
237
+ - rattled
238
+ - reasonable
239
+ - reasoned
240
+ - reassured
241
+ - rebellious
242
+ - refreshed
243
+ - rejuvenated
244
+ - relaxed
245
+ - relieved
246
+ - reluctant
247
+ - remorseful
248
+ - repulsed
249
+ - resentful
250
+ - reserved
251
+ - restless
252
+ - sad
253
+ - safe
254
+ - sanguine
255
+ - sarcastic
256
+ - satisfied
257
+ - scared
258
+ - scornful
259
+ - secure
260
+ - sensitive
261
+ - serene
262
+ - serious
263
+ - shy
264
+ - silly
265
+ - sincere
266
+ - skeptical
267
+ - smug
268
+ - sociable
269
+ - sorrowful
270
+ - spiteful
271
+ - startled
272
+ - stressed
273
+ - stubborn
274
+ - surprised
275
+ - sympathetic
276
+ - tearful
277
+ - teary
278
+ - temperamental
279
+ - tender
280
+ - terrified
281
+ - thankful
282
+ - thoughtful
283
+ - threatened
284
+ - tickled
285
+ - timid
286
+ - tired
287
+ - tiresome
288
+ - tolerant
289
+ - tolerated
290
+ - torn
291
+ - touched
292
+ - tranquil
293
+ - troubled
294
+ - trusted
295
+ - trusting
296
+ - trustworthy
297
+ - unafraid
298
+ - unappreciated
299
+ - uncertain
300
+ - uncomfortable
301
+ - undecided
302
+ - uneasy
303
+ - unhappy
304
+ - unimpressed
305
+ - unnerved
306
+ - unruffled
307
+ - unruly
308
+ - unsteady
309
+ - unsure
310
+ - uplifted
311
+ - uptight
312
+ - useful
313
+ - useless
314
+ - vacant
315
+ - vain
316
+ - valuable
317
+ - valued
318
+ - vexed
319
+ - vibrant
320
+ - victimized
321
+ - victorious
322
+ - violent
323
+ - vital
324
+ - vivacious
325
+ - volatile
326
+ - vulnerable
327
+ - warm
328
+ - wary
329
+ - wasted
330
+ - weak
331
+ - weary
332
+ - weepy
333
+ - whimsical
334
+ - whiny
335
+ - willful
336
+ - willing
337
+ - wishful
338
+ - wistful
339
+ - withdrawn
340
+ - witty
341
+ - woeful
342
+ - worn
343
+ - worried
344
+ - worthless
345
+ - wronged
346
+ - yearning
347
+ - yielding
348
+ - youthful
349
+ - zany
350
+ - zealous
351
+ - zestful
352
+ noun:
353
+ - adoration
354
+ - affection
355
+ - aggravation
356
+ - agitation
357
+ - agony
358
+ - alarm
359
+ - alienation
360
+ - amazement
361
+ - amusement
362
+ - anger
363
+ - anguish
364
+ - annoyance
365
+ - anxiety
366
+ - apprehension
367
+ - arousal
368
+ - astonishment
369
+ - attraction
370
+ - bitterness
371
+ - bliss
372
+ - caring
373
+ - cheerfulness
374
+ - compassion
375
+ - contempt
376
+ - contentment
377
+ - defeat
378
+ - dejection
379
+ - delight
380
+ - depression
381
+ - desire
382
+ - despair
383
+ - disappointment
384
+ - disgust
385
+ - dislike
386
+ - dismay
387
+ - displeasure
388
+ - distress
389
+ - dread
390
+ - eagerness
391
+ - ecstasy
392
+ - elation
393
+ - embarrassment
394
+ - enjoyment
395
+ - enthrallment
396
+ - enthusiasm
397
+ - envy
398
+ - euphoria
399
+ - exasperation
400
+ - excitement
401
+ - exhilaration
402
+ - fear
403
+ - ferocity
404
+ - fondness
405
+ - fright
406
+ - frustration
407
+ - fury
408
+ - gaiety
409
+ - gladness
410
+ - glee
411
+ - gloom
412
+ - glumness
413
+ - grief
414
+ - grouchiness
415
+ - grumpiness
416
+ - guilt
417
+ - happiness
418
+ - hate
419
+ - homesickness
420
+ - hope
421
+ - hopelessness
422
+ - horror
423
+ - hostility
424
+ - humiliation
425
+ - hurt
426
+ - hysteria
427
+ - infatuation
428
+ - insecurity
429
+ - insult
430
+ - irritation
431
+ - isolation
432
+ - jealousy
433
+ - liking
434
+ - loathing
435
+ - loneliness
436
+ - longing
437
+ - love
438
+ - lust
439
+ - melancholy
440
+ - misery
441
+ - mortification
442
+ - neglect
443
+ - nervousness
444
+ - optimism
445
+ - outrage
446
+ - panic
447
+ - passion
448
+ - pity
449
+ - pleasure
450
+ - pride
451
+ - rage
452
+ - rapture
453
+ - regret
454
+ - relief
455
+ - remorse
456
+ - resentment
457
+ - revulsion
458
+ - sadness
459
+ - scorn
460
+ - sentimentality
461
+ - shame
462
+ - shock
463
+ - sorrow
464
+ - spite
465
+ - suffering
466
+ - surprise
467
+ - sympathy
468
+ - tenderness
469
+ - tenseness
470
+ - terror
471
+ - thrill
472
+ - torment
473
+ - triumph
474
+ - uneasiness
475
+ - unhappiness
476
+ - vengefulness
477
+ - woe
478
+ - worry
479
+ - zeal
480
+ - zest
@@ -164,3 +164,24 @@ en:
164
164
  - V
165
165
  - BRK.B
166
166
  - MA
167
+ stock_market:
168
+ - NYSE
169
+ - NASDAQ
170
+ - SSE
171
+ - HKEX
172
+ - JPX
173
+ - SZSE
174
+ - LSE
175
+ - TSX
176
+ - NSE-INDIA
177
+ - FSX
178
+ - TADAWUL
179
+ - OMXC-COPENHAGEN
180
+ - KRX
181
+ - BSE-BOMBAY
182
+ - SIX
183
+ - EURONEXT-PARIS
184
+ - TWSE
185
+ - ASX
186
+ - JSE
187
+ - BOVESPA
@@ -0,0 +1,78 @@
1
+ en:
2
+ faker:
3
+ fma_brotherhood:
4
+ characters:
5
+ - Edward Elric
6
+ - Alphonse Elric
7
+ - Roy Mustang
8
+ - Riza Hawkeye
9
+ - Scar
10
+ - Winry Rockbell
11
+ - May Chang
12
+ - Maes Hughes
13
+ - Alex Louis Armstrong
14
+ - Jean Havoc
15
+ - Heymans Breda
16
+ - Vato Fallman
17
+ - Kain Feury
18
+ - Führer King Bradley
19
+ - Maria Ross
20
+ - Denny Brosh
21
+ - Yoki
22
+ - Izumi Curtis
23
+ - Sig Curtis
24
+ - Pinako Rockbell
25
+ - Den The Dog
26
+ - Shou Tucker
27
+ - Tim Marco
28
+ - Lust
29
+ - Gluttony
30
+ - Envy
31
+ - Greed
32
+ - Sloth
33
+ - Pride
34
+ - Wrath
35
+ - Selim Bradley
36
+ - Roa
37
+ - Martel
38
+ - Dolceto
39
+ - Number 66
40
+ - Number 48
41
+ - Scar
42
+ - Father
43
+ - Dominic
44
+ - Garfield
45
+ - Giolio Comanche
46
+ - Basque Grand
47
+ - Isaac McDougal
48
+ - Solf J. Kimblee
49
+ - Van Hohenheim
50
+ - Fu
51
+ - Ling Yao
52
+ - Lan Fan
53
+ - Olivier Mira Armstrong
54
+ - Buccaneer
55
+ - Major Miles
56
+ - Trisha Elric
57
+ - Rose
58
+ - Nina
59
+ - Sheska
60
+ cities:
61
+ - East City
62
+ - Rush Valley
63
+ - Resembool
64
+ - Dublith
65
+ - Central City
66
+ - Ishval
67
+ - Youswell
68
+ - North City
69
+ - Lior
70
+ - Pendleton
71
+ - Riviere
72
+ countries:
73
+ - Amestris
74
+ - Aerugo
75
+ - Creta
76
+ - Drachma
77
+ - Xerxes
78
+ - Xing