faker 2.14.0 → 2.15.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (117) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +83 -0
  3. data/README.md +9 -0
  4. data/lib/faker.rb +37 -15
  5. data/lib/faker/blockchain/aeternity.rb +4 -4
  6. data/lib/faker/books/dune.rb +15 -2
  7. data/lib/faker/books/lovecraft.rb +8 -4
  8. data/lib/faker/default/address.rb +4 -4
  9. data/lib/faker/default/bank.rb +3 -5
  10. data/lib/faker/default/barcode.rb +11 -11
  11. data/lib/faker/default/beer.rb +3 -3
  12. data/lib/faker/default/camera.rb +46 -0
  13. data/lib/faker/default/chile_rut.rb +3 -2
  14. data/lib/faker/default/code.rb +2 -2
  15. data/lib/faker/default/commerce.rb +1 -1
  16. data/lib/faker/default/company.rb +40 -10
  17. data/lib/faker/default/driving_licence.rb +1 -1
  18. data/lib/faker/default/drone.rb +25 -25
  19. data/lib/faker/default/faker_adjective.rb +35 -0
  20. data/lib/faker/default/finance.rb +21 -0
  21. data/lib/faker/default/food.rb +1 -1
  22. data/lib/faker/default/hipster.rb +8 -5
  23. data/lib/faker/default/id_number.rb +2 -2
  24. data/lib/faker/default/internet.rb +5 -4
  25. data/lib/faker/default/invoice.rb +1 -1
  26. data/lib/faker/default/json.rb +4 -4
  27. data/lib/faker/default/lorem.rb +2 -2
  28. data/lib/faker/default/measurement.rb +3 -2
  29. data/lib/faker/default/military.rb +26 -0
  30. data/lib/faker/default/mountain.rb +33 -0
  31. data/lib/faker/default/number.rb +1 -1
  32. data/lib/faker/default/omniauth.rb +2 -0
  33. data/lib/faker/default/relationship.rb +1 -1
  34. data/lib/faker/default/space.rb +1 -1
  35. data/lib/faker/default/stripe.rb +3 -3
  36. data/lib/faker/default/vehicle.rb +1 -1
  37. data/lib/faker/fantasy/tolkien.rb +67 -0
  38. data/lib/faker/games/clash_of_clans.rb +48 -0
  39. data/lib/faker/games/control.rb +1 -1
  40. data/lib/faker/games/dnd.rb +6 -6
  41. data/lib/faker/games/elder_scrolls.rb +26 -0
  42. data/lib/faker/games/heroes.rb +13 -0
  43. data/lib/faker/games/minecraft.rb +65 -0
  44. data/lib/faker/games/street_fighter.rb +4 -4
  45. data/lib/faker/games/super_mario.rb +48 -0
  46. data/lib/faker/games/world_of_warcraft.rb +26 -1
  47. data/lib/faker/japanese_media/conan.rb +48 -0
  48. data/lib/faker/japanese_media/doraemon.rb +48 -0
  49. data/lib/faker/japanese_media/dragon_ball.rb +26 -0
  50. data/lib/faker/japanese_media/naruto.rb +61 -0
  51. data/lib/faker/japanese_media/studio_ghibli.rb +48 -0
  52. data/lib/faker/movies/hobbit.rb +4 -4
  53. data/lib/faker/movies/how_to_train_your_dragon.rb +48 -0
  54. data/lib/faker/movies/lord_of_the_rings.rb +3 -3
  55. data/lib/faker/movies/room.rb +63 -0
  56. data/lib/faker/movies/star_wars.rb +2 -2
  57. data/lib/faker/music/hiphop.rb +48 -0
  58. data/lib/faker/music/opera.rb +237 -1
  59. data/lib/faker/quotes/quote.rb +26 -0
  60. data/lib/faker/sports/volleyball.rb +74 -0
  61. data/lib/faker/tv_shows/buffy.rb +17 -4
  62. data/lib/faker/tv_shows/final_space.rb +51 -0
  63. data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +17 -4
  64. data/lib/faker/version.rb +1 -1
  65. data/lib/helpers/unique_generator.rb +3 -0
  66. data/lib/locales/en/adjective.yml +179 -0
  67. data/lib/locales/en/buffy.yml +1 -1
  68. data/lib/locales/en/camera.yml +611 -0
  69. data/lib/locales/en/clash_of_clan.yml +101 -0
  70. data/lib/locales/en/company.yml +2 -2
  71. data/lib/locales/en/conan.yml +171 -0
  72. data/lib/locales/en/demographic.yml +218 -5
  73. data/lib/locales/en/doraemon.yml +286 -0
  74. data/lib/locales/en/dota.yml +531 -63
  75. data/lib/locales/en/dragon_ball.yml +243 -1
  76. data/lib/locales/en/driving_license.yml +3 -0
  77. data/lib/locales/en/dune.yml +401 -131
  78. data/lib/locales/en/elder_scrolls.yml +583 -9
  79. data/lib/locales/en/fallout.yml +311 -133
  80. data/lib/locales/en/final_space.yml +37 -0
  81. data/lib/locales/en/finance.yml +53 -0
  82. data/lib/locales/en/fresh_prince_of_bel_air.yml +1 -1
  83. data/lib/locales/en/half_life.yml +84 -3
  84. data/lib/locales/en/heroes.yml +408 -3
  85. data/lib/locales/en/heroes_of_the_storm.yml +131 -4
  86. data/lib/locales/en/how_to_train_your_dragon.yml +174 -0
  87. data/lib/locales/en/jack_handey.yml +54 -0
  88. data/lib/locales/en/league_of_legends.yml +285 -6
  89. data/lib/locales/en/military.yml +179 -5
  90. data/lib/locales/en/minecraft.yml +273 -0
  91. data/lib/locales/en/mountain.yml +158 -0
  92. data/lib/locales/en/music.yml +451 -29
  93. data/lib/locales/en/myst.yml +87 -31
  94. data/lib/locales/en/naruto.yml +231 -0
  95. data/lib/locales/en/opera.yml +168 -0
  96. data/lib/locales/en/overwatch.yml +2650 -2622
  97. data/lib/locales/en/pokemon.yml +417 -4
  98. data/lib/locales/en/quote.yml +692 -163
  99. data/lib/locales/en/room.yml +68 -0
  100. data/lib/locales/en/source.yml +30 -0
  101. data/lib/locales/en/star_trek.yml +1 -1
  102. data/lib/locales/en/street_fighter.yml +4 -4
  103. data/lib/locales/en/studio_ghibli.yml +107 -0
  104. data/lib/locales/en/super_mario.yml +58 -0
  105. data/lib/locales/en/super_smash_bros.yml +16 -4
  106. data/lib/locales/en/tolkien.yml +2453 -0
  107. data/lib/locales/en/volleyball.yml +501 -0
  108. data/lib/locales/en/witcher.yml +389 -7
  109. data/lib/locales/en/world_of_warcraft.yml +122 -4
  110. data/lib/locales/en/zelda.yml +962 -4
  111. data/lib/locales/es.yml +56 -0
  112. data/lib/locales/ja.yml +5 -1
  113. data/lib/locales/pt-BR.yml +1 -1
  114. data/lib/locales/uk.yml +2 -0
  115. metadata +38 -10
  116. data/lib/locales/en/hobbit.yml +0 -19
  117. data/lib/locales/en/lord_of_the_rings.yml +0 -6
@@ -2,136 +2,314 @@ en:
2
2
  faker:
3
3
  games:
4
4
  fallout:
5
- characters: [
6
- "Ada",
7
- "Angela Bishop",
8
- "Boone",
9
- "Cait",
10
- "Christine Royce",
11
- "Codsworth",
12
- "Curie",
13
- "Daecon",
14
- "DiMA",
15
- "Dogmeat",
16
- "Elder Maxon",
17
- "Harold",
18
- "John Hancock",
19
- "Joshua Graham",
20
- "Legate Lanius",
21
- "Leslie Ann Bishop",
22
- "Liberty Prime",
23
- "Lucas Simms",
24
- "Madison Lee",
25
- "Miria",
26
- "Myron",
27
- "Nick Valentine",
28
- "Old Longfellow",
29
- "Caesar",
30
- "Paladin Danse",
31
- "Piper Wright",
32
- "Porter Gage",
33
- "Preston Garvey",
34
- "Robert Joseph Mac Cready",
35
- "Rose of Sharon Cassidy",
36
- "Strong",
37
- "Sulik",
38
- "The Master",
39
- "Three Dog",
40
- "X6-88",
41
- "Yes Man"
42
- ]
43
- factions: [
44
- "Boomers",
45
- "Brotherhood of Steel",
46
- "Caesar's Legion",
47
- "Chinese remnants",
48
- "Diamond City security",
49
- "Enclave",
50
- "Followers of the Apocalypse",
51
- "Gunners",
52
- "Kings",
53
- "Master's Army",
54
- "Mojave Express",
55
- "New California Republic",
56
- "Nuka World Triumvirate",
57
- "Powder Gangers",
58
- "Raiders",
59
- "State of Utobitha",
60
- "Talon Company",
61
- "Triggermen",
62
- "United States Armed Forces",
63
- "Van Graffs"
64
- ]
65
- locations: [
66
- "Anchorage",
67
- "Big MT",
68
- "Big town",
69
- "Cambridge",
70
- "Capital Wasteland",
71
- "Concord",
72
- "Diamond City",
73
- "Dog City",
74
- "Goodsprings",
75
- "Hoover Dam",
76
- "Lexington",
77
- "Little Lamplight",
78
- "Megaton",
79
- "Nellis Air Force Base",
80
- "New Reno",
81
- "New Vegas",
82
- "Nipton",
83
- "Primm",
84
- "Raven Rock",
85
- "Red Rock Canyon",
86
- "Sloan",
87
- "The Commonwealth",
88
- "The Institute",
89
- "Vault 101",
90
- "Vault 11",
91
- "Vault 111",
92
- "Vault 13",
93
- "Vault 15",
94
- "Vault 19",
95
- "Vault 22",
96
- "Vault 3",
97
- "Vault 81",
98
- "Vault City"
99
- ]
100
- quotes: [
101
- "Ad Victoriam!",
102
- "Calm is what you have to be when people look to you, and it's all you can be when things are out of your hands.",
103
- "Democracy is non-negotiable",
104
- "Hi, I'm Jean Baptiste. And you're about to stop being a pain in my ass.",
105
- "I'm a synth. Synthetic man. All the parts, minus a few red blood cells.",
106
- "I'm dying.... so that democracy... can live.",
107
- "I'm gonna run some diagnostics while you're tinkering. Take your time.",
108
- "I've seen soldiers come and go. Some were brave. Some were honest. Some were even heroic. But I've never called any of them a friend.",
109
- "If you want to see the fate of democracies, just look out the window",
110
- "Let's go, pal.",
111
- "Liberty Prime is online. All systems nominal. Weapons hot. Mission: the destruction of any and all Chinese communists.",
112
- "Ngh. Hi. I'm Mahsofabish ang I gob ko keep fiebs gaeg.",
113
- "Nobody has a Dick that long, not eve Long-Dick Johnson, and he had a fuckin long dick, thus the name.",
114
- "Nothing to impede progress. If you want to see the fate of democracies, look out the windows.",
115
- "Patrolling the Mojave almost makes you wish for a nuclear winter.",
116
- "Please step out of the fountain",
117
- "Revised stratagem: Initiate photonic resonance overcharge.",
118
- "Stimpaks are a marvelous invention, don't you think?",
119
- "Strange rumors from across the river indicate that a secret underground robot army has been destroyed before anyone had a chance to use it.",
120
- "Success depends on forethought, dispassionate calculation of probabilities, accounting for every stray variable.",
121
- "Sure. Be glad to take...I mean hold some stuff for you.",
122
- "That chip of yours, I wouldn't wager it on Blackjack...Unless the dealer has a five of six showing.",
123
- "That means you're, erm... two centuries late for dinner! Perhaps I could whip you up a snack? You must be famished!",
124
- "The past, the present, and the future walked into a bar. It was tense.",
125
- "The women of New Vegas ask me a lot if there's a Mrs. New Vegas. Well, of course there is. You're her. And you're still as perfect as the day we met.",
126
- "Though dangerous, combat is quite vigorous exercise.",
127
- "Today's forecast calls for a 99%chance of clear skies being ruined by artillery fire.",
128
- "Voice module online. Audio functionality test initialized. Designation: Liberty Prime. Mission: the liberation of Anchorage, Alaska.",
129
- "We must find the men of science and institutes of learning, surely they are out there still.",
130
- "We'd move faster if you'd keep your eyes on the road and off me arse.",
131
- "Well, ain't we all, right? That was a long time ago. I don't pay it much mind anymore.",
132
- "What did you... did you put a plug in his cocktube and make him explode?",
133
- "Who do you think actually won the war? No one, I guess.",
134
- "You stood up to Elder Maxson for me. I'll never forget that for as long as I live.",
135
- "You think I inject myself with all that shite and drink myself drunk because I’m a tough Irish gal?",
136
- "You'd be shocked how many people I've managed to convince I'm just a really sick ghoul."
137
- ]
5
+ characters:
6
+ - Abel
7
+ - Ada
8
+ - Agatha
9
+ - Alan
10
+ - Alex
11
+ - Alya
12
+ - Amber
13
+ - Andrew
14
+ - Angela Bishop
15
+ - Anthony
16
+ - Aradesh
17
+ - Barry
18
+ - Beth
19
+ - Billy
20
+ - Boone
21
+ - Brenden
22
+ - Butch Harris
23
+ - Cabbot
24
+ - Caesar
25
+ - Cait
26
+ - Calder
27
+ - Caleb
28
+ - Children of the Cathedral member
29
+ - Christine
30
+ - Christine Royce
31
+ - Chuck
32
+ - Cindy
33
+ - Cleo
34
+ - Codsworth
35
+ - Cougar
36
+ - Curie
37
+ - Curtis
38
+ - Daecon
39
+ - Dan
40
+ - Dane
41
+ - Daren Hightower
42
+ - Darrel
43
+ - Decker
44
+ - Demetre Romara
45
+ - Diana
46
+ - DiMA
47
+ - Doc Morbid
48
+ - Dog
49
+ - Dogmeat
50
+ - Dominic Moore
51
+ - Dr. Wu
52
+ - Dugan
53
+ - Ed
54
+ - Elder
55
+ - Elder Maxon
56
+ - Flash
57
+ - Flip
58
+ - Francis
59
+ - Gabriel
60
+ - Garl Death-Hand
61
+ - Garret
62
+ - Gary
63
+ - George
64
+ - Ghoul leader
65
+ - Ghoul prisoner
66
+ - Gizmo
67
+ - Greg
68
+ - Gretch
69
+ - Guido
70
+ - Gunther
71
+ - Gustofer
72
+ - Gwen
73
+ - Harold
74
+ - Harry
75
+ - Heather
76
+ - Henry
77
+ - Herion
78
+ - Hernandez
79
+ - Ian
80
+ - Iguana Bob Frazier
81
+ - Irwin
82
+ - Ismarc
83
+ - Izo
84
+ - Jacoren
85
+ - Jain
86
+ - Jake
87
+ - Jarvis
88
+ - Jasmine
89
+ - Jason Zimmerman
90
+ - Jelissa
91
+ - Jennifer
92
+ - Jeremiah
93
+ - Jerry
94
+ - Jessica
95
+ - John
96
+ - John Hancock
97
+ - John Maxson
98
+ - Jon Zimmerman
99
+ - Joshua Graham
100
+ - Justin Greene
101
+ - Kalnor
102
+ - Kane
103
+ - Katja
104
+ - Katrina
105
+ - Kenji
106
+ - Kenny
107
+ - Keri Lee
108
+ - Killian Darkwater
109
+ - Krupper
110
+ - Kyle
111
+ - Larry
112
+ - Lars
113
+ - Lasher
114
+ - Laura
115
+ - Legate Lanius
116
+ - Lemmy
117
+ - Lenny
118
+ - Leon
119
+ - Leone
120
+ - Leslie Ann Bishop
121
+ - Lex
122
+ - Liberty Prime
123
+ - Lieutenant
124
+ - Lorenzo Giovanni
125
+ - Lorraine
126
+ - Lorri
127
+ - Lox
128
+ - Loxley
129
+ - Lucas Simms
130
+ - Lucy
131
+ - Luke
132
+ - Lyle
133
+ - Lynda
134
+ - MacRae
135
+ - Madison Lee
136
+ - Marcelles
137
+ - Martha Rastello
138
+ - Master
139
+ - Mat
140
+ - Mathia
141
+ - Michael
142
+ - Miles
143
+ - Miria
144
+ - Mitch
145
+ - Mohandki
146
+ - Morpheus
147
+ - Myron
148
+ - Nancy
149
+ - Neal
150
+ - Nick Valentine
151
+ - Nicole
152
+ - Old Longfellow
153
+ - Paladin Danse
154
+ - Patrick the Celt
155
+ - Paul
156
+ - Percy
157
+ - Petrox
158
+ - Phil
159
+ - Phillips
160
+ - Piper Wright
161
+ - Porter Gage
162
+ - Preston Garvey
163
+ - Rayze
164
+ - Razlo
165
+ - Razor
166
+ - Rhombus
167
+ - Rick
168
+ - Robert Joseph Mac Cready
169
+ - Rock
170
+ - Rose of Sharon Cassidy
171
+ - Rutger
172
+ - Sally
173
+ - Sammael
174
+ - Sarah
175
+ - Sasha
176
+ - Saul
177
+ - Savil
178
+ - Set
179
+ - Seth
180
+ - Shannon
181
+ - Shark
182
+ - Sherry
183
+ - Shopkeeper
184
+ - Sid
185
+ - Sinthia
186
+ - Skizzer
187
+ - Slappy
188
+ - Slummer
189
+ - Smitty
190
+ - Sophia
191
+ - Stapleton
192
+ - Strong
193
+ - Sulik
194
+ - Talius
195
+ - Talus
196
+ - Tandi
197
+ - Terry
198
+ - The Master
199
+ - Theresa
200
+ - Thomas
201
+ - Thorndyke
202
+ - Three Dog
203
+ - Tine Taylor
204
+ - Tolya
205
+ - Ton Barracus
206
+ - Tony Fry
207
+ - Trish
208
+ - Tycho
209
+ - Unit 462
210
+ - Van Hagan
211
+ - Vance
212
+ - Victor
213
+ - Vincent
214
+ - Vinnie
215
+ - Viola
216
+ - Vree
217
+ - Wiggum
218
+ - X6-88
219
+ - Yes Man
220
+ - Zack
221
+ - Zack Barstow
222
+ - Zark
223
+ - ZAX 1.2
224
+ factions:
225
+ - Boomers
226
+ - Brotherhood of Steel
227
+ - Caesar's Legion
228
+ - Chinese remnants
229
+ - Diamond City security
230
+ - Enclave
231
+ - Followers of the Apocalypse
232
+ - Gunners
233
+ - Kings
234
+ - Master's Army
235
+ - Mojave Express
236
+ - New California Republic
237
+ - Nuka World Triumvirate
238
+ - Powder Gangers
239
+ - Raiders
240
+ - State of Utobitha
241
+ - Talon Company
242
+ - Triggermen
243
+ - United States Armed Forces
244
+ - Van Graffs
245
+ locations:
246
+ - Anchorage
247
+ - Big MT
248
+ - Big town
249
+ - Cambridge
250
+ - Capital Wasteland
251
+ - Concord
252
+ - Diamond City
253
+ - Dog City
254
+ - Goodsprings
255
+ - Hoover Dam
256
+ - Lexington
257
+ - Little Lamplight
258
+ - Megaton
259
+ - Nellis Air Force Base
260
+ - New Reno
261
+ - New Vegas
262
+ - Nipton
263
+ - Primm
264
+ - Raven Rock
265
+ - Red Rock Canyon
266
+ - Sloan
267
+ - The Commonwealth
268
+ - The Institute
269
+ - Vault 101
270
+ - Vault 11
271
+ - Vault 111
272
+ - Vault 13
273
+ - Vault 15
274
+ - Vault 19
275
+ - Vault 22
276
+ - Vault 3
277
+ - Vault 81
278
+ - Vault City
279
+ quotes:
280
+ - Ad Victoriam!
281
+ - Calm is what you have to be when people look to you, and it's all you can be when things are out of your hands.
282
+ - Democracy is non-negotiable
283
+ - Hi, I'm Jean Baptiste. And you're about to stop being a pain in my ass.
284
+ - I'm a synth. Synthetic man. All the parts, minus a few red blood cells.
285
+ - I'm dying.... so that democracy... can live.
286
+ - I'm gonna run some diagnostics while you're tinkering. Take your time.
287
+ - I've seen soldiers come and go. Some were brave. Some were honest. Some were even heroic. But I've never called any of them a friend.
288
+ - If you want to see the fate of democracies, just look out the window
289
+ - Let's go, pal.
290
+ - 'Liberty Prime is online. All systems nominal. Weapons hot. Mission: the destruction of any and all Chinese communists.'
291
+ - Ngh. Hi. I'm Mahsofabish ang I gob ko keep fiebs gaeg.
292
+ - Nobody has a Dick that long, not eve Long-Dick Johnson, and he had a fuckin long dick, thus the name.
293
+ - Nothing to impede progress. If you want to see the fate of democracies, look out the windows.
294
+ - Patrolling the Mojave almost makes you wish for a nuclear winter.
295
+ - Please step out of the fountain
296
+ - 'Revised stratagem: Initiate photonic resonance overcharge.'
297
+ - Stimpaks are a marvelous invention, don't you think?
298
+ - Strange rumors from across the river indicate that a secret underground robot army has been destroyed before anyone had a chance to use it.
299
+ - Success depends on forethought, dispassionate calculation of probabilities, accounting for every stray variable.
300
+ - Sure. Be glad to take...I mean hold some stuff for you.
301
+ - That chip of yours, I wouldn't wager it on Blackjack...Unless the dealer has a five of six showing.
302
+ - That means you're, erm... two centuries late for dinner! Perhaps I could whip you up a snack? You must be famished!
303
+ - The past, the present, and the future walked into a bar. It was tense.
304
+ - The women of New Vegas ask me a lot if there's a Mrs. New Vegas. Well, of course there is. You're her. And you're still as perfect as the day we met.
305
+ - Though dangerous, combat is quite vigorous exercise.
306
+ - Today's forecast calls for a 99%chance of clear skies being ruined by artillery fire.
307
+ - 'Voice module online. Audio functionality test initialized. Designation: Liberty Prime. Mission: the liberation of Anchorage, Alaska.'
308
+ - We must find the men of science and institutes of learning, surely they are out there still.
309
+ - We'd move faster if you'd keep your eyes on the road and off me arse.
310
+ - Well, ain't we all, right? That was a long time ago. I don't pay it much mind anymore.
311
+ - What did you... did you put a plug in his cocktube and make him explode?
312
+ - Who do you think actually won the war? No one, I guess.
313
+ - You stood up to Elder Maxson for me. I'll never forget that for as long as I live.
314
+ - You think I inject myself with all that shite and drink myself drunk because I’m a tough Irish gal?
315
+ - You'd be shocked how many people I've managed to convince I'm just a really sick ghoul.
@@ -0,0 +1,37 @@
1
+ en:
2
+ faker:
3
+ final_space:
4
+ characters:
5
+ - A.V.A
6
+ - Ash Graven
7
+ - Avocato
8
+ - Bolo
9
+ - Clarence
10
+ - Gary Goodspeed
11
+ - H.U.E
12
+ - John Goodspeed
13
+ - KVN
14
+ - Little Cato
15
+ - Lord Commander
16
+ - Mooncake
17
+ - Nighfall
18
+ - Quinn Ergon
19
+ - Sheryl Goodspeed
20
+
21
+ vehicles:
22
+ - Crimson Light
23
+ - Galaxy One
24
+ - Imperium Cruiser
25
+ - F71 Hawk
26
+ - Heavy Incinerator
27
+ - Star Chaser
28
+
29
+ quotes:
30
+ - It's an alien on my face! It's an alien on my...It's a space alien!
31
+ - Get. Your. Finger. Out. Of. My. TUMMY!
32
+ - Chookity
33
+ - Twist my nipples rough
34
+ - Let's get wild, how about you buy me a drink
35
+ - Hey kids, it's me, your mother
36
+ - That's not a cookie. And you know that HUE, you know that!
37
+ - Get off my cheeks HUE!