faker 2.9.0 → 2.12.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (104) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +231 -0
  3. data/README.md +12 -3
  4. data/lib/faker.rb +21 -14
  5. data/lib/faker/default/address.rb +13 -0
  6. data/lib/faker/default/bank.rb +80 -1
  7. data/lib/faker/default/blood.rb +48 -0
  8. data/lib/faker/default/business.rb +1 -1
  9. data/lib/faker/default/cannabis.rb +80 -0
  10. data/lib/faker/default/commerce.rb +73 -10
  11. data/lib/faker/default/company.rb +275 -4
  12. data/lib/faker/default/compass.rb +135 -0
  13. data/lib/faker/default/computer.rb +63 -0
  14. data/lib/faker/default/construction.rb +54 -0
  15. data/lib/faker/default/cosmere.rb +90 -0
  16. data/lib/faker/default/crypto_coin.rb +45 -0
  17. data/lib/faker/default/dc_comics.rb +45 -0
  18. data/lib/faker/default/driving_licence.rb +42 -0
  19. data/lib/faker/default/file.rb +51 -2
  20. data/lib/faker/default/finance.rb +24 -0
  21. data/lib/faker/default/funny_name.rb +45 -0
  22. data/lib/faker/default/hipster.rb +94 -0
  23. data/lib/faker/default/internet.rb +29 -0
  24. data/lib/faker/default/invoice.rb +32 -5
  25. data/lib/faker/default/json.rb +55 -0
  26. data/lib/faker/default/lorem.rb +1 -1
  27. data/lib/faker/default/measurement.rb +90 -0
  28. data/lib/faker/default/name.rb +83 -0
  29. data/lib/faker/default/omniauth.rb +47 -47
  30. data/lib/faker/default/phone_number.rb +88 -5
  31. data/lib/faker/default/placeholdit.rb +21 -0
  32. data/lib/faker/default/slack_emoji.rb +81 -0
  33. data/lib/faker/default/south_africa.rb +90 -0
  34. data/lib/faker/default/string.rb +19 -3
  35. data/lib/faker/default/stripe.rb +61 -0
  36. data/lib/faker/default/twitter.rb +35 -0
  37. data/lib/faker/default/types.rb +80 -0
  38. data/lib/faker/default/university.rb +45 -0
  39. data/lib/faker/default/vehicle.rb +184 -4
  40. data/lib/faker/default/verb.rb +45 -0
  41. data/lib/faker/games/control.rb +113 -0
  42. data/lib/faker/games/dnd.rb +61 -0
  43. data/lib/faker/games/warhammer_fantasy.rb +74 -0
  44. data/lib/faker/movies/departed.rb +49 -0
  45. data/lib/faker/music/music.rb +90 -4
  46. data/lib/faker/music/opera.rb +36 -0
  47. data/lib/faker/music/pearl_jam.rb +50 -0
  48. data/lib/faker/music/phish.rb +27 -1
  49. data/lib/faker/music/show.rb +49 -0
  50. data/lib/faker/quotes/chiquito.rb +80 -0
  51. data/lib/faker/quotes/quote.rb +54 -1
  52. data/lib/faker/quotes/rajnikanth.rb +26 -0
  53. data/lib/faker/quotes/shakespeare.rb +36 -0
  54. data/lib/faker/tv_shows/suits.rb +37 -0
  55. data/lib/faker/version.rb +1 -1
  56. data/lib/helpers/char.rb +2 -1
  57. data/lib/helpers/unique_generator.rb +4 -0
  58. data/lib/locales/bg.yml +2 -2
  59. data/lib/locales/ca.yml +0 -8
  60. data/lib/locales/da-DK.yml +3 -3
  61. data/lib/locales/de-CH.yml +1693 -0
  62. data/lib/locales/en-AU.yml +44 -10
  63. data/lib/locales/en-CA.yml +2 -0
  64. data/lib/locales/en-GB.yml +1 -1
  65. data/lib/locales/en-NEP.yml +1 -1
  66. data/lib/locales/en-NZ.yml +132 -8
  67. data/lib/locales/en-US.yml +29 -3
  68. data/lib/locales/en-ZA.yml +1 -1
  69. data/lib/locales/en/address.yml +6 -0
  70. data/lib/locales/en/blood.yml +13 -0
  71. data/lib/locales/en/chiquito.yml +64 -0
  72. data/lib/locales/en/color.yml +1 -1
  73. data/lib/locales/en/computer.yml +36 -0
  74. data/lib/locales/en/control.yml +247 -0
  75. data/lib/locales/en/departed.yml +50 -0
  76. data/lib/locales/en/dnd.yml +54 -0
  77. data/lib/locales/en/heroes_of_the_storm.yml +1 -1
  78. data/lib/locales/en/house.yml +1 -1
  79. data/lib/locales/en/name.yml +1 -1
  80. data/lib/locales/en/one_piece.yml +2 -2
  81. data/lib/locales/en/pearl_jam.yml +213 -0
  82. data/lib/locales/en/phish.yml +392 -1
  83. data/lib/locales/en/phone_number.yml +1 -1
  84. data/lib/locales/en/rajnikanth.yml +77 -0
  85. data/lib/locales/en/shakespeare.yml +3 -3
  86. data/lib/locales/en/show.yml +597 -0
  87. data/lib/locales/en/star_wars.yml +568 -221
  88. data/lib/locales/en/stripe.yml +3 -3
  89. data/lib/locales/en/suits.yml +45 -0
  90. data/lib/locales/en/warhammer_fantasy.yml +582 -0
  91. data/lib/locales/es-MX.yml +3 -0
  92. data/lib/locales/fr-CA.yml +7 -4
  93. data/lib/locales/fr-CH.yml +1 -1
  94. data/lib/locales/fr.yml +5 -4
  95. data/lib/locales/hy.yml +1 -6
  96. data/lib/locales/id.yml +2 -1
  97. data/lib/locales/ja.yml +1 -1
  98. data/lib/locales/ko.yml +82 -0
  99. data/lib/locales/pt-BR.yml +1 -0
  100. data/lib/locales/pt.yml +2 -2
  101. data/lib/locales/uk.yml +5 -5
  102. data/lib/locales/zh-CN.yml +1 -1
  103. data/lib/locales/zh-TW.yml +1 -1
  104. metadata +37 -16
@@ -1,4 +1,395 @@
1
1
  en:
2
2
  faker:
3
3
  phish:
4
- song: ["A Song I Heard the Ocean Sing", "AC/DC Bag", "Access Me", "Acoustic Army", "Aftermath", "Albert", "All of These Dreams", "All Things Reconsidered", "Alumni Blues", "Ambient Jam", "Amidst the Peals of Laughter", "Anarchy", "And It Stoned Me", "And So To Bed", "Another One Bites the Dust", "Antelope", "Anything But Me", "Army of One", "Art Jam", "ASIHTOS", "Ass Handed", "ATR", "Axilla", "Axilla (Part II)", "Band/Crew Football Theme Song", "Bathtub Gin", "BBFCFM", "Beauty of a Broken Heart", "Big Ball Jam", "Big Black Furry Creature from Mars", "Billy Breathes", "Birds of a Feather", "Bittersweet Motel", "Black-Eyed Katy", "Blaze On", "Bliss", "BOTT", "Bouncing Around the Room", "Breath and Burning", "Brian and Robert", "Brother", "Buffalo Bill", "Bundle of Joy", "Buried Alive", "Bye Bye Foot", "Camel Walk", "Can't Always Listen", "Carini", "Carolina in the Morning", "Cars Trucks Buses", "Catapult", "Cavern", "Chalk Dust Torture", "Chalk Dust Torture Reprise", "Character Zero", "Clod", "Colonel Forbin's Ascent", "Contact", "Cool Amber and Mercury", "Costume Contest", "Couch Lady", "Crowd Control", "Dave's Energy Guide", "David Bowie", "Dear Mrs. Reagan", "Death Don't Hurt Very Long", "Demand", "Destiny Unbound", "Devotion To a Dream", "Digital Delay Loop Jam", "Dinner and a Movie", "Divided Sky", "Dog Faced Boy", "Dog Gone Dog", "Dog Log", "Dogs Stole Things", "Don't Get Me Wrong", "Doomsday", "Down with Disease", "Dr. Gabel", "Drive-In Jam", "Driver", "Eliza", "End of Session", "Esther", "Everything is Hollow", "Faht", "Farmhouse", "Fast Enough for You", "Fee", "Fikus", "Fire Up the Ganja", "Fish Bass", "Fishman's Gull Poem", "Flat Fee", "Flatbed Truck Jam", "Flip", "Fluff's Travels", "Fluffhead", "Fly Famous Mockingbird", "Foam", "Fooled by Images", "Frankie Says", "Free", "Freeworld", "Friday", "Friends", "Fuck Your Face", "Fuckerpants", "Fuego", "Gatekeeper", "Gaul Swerves and the Rest is Everything Else", "Get Back on the Train", "Ghost", "Glide", "Glide II", "Golgi Apparatus", "Grind", "Guelah Papyrus", "Gumbo", "Guy Forget", "Guyute", "Ha Ha Ha", "Halfway to the Moon", "Hall in Solace", "Halley's Comet", "Harpua", "Harry Hood", "He Ent to the Bog", "Hell's Bells", "Home", "Horn", "I Always Wanted It This Way", "I Am Hydrogen", "I Been Around", "I Didn't Know", "I Don't Care", "I Will Set You Free", "I've Turned Bad", "Icculus", "Idea", "If I Could", "In a Hole", "In a Misty Glade", "In an Intensive Care Unit", "In The Good Old Summer Time", "Infinite", "Ingest", "Insects", "Intro", "It's Ice", "Jägermeister Song", "Jennifer Dances", "Join the Band", "Joy", "Julius", "Keepin' It Real", "Keyboard Army", "Keyboard Cavalry", "Kill Devil Falls", "Killer Joe", "Kung", "Lawn Boy", "Lawn Boy Reprise", "Leaves", "Lengthwise", "Leprechaun", "Let's Go", "Letter to Jimmy Page", "Lifeboy", "Limb By Limb", "Llama", "Love Is What We Are", "Lucy Had A Lumpy Head", "Lushington", "Maggie's Revenge", "Magilla", "Makisupa Policeman", "Mallory", "Marijuana Hot Chocolate", "Martian Monster", "Maze", "McGrupp and the Watchful Hosemasters", "Meat", "Meatstick", "Melt", "Mercury", "Merry Pranksters Jam", "Metal Bagel Death", "Mexican Cousin", "Mike's Song", "Minkin", "Miss You", "MMGAMOIO", "MmmBop", "Mock Song", "Montana", "More", "Mound", "My Friend, My Friend", "My Left Toe", "My Problem Right There", "My Sweet One", "N2O", "Never", "NICU", "No Dogs Allowed", "No Men In No Man's Land", "NO2", "Norwegian Wood (This Bird Has Flown)", "Nowhere Fast", "Oblivious Fool", "Ocelot", "Olivia's Pool", "Party Time", "Passing Through", "Piano Duet", "Pigtail", "Piper", "Play by Play", "Poor Heart", "Possum", "Prep School Hippie", "Prince Caspian", "Punch Me in the Eye", "Punch You in the Eye", "PYITE", "Quadrophonic Toppling", "Reba", "Revolution", "Rhombus Narration", "Rift", "Riker's Mailbox", "Rock A William", "Rocketsled's Funky Main Man Meets Big Joe on Church Street", "Roggae", "Roll Like a Cantaloupe", "Rotation Jam", "Round Room", "Run Like an Antelope", "Runaway Jim", "Running Out of Time", "Sample in a Jar", "Sanity", "Say it to Me S.A.N.T.O.S.", "Say Something", "Scent of a Mule", "Scents and Subtle Sounds", "Secret Language Instructions", "Setting Sail", "Seven Below", "Shade", "Shafty", "Shipwreck", "Silent in the Morning", "Simple", "Sing Monica", "Skippy the Wondermouse", "Slave to the Traffic Light", "Sleep", "Sleeping Monkey", "Sleepwalk", "Snow", "SOAM", "Sparkle", "Split Open and Melt", "Spock's Brain", "Spread It 'Round", "Stash", "Stealing Time From the Faulty Plan", "Steam", "Steep", "Storage Jam", "Strange Design", "Stray Dog", "Sugar Shack", "Summer of '89", "Sunshine of Your Feeling", "Suzy Greenberg", "Swept Away", "T.V. Theme", "Talk", "Taste", "Taste That Surrounds", "Tela", "The Asse Festival", "The Birds", "The Birdwatcher", "The Chase", "The Chinese Water Torture", "The Connection", "The Curtain", "The Curtain With", "The Dickie Scotland Song", "The Divided Sky", "The Dogs", "The Final Hurrah", "The Fog That Surrounds", "The Happy Whip and Dung Song", "The Haunted House", "The Horse", "The Landlady", "The Line", "The Lizards", "The Man Who Stepped Into Yesterday", "The Mango Song", "The Moma Dance", "The Name is Slick", "The Oh Kee Pa Ceremony", "The Practical Song", "The Sloth", "The Squirming Coil", "The Unsafe Bridge", "The Very Long Fuse", "The Vibration of Life", "The Wedge", "Theme From the Bottom", "Things People Do", "Thread", "Tide Turns", "Timber", "Tiny", "Title Track", "TMWSIY", "Tomorrow's Song", "Tower Jam", "Train Song", "Tropical Hot Dog Night", "Trust Fund Baby", "TTE", "Tube", "Turtle in the Clouds", "Tweezer", "Tweezer Reprise", "Twenty Years Later", "Twist", "Two Versions of Me", "Union Federal", "Vacuum Solo", "Vultures", "Wading in the Velvet Sea", "Wait", "Waiting All Night", "Waking Up", "Waking Up Dead", "Walfredo", "Walls of the Cave", "Waste", "Water in the Sky", "Waves", "We Are Come to Outlive Our Brains", "Weekapaug Groove", "Weekly Time", "Weigh", "What Things Seem", "What You Will", "What's the Use?", "Who Do? We Do!", "Wilson", "Windham Hell", "Windy City", "Wingsuit", "Wolfman's Brother", "Wombat", "Yarmouth Road", "YEM", "You Enjoy Myself", "You Never Know", "Your Pet Cat"]
4
+ albums:
5
+ - "Junta"
6
+ - "Lawn Boy"
7
+ - "A Picture of Nectar"
8
+ - "Rift"
9
+ - "Hoist"
10
+ - "Billy Breathes"
11
+ - "The Story of the Ghost"
12
+ - "The Siket Disc"
13
+ - "Farmhouse"
14
+ - "Round Room"
15
+ - "Undermind"
16
+ - "Joy"
17
+ - "Fuego"
18
+ - "Big Boat"
19
+ - "Sigma Oasis"
20
+ musicians:
21
+ - "Jon Fishman"
22
+ - "Mike Gordon"
23
+ - "Page McConnell"
24
+ - "Trey Anastasio"
25
+ songs:
26
+ - "A Song I Heard the Ocean Sing"
27
+ - "AC/DC Bag"
28
+ - "Access Me"
29
+ - "Acoustic Army"
30
+ - "Aftermath"
31
+ - "Albert"
32
+ - "All of These Dreams"
33
+ - "All Things Reconsidered"
34
+ - "Alumni Blues"
35
+ - "Ambient Jam"
36
+ - "Amidst the Peals of Laughter"
37
+ - "Anarchy"
38
+ - "And It Stoned Me"
39
+ - "And So To Bed"
40
+ - "Another One Bites the Dust"
41
+ - "Antelope"
42
+ - "Anything But Me"
43
+ - "Army of One"
44
+ - "Art Jam"
45
+ - "ASIHTOS"
46
+ - "Ass Handed"
47
+ - "ATR"
48
+ - "Axilla"
49
+ - "Axilla (Part II)"
50
+ - "Band/Crew Football Theme Song"
51
+ - "Bathtub Gin"
52
+ - "BBFCFM"
53
+ - "Beauty of a Broken Heart"
54
+ - "Big Ball Jam"
55
+ - "Big Black Furry Creature from Mars"
56
+ - "Billy Breathes"
57
+ - "Birds of a Feather"
58
+ - "Bittersweet Motel"
59
+ - "Black-Eyed Katy"
60
+ - "Blaze On"
61
+ - "Bliss"
62
+ - "BOTT"
63
+ - "Bouncing Around the Room"
64
+ - "Breath and Burning"
65
+ - "Brian and Robert"
66
+ - "Brother"
67
+ - "Buffalo Bill"
68
+ - "Bundle of Joy"
69
+ - "Buried Alive"
70
+ - "Bye Bye Foot"
71
+ - "Camel Walk"
72
+ - "Can't Always Listen"
73
+ - "Carini"
74
+ - "Carolina in the Morning"
75
+ - "Cars Trucks Buses"
76
+ - "Catapult"
77
+ - "Cavern"
78
+ - "Chalk Dust Torture"
79
+ - "Chalk Dust Torture Reprise"
80
+ - "Character Zero"
81
+ - "Clod"
82
+ - "Colonel Forbin's Ascent"
83
+ - "Contact"
84
+ - "Cool Amber and Mercury"
85
+ - "Costume Contest"
86
+ - "Couch Lady"
87
+ - "Crowd Control"
88
+ - "Dave's Energy Guide"
89
+ - "David Bowie"
90
+ - "Dear Mrs. Reagan"
91
+ - "Death Don't Hurt Very Long"
92
+ - "Demand"
93
+ - "Destiny Unbound"
94
+ - "Devotion To a Dream"
95
+ - "Digital Delay Loop Jam"
96
+ - "Dinner and a Movie"
97
+ - "Divided Sky"
98
+ - "Dog Faced Boy"
99
+ - "Dog Gone Dog"
100
+ - "Dog Log"
101
+ - "Dogs Stole Things"
102
+ - "Don't Get Me Wrong"
103
+ - "Doomsday"
104
+ - "Down with Disease"
105
+ - "Dr. Gabel"
106
+ - "Drive-In Jam"
107
+ - "Driver"
108
+ - "Eliza"
109
+ - "End of Session"
110
+ - "Esther"
111
+ - "Everything is Hollow"
112
+ - "Faht"
113
+ - "Farmhouse"
114
+ - "Fast Enough for You"
115
+ - "Fee"
116
+ - "Fikus"
117
+ - "Fire Up the Ganja"
118
+ - "Fish Bass"
119
+ - "Fishman's Gull Poem"
120
+ - "Flat Fee"
121
+ - "Flatbed Truck Jam"
122
+ - "Flip"
123
+ - "Fluff's Travels"
124
+ - "Fluffhead"
125
+ - "Fly Famous Mockingbird"
126
+ - "Foam"
127
+ - "Fooled by Images"
128
+ - "Frankie Says"
129
+ - "Free"
130
+ - "Freeworld"
131
+ - "Friday"
132
+ - "Friends"
133
+ - "Fuck Your Face"
134
+ - "Fuckerpants"
135
+ - "Fuego"
136
+ - "Gatekeeper"
137
+ - "Gaul Swerves and the Rest is Everything Else"
138
+ - "Get Back on the Train"
139
+ - "Ghost"
140
+ - "Glide"
141
+ - "Glide II"
142
+ - "Golgi Apparatus"
143
+ - "Grind"
144
+ - "Guelah Papyrus"
145
+ - "Gumbo"
146
+ - "Guy Forget"
147
+ - "Guyute"
148
+ - "Ha Ha Ha"
149
+ - "Halfway to the Moon"
150
+ - "Hall in Solace"
151
+ - "Halley's Comet"
152
+ - "Harpua"
153
+ - "Harry Hood"
154
+ - "He Ent to the Bog"
155
+ - "Hell's Bells"
156
+ - "Home"
157
+ - "Horn"
158
+ - "I Always Wanted It This Way"
159
+ - "I Am Hydrogen"
160
+ - "I Been Around"
161
+ - "I Didn't Know"
162
+ - "I Don't Care"
163
+ - "I Will Set You Free"
164
+ - "I've Turned Bad"
165
+ - "Icculus"
166
+ - "Idea"
167
+ - "If I Could"
168
+ - "In a Hole"
169
+ - "In a Misty Glade"
170
+ - "In an Intensive Care Unit"
171
+ - "In The Good Old Summer Time"
172
+ - "Infinite"
173
+ - "Ingest"
174
+ - "Insects"
175
+ - "Intro"
176
+ - "It's Ice"
177
+ - "Jägermeister Song"
178
+ - "Jennifer Dances"
179
+ - "Join the Band"
180
+ - "Joy"
181
+ - "Julius"
182
+ - "Keepin' It Real"
183
+ - "Keyboard Army"
184
+ - "Keyboard Cavalry"
185
+ - "Kill Devil Falls"
186
+ - "Killer Joe"
187
+ - "Kung"
188
+ - "Lawn Boy"
189
+ - "Lawn Boy Reprise"
190
+ - "Leaves"
191
+ - "Lengthwise"
192
+ - "Leprechaun"
193
+ - "Let's Go"
194
+ - "Letter to Jimmy Page"
195
+ - "Lifeboy"
196
+ - "Limb By Limb"
197
+ - "Llama"
198
+ - "Love Is What We Are"
199
+ - "Lucy Had A Lumpy Head"
200
+ - "Lushington"
201
+ - "Maggie's Revenge"
202
+ - "Magilla"
203
+ - "Makisupa Policeman"
204
+ - "Mallory"
205
+ - "Marijuana Hot Chocolate"
206
+ - "Martian Monster"
207
+ - "Maze"
208
+ - "McGrupp and the Watchful Hosemasters"
209
+ - "Meat"
210
+ - "Meatstick"
211
+ - "Melt"
212
+ - "Mercury"
213
+ - "Merry Pranksters Jam"
214
+ - "Metal Bagel Death"
215
+ - "Mexican Cousin"
216
+ - "Mike's Song"
217
+ - "Minkin"
218
+ - "Miss You"
219
+ - "MMGAMOIO"
220
+ - "MmmBop"
221
+ - "Mock Song"
222
+ - "Montana"
223
+ - "More"
224
+ - "Mound"
225
+ - "My Friend
226
+ - My Friend"
227
+ - "My Left Toe"
228
+ - "My Problem Right There"
229
+ - "My Sweet One"
230
+ - "N2O"
231
+ - "Never"
232
+ - "NICU"
233
+ - "No Dogs Allowed"
234
+ - "No Men In No Man's Land"
235
+ - "NO2"
236
+ - "Norwegian Wood (This Bird Has Flown)"
237
+ - "Nowhere Fast"
238
+ - "Oblivious Fool"
239
+ - "Ocelot"
240
+ - "Olivia's Pool"
241
+ - "Party Time"
242
+ - "Passing Through"
243
+ - "Piano Duet"
244
+ - "Pigtail"
245
+ - "Piper"
246
+ - "Play by Play"
247
+ - "Poor Heart"
248
+ - "Possum"
249
+ - "Prep School Hippie"
250
+ - "Prince Caspian"
251
+ - "Punch Me in the Eye"
252
+ - "Punch You in the Eye"
253
+ - "PYITE"
254
+ - "Quadrophonic Toppling"
255
+ - "Reba"
256
+ - "Revolution"
257
+ - "Rhombus Narration"
258
+ - "Rift"
259
+ - "Riker's Mailbox"
260
+ - "Rock A William"
261
+ - "Rocketsled's Funky Main Man Meets Big Joe on Church Street"
262
+ - "Roggae"
263
+ - "Roll Like a Cantaloupe"
264
+ - "Rotation Jam"
265
+ - "Round Room"
266
+ - "Run Like an Antelope"
267
+ - "Runaway Jim"
268
+ - "Running Out of Time"
269
+ - "Sample in a Jar"
270
+ - "Sanity"
271
+ - "Say it to Me S.A.N.T.O.S."
272
+ - "Say Something"
273
+ - "Scent of a Mule"
274
+ - "Scents and Subtle Sounds"
275
+ - "Secret Language Instructions"
276
+ - "Setting Sail"
277
+ - "Seven Below"
278
+ - "Shade"
279
+ - "Shafty"
280
+ - "Shipwreck"
281
+ - "Silent in the Morning"
282
+ - "Simple"
283
+ - "Sing Monica"
284
+ - "Skippy the Wondermouse"
285
+ - "Slave to the Traffic Light"
286
+ - "Sleep"
287
+ - "Sleeping Monkey"
288
+ - "Sleepwalk"
289
+ - "Snow"
290
+ - "SOAM"
291
+ - "Sparkle"
292
+ - "Split Open and Melt"
293
+ - "Spock's Brain"
294
+ - "Spread It 'Round"
295
+ - "Stash"
296
+ - "Stealing Time From the Faulty Plan"
297
+ - "Steam"
298
+ - "Steep"
299
+ - "Storage Jam"
300
+ - "Strange Design"
301
+ - "Stray Dog"
302
+ - "Sugar Shack"
303
+ - "Summer of '89"
304
+ - "Sunshine of Your Feeling"
305
+ - "Suzy Greenberg"
306
+ - "Swept Away"
307
+ - "T.V. Theme"
308
+ - "Talk"
309
+ - "Taste"
310
+ - "Taste That Surrounds"
311
+ - "Tela"
312
+ - "The Asse Festival"
313
+ - "The Birds"
314
+ - "The Birdwatcher"
315
+ - "The Chase"
316
+ - "The Chinese Water Torture"
317
+ - "The Connection"
318
+ - "The Curtain"
319
+ - "The Curtain With"
320
+ - "The Dickie Scotland Song"
321
+ - "The Divided Sky"
322
+ - "The Dogs"
323
+ - "The Final Hurrah"
324
+ - "The Fog That Surrounds"
325
+ - "The Happy Whip and Dung Song"
326
+ - "The Haunted House"
327
+ - "The Horse"
328
+ - "The Landlady"
329
+ - "The Line"
330
+ - "The Lizards"
331
+ - "The Man Who Stepped Into Yesterday"
332
+ - "The Mango Song"
333
+ - "The Moma Dance"
334
+ - "The Name is Slick"
335
+ - "The Oh Kee Pa Ceremony"
336
+ - "The Practical Song"
337
+ - "The Sloth"
338
+ - "The Squirming Coil"
339
+ - "The Unsafe Bridge"
340
+ - "The Very Long Fuse"
341
+ - "The Vibration of Life"
342
+ - "The Wedge"
343
+ - "Theme From the Bottom"
344
+ - "Things People Do"
345
+ - "Thread"
346
+ - "Tide Turns"
347
+ - "Timber"
348
+ - "Tiny"
349
+ - "Title Track"
350
+ - "TMWSIY"
351
+ - "Tomorrow's Song"
352
+ - "Tower Jam"
353
+ - "Train Song"
354
+ - "Tropical Hot Dog Night"
355
+ - "Trust Fund Baby"
356
+ - "TTE"
357
+ - "Tube"
358
+ - "Turtle in the Clouds"
359
+ - "Tweezer"
360
+ - "Tweezer Reprise"
361
+ - "Twenty Years Later"
362
+ - "Twist"
363
+ - "Two Versions of Me"
364
+ - "Union Federal"
365
+ - "Vacuum Solo"
366
+ - "Vultures"
367
+ - "Wading in the Velvet Sea"
368
+ - "Wait"
369
+ - "Waiting All Night"
370
+ - "Waking Up"
371
+ - "Waking Up Dead"
372
+ - "Walfredo"
373
+ - "Walls of the Cave"
374
+ - "Waste"
375
+ - "Water in the Sky"
376
+ - "Waves"
377
+ - "We Are Come to Outlive Our Brains"
378
+ - "Weekapaug Groove"
379
+ - "Weekly Time"
380
+ - "Weigh"
381
+ - "What Things Seem"
382
+ - "What You Will"
383
+ - "What's the Use?"
384
+ - "Who Do? We Do!"
385
+ - "Wilson"
386
+ - "Windham Hell"
387
+ - "Windy City"
388
+ - "Wingsuit"
389
+ - "Wolfman's Brother"
390
+ - "Wombat"
391
+ - "Yarmouth Road"
392
+ - "YEM"
393
+ - "You Enjoy Myself"
394
+ - "You Never Know"
395
+ - "Your Pet Cat"
@@ -1,7 +1,7 @@
1
1
  en:
2
2
  faker:
3
3
  phone_number:
4
- formats: ['###-###-####', '(###) ###-####', '1-###-###-####', '###.###.####', '###-###-####', '(###) ###-####', '1-###-###-####', '###.###.####', '###-###-#### x###', '(###) ###-#### x###', '1-###-###-#### x###', '###.###.#### x###', '###-###-#### x####', '(###) ###-#### x####', '1-###-###-#### x####', '###.###.#### x####', '###-###-#### x#####', '(###) ###-#### x#####', '1-###-###-#### x#####', '###.###.#### x#####']
4
+ formats: ['###-###-####', '(###) ###-####', '1-###-###-####', '###.###.####', '###-###-#### x###', '(###) ###-#### x###', '1-###-###-#### x###', '###.###.#### x###', '###-###-#### x####', '(###) ###-#### x####', '1-###-###-#### x####', '###.###.#### x####', '###-###-#### x#####', '(###) ###-#### x#####', '1-###-###-#### x#####', '###.###.#### x#####']
5
5
  cell_phone:
6
6
  formats: ['###-###-####', '(###) ###-####', '1-###-###-####', '###.###.####']
7
7
  country_code: ["1", "1-242", "1-246", "1-264", "1-268", "1-284", "1-340", "1-345", "1-441", "1-473", "1-649", "1-670", "1-671", "1-684", "1-758", "1-784", "1-787", "1-868", "1-869", "1-876", "1-939", "20", "212", "213", "216", "218", "220", "221", "222", "223", "224", "225", "226", "227", "228", "229", "230", "231", "232", "233", "234", "235", "236", "238", "238", "239", "240", "241", "242", "243", "244", "245", "247", "248", "249", "250", "251", "252", "253", "254", "255", "256", "257", "258", "260", "261", "262", "263", "264", "265", "266", "267", "268", "269", "269", "27", "290", "291", "297", "298", "299", "30", "31", "32", "33", "33", "34", "350", "351", "352", "353", "354", "355", "356", "357", "358", "359", "36", "370", "371", "372", "373", "374", "375", "376", "378", "380", "381", "381", "381", "385", "386", "387", "389", "39", "39", "40", "41", "420", "421", "423", "43", "44", "45", "46", "47", "48", "49", "500", "501", "502", "503", "504", "505", "506", "507", "508", "509", "51", "52", "53", "54", "55", "56", "57", "58", "591", "592", "593", "594", "595", "596", "596", "597", "598", "599", "60", "61", "61-8", "62", "63", "64", "65", "66", "670", "672", "673", "674", "675", "676", "677", "678", "679", "680", "681", "682", "683", "685", "686", "687", "688", "689", "690", "691", "692", "7", "7-6", "7-7", "767", "809", "809", "809", "81", "82", "84", "850", "850", "852", "853", "855", "855", "856", "86", "880", "886", "886", "90", "91", "92", "93", "94", "95", "960", "961", "962", "963", "964", "965", "966", "967", "968", "971", "972", "973", "974", "975", "976", "977", "98", "993", "994", "995", "996"]
@@ -0,0 +1,77 @@
1
+ en:
2
+ faker:
3
+ rajnikanth:
4
+ joke: [
5
+ "The only time Rajini needed a body double was crying scene !",
6
+ "Rajinikanth knows why this kolaveri kolaveri Di",
7
+ "Rajinikanth threw a grenade and killed 50 people, then grenade exploded",
8
+ "Some people get lucky and kill two birds with one stone. Rajnikanth once killed four birds with half a stone.",
9
+ "Rajinikanth can give missed call to his own number..",
10
+ "God created Earth and Heaven in 6 days , on 7th day he rested then he created Rajinikanth !",
11
+ "Rajinikanth doesn't answer nature's call. Nature answers Rajinikanth's call",
12
+ "Govt of India pays tax to Rajinikanth for living here",
13
+ "When Rajinikanth goes to a gym to workout, no one can workout since Rajini uses all the weights available.",
14
+ "Einstein said you can't move at the speed of light, obviously he was never kicked by Rajinikanth",
15
+ "Why Himalayas are rising? It's simple. Rajinikanth lives in Chennai. Lever effect.",
16
+ "Adam and Eve are children of Rajinikanth",
17
+ "Rajinikanth is so fast that he always comes yesterday",
18
+ "Rajinikanth can get rid of his shadow",
19
+ "Rajini can eat dosa with chop sticks",
20
+ "Tornado changes course when it sees Rajini standing in it's way",
21
+ "Police dept is bored because of 0 crime in the city where rajini lives",
22
+ "Gabbar singh forgets his dialogues when he sees Rajinikanth",
23
+ "Rajini won the best actor oscar for his acting in a game of dumb charades",
24
+ "The box office collection of the movie RA-One Was less than parking collection of ROBOT.......!",
25
+ "Once Rajnikanth became the coach of Indian cricket team and guess wha India won the Fifa world cup !",
26
+ "People update status from BlackBerry, iPhone, iPad, etc. Rajinikant updates his facebook status with a calculator !!",
27
+ "Rajinikant got 150 questions in exam paper asking - 'Solve any 100 questions' He solved all 150 and wrote, 'Rascalla!, CHECK ANY 100!'",
28
+ "Rajini participates in long jump once every four year.... And those years are called LEAP year",
29
+ "Once Rajnikanth entered bigg boss...The next day announcement was made... Rajnikanth chahte hai ki bigg boss confession room me aaye",
30
+ "Once Rajni was the guest contestant in KBC. Amitabh says 'Computerji, Rajnikantji to phela sawaal poochiye'. Computer 'main lifeline use karna chahta hu.'",
31
+ "Ek bar Rajinikanth ne ek aadmi ko 'Go to Hell' kaha... That person is now known as Yamraj !!",
32
+ "Rajinikanth knows Ek chutki sindur ke kimat ... Rs 0.0234355884",
33
+ "Once Rajinikanth told joke to a little kid... Now he is known as laughing buddha",
34
+ "Rajinikanth can cure cancer with his first aid box",
35
+ "Once Rajinikanth used the support of a building to tie his shoe lace, the building is known as Leaning tower of Pisa.",
36
+ "Rajinikanth knows those two persons.. who shake hands in NOKIA cell phones...!!",
37
+ "Rajinikanth's dog can bend a pipe with it's tail.",
38
+ "Michael Jackson's moon walk is no match for Rajinikanth's Sun Walk...",
39
+ "Rajinikanth can make his wife admit her mistakes",
40
+ "Rajinikanth doesn't enjoy animation movies because he can see the gaps between the 24 frames every second",
41
+ "The reason why Rajinikanth stuttered in the movie Darr, because he saw Rajinikanth behind Juhi",
42
+ "When Rajinikanth gets depressed, the world faces great depression",
43
+ "Rajinikanth is a vegetarian… He doesn't eat animals until he first puts them into vegetative state with his blow",
44
+ "If Rajinikanth's PC hangs… its time for next windows release…",
45
+ "Rajinikanth can sneeze with open eyes.",
46
+ "Rajini is the reason why we don't have any other superheros in India",
47
+ "Rajinikanth can make 2 parallel lines intersect just by staring at them.",
48
+ "Santa Claus waits for a gift from Rajinikanth every Christmas.",
49
+ "Rajinikanth taught yoga to Baba Ramdev",
50
+ "Rajinikanth taught us all... Impossible is nothing...",
51
+ "One of Rajinikanth's hobby - Swimming on Tsunami.",
52
+ "Sh!t happens to everyone.. Even to Rajini... One time he coudn't kill 100 bears with a single punch but only 99 died.",
53
+ "Rajinikanth uses Ambuja cement as tooth powder",
54
+ "Once Rajinikanth dropped a coin while he was standing in the belcony... He went down to pick it up, but it was not there.... hmmmm... He reached there before the coin...",
55
+ "Rajinikanth was not amused by Gandhi’s non violence movement.",
56
+ "Lifetime Warranty does not exist only because of Rajnikanth.",
57
+ "If you want a list of Rajinikanth's enemies, just check the extinct species list.",
58
+ "When RAJNI had surgery, the anesthesia was applied to the doctors.",
59
+ "The apple which fell on newton was actually thrown by Rajinikanth.",
60
+ "Only Rajinijanth has 32 wisdom teeth.",
61
+ "When Rajinikanth goes thru immigration.. the officers show him thier passports.",
62
+ "Sun doesn't rise until Rajinikanth says 'Good Morning'",
63
+ "Once Rajnikant, after chewing the 'PAAN', spit on the wall of a building.",
64
+ "Today that building is popularly known as THE RED FORT..",
65
+ "Once Rajinikath shouted at a boy for not wearing cap in the hot sun. Today that boy is known as Himesh Reshammiya.",
66
+ "Rajnikanth Saw The Movie Break k Baad before the Break !!!",
67
+ "Rajnikanth's pulse is measured in richter scale.",
68
+ "Rajnikanth was practicing for a spelling test..the rough sheet he used is known as oxford dictionary..",
69
+ "Rajnikanth has seen the face of the fat lady who owns the house in tom n jerry..",
70
+ "Rajnikanth ploughs the field using nothing but his toes.",
71
+ "Once spiderman,superman and batman visited rajnikant's house together.. it was teachers day!",
72
+ "Rajinikanth can whistle and smile at the same time...",
73
+ "Computer doesn't give warning message to Rajini… Rajini warns computer",
74
+ "When Rajnikant get angry at the Sun, it hides behind the moon… that phenomenon is called Solar eclipse.",
75
+ "Rajini was born on 30th Feb, since then that date was removed from calendar so that noone else gets the same birthday.",
76
+ "Rajnikanth can run Windows 7 on 64KB memory.",
77
+ "Rajni never tweets, he only roars."]