faker 3.2.0 → 3.5.2

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 (124) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +437 -2
  3. data/README.md +29 -14
  4. data/lib/faker/books/lovecraft.rb +2 -3
  5. data/lib/faker/default/address.rb +2 -2
  6. data/lib/faker/default/alphanumeric.rb +1 -1
  7. data/lib/faker/default/chile_rut.rb +23 -17
  8. data/lib/faker/default/code.rb +64 -18
  9. data/lib/faker/default/company.rb +99 -5
  10. data/lib/faker/default/crypto.rb +13 -4
  11. data/lib/faker/default/date.rb +61 -5
  12. data/lib/faker/default/driving_licence.rb +19 -8
  13. data/lib/faker/default/finance.rb +2 -2
  14. data/lib/faker/default/hipster.rb +2 -3
  15. data/lib/faker/default/html.rb +230 -0
  16. data/lib/faker/default/id_number.rb +38 -24
  17. data/lib/faker/default/internet.rb +19 -53
  18. data/lib/faker/default/invoice.rb +3 -3
  19. data/lib/faker/default/json.rb +9 -4
  20. data/lib/faker/default/lorem.rb +6 -3
  21. data/lib/faker/default/{nhs.rb → national_health_service.rb} +8 -4
  22. data/lib/faker/default/number.rb +1 -1
  23. data/lib/faker/default/omniauth.rb +4 -4
  24. data/lib/faker/default/phone_number.rb +37 -18
  25. data/lib/faker/default/placeholdit.rb +1 -1
  26. data/lib/faker/default/south_africa.rb +3 -3
  27. data/lib/faker/{music/show.rb → default/theater.rb} +8 -8
  28. data/lib/faker/default/types.rb +5 -6
  29. data/lib/faker/default/vehicle.rb +23 -11
  30. data/lib/faker/games/final_fantasy_xiv.rb +73 -0
  31. data/lib/faker/games/heroes_of_the_storm.rb +0 -11
  32. data/lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb +10 -10
  33. data/lib/faker/locations/australia.rb +40 -38
  34. data/lib/faker/movies/star_wars.rb +1 -1
  35. data/lib/faker/movies/{room.rb → the_room.rb} +4 -4
  36. data/lib/faker/music/smashing_pumpkins.rb +64 -0
  37. data/lib/faker/travel/airport.rb +2 -2
  38. data/lib/faker/travel/train_station.rb +54 -0
  39. data/lib/faker/tv_shows/archer.rb +51 -0
  40. data/lib/faker/tv_shows/buffy.rb +0 -13
  41. data/lib/faker/tv_shows/dr_who.rb +0 -13
  42. data/lib/faker/tv_shows/south_park.rb +15 -0
  43. data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +0 -13
  44. data/lib/faker/version.rb +1 -1
  45. data/lib/faker.rb +20 -8
  46. data/lib/helpers/deprecator.rb +118 -0
  47. data/lib/helpers/positional_generator.rb +480 -0
  48. data/lib/locales/README.md +18 -2
  49. data/lib/locales/bg.yml +0 -1
  50. data/lib/locales/da-DK.yml +529 -35
  51. data/lib/locales/de-AT.yml +3487 -26
  52. data/lib/locales/de-CH.yml +4359 -12
  53. data/lib/locales/de.yml +7182 -100
  54. data/lib/locales/ee.yml +0 -1
  55. data/lib/locales/en/address.yml +1826 -561
  56. data/lib/locales/en/archer.yml +75 -0
  57. data/lib/locales/en/australia.yml +106 -105
  58. data/lib/locales/en/bank.yml +1 -1
  59. data/lib/locales/en/cosmere.yml +1 -1
  60. data/lib/locales/en/dog.yml +262 -7
  61. data/lib/locales/en/dota.yml +120 -67
  62. data/lib/locales/en/final_fantasy_xiv.yml +754 -0
  63. data/lib/locales/en/finance.yml +4 -4
  64. data/lib/locales/en/food.yml +2 -1
  65. data/lib/locales/en/{fma_brotherhood.yml → fullmetal_alchemist_brotherhood.yml} +3 -3
  66. data/lib/locales/en/harry_potter.yml +1 -1
  67. data/lib/locales/en/id_number.yml +1 -1
  68. data/lib/locales/en/internet.yml +0 -4
  69. data/lib/locales/en/minecraft.yml +4 -4
  70. data/lib/locales/en/music.yml +25 -25
  71. data/lib/locales/en/opera.yml +1 -1
  72. data/lib/locales/en/phone_number.yml +78 -3
  73. data/lib/locales/en/restaurant.yml +1 -1
  74. data/lib/locales/en/smashing_pumpkins.yml +382 -0
  75. data/lib/locales/en/south_park.yml +360 -2
  76. data/lib/locales/en/{room.yml → the_room.yml} +1 -1
  77. data/lib/locales/en/{show.yml → theater.yml} +1 -1
  78. data/lib/locales/en/train_station.yml +280 -0
  79. data/lib/locales/en/vehicle.yml +1 -1
  80. data/lib/locales/en-AU.yml +718 -47
  81. data/lib/locales/en-CA.yml +373 -19
  82. data/lib/locales/en-GB.yml +116 -9
  83. data/lib/locales/en-IND.yml +1259 -17
  84. data/lib/locales/en-KE.yml +212 -0
  85. data/lib/locales/en-MS.yml +364 -18
  86. data/lib/locales/en-NEP.yml +212 -38
  87. data/lib/locales/en-NZ.yml +1153 -124
  88. data/lib/locales/en-PAK.yml +392 -11
  89. data/lib/locales/en-SG.yml +581 -17
  90. data/lib/locales/en-US.yml +6914 -74
  91. data/lib/locales/en-au-ocker.yml +266 -24
  92. data/lib/locales/es-AR.yml +4569 -4600
  93. data/lib/locales/es-MX.yml +0 -1
  94. data/lib/locales/es.yml +0 -1
  95. data/lib/locales/fr/address.yml +761 -8
  96. data/lib/locales/fr/internet.yml +0 -1
  97. data/lib/locales/fr/name.yml +2 -1
  98. data/lib/locales/fr-CA.yml +2733 -44
  99. data/lib/locales/fr-CH.yml +0 -1
  100. data/lib/locales/fr.yml +3 -1
  101. data/lib/locales/hy.yml +3624 -120
  102. data/lib/locales/id.yml +839 -12
  103. data/lib/locales/it.yml +1304 -33
  104. data/lib/locales/ja/book.yml +492 -3
  105. data/lib/locales/ja/football.yml +115 -0
  106. data/lib/locales/ja/lorem.yml +1 -1
  107. data/lib/locales/ja/sport.yml +130 -0
  108. data/lib/locales/ja/touhou.yml +466 -0
  109. data/lib/locales/ko.yml +1361 -21
  110. data/lib/locales/lt.yml +297 -16
  111. data/lib/locales/lv.yml +0 -1
  112. data/lib/locales/nb-NO.yml +518 -30
  113. data/lib/locales/nl.yml +9 -2
  114. data/lib/locales/pl.yml +0 -1
  115. data/lib/locales/pt-BR.yml +8205 -665
  116. data/lib/locales/pt.yml +844 -45
  117. data/lib/locales/ru.yml +1353 -70
  118. data/lib/locales/sk.yml +4410 -44
  119. data/lib/locales/sv.yml +99 -0
  120. data/lib/locales/tr.yml +0 -2
  121. data/lib/locales/uk.yml +1808 -45
  122. data/lib/locales/zh-CN/bank.yml +17 -0
  123. metadata +26 -154
  124. data/History.md +0 -176
@@ -42,97 +42,30 @@ en:
42
42
  - Earth Spirit
43
43
  - Earthshaker
44
44
  - Elder Titan
45
- - Ember Spirit
46
- - Enchantress
47
- - Enigma
48
- - Faceless Void
49
- - Grimstroke
50
- - Gyrocopter
51
- - Hoodwink
52
45
  - Huskar
53
- - Invoker
54
46
  - Io
55
- - Jakiro
56
- - Juggernaut
57
- - Keeper of the Light
58
47
  - Kunkka
59
48
  - Legion Commander
60
- - Leshrac
61
- - Lich
62
49
  - Lifestealer
63
- - Lina
64
- - Lion
65
- - Lone Druid
66
- - Luna
67
50
  - Lycan
68
51
  - Magnus
69
- - Marci
70
- - Mars
71
- - Medusa
72
52
  - Meepo
73
- - Mirana
74
- - Monkey King
75
- - Morphling
76
- - Naga Siren
77
- - Nature's Prophet
78
- - Necrophos
79
53
  - Night Stalker
80
- - Nyx Assassin
81
- - Ogre Magi
82
54
  - Omniknight
83
- - Oracle
84
- - Outworld Destroyer
85
- - Pangolier
86
- - Phantom Assassin
87
- - Phantom Lancer
88
55
  - Phoenix
89
- - Primal Beast
90
- - Puck
91
56
  - Pudge
92
- - Pugna
93
- - Queen of Pain
94
- - Razor
95
- - Riki
96
- - Rubick
97
57
  - Sand King
98
- - Shadow Demon
99
- - Shadow Fiend
100
- - Shadow Shaman
101
- - Silencer
102
- - Skywrath Mage
103
58
  - Slardar
104
- - Slark
105
- - Snapfire
106
- - Sniper
107
- - Spectre
108
59
  - Spirit Breaker
109
- - Storm Spirit
110
60
  - Sven
111
- - Techies
112
- - Templar Assassin
113
- - Terrorblade
114
61
  - Tidehunter
115
62
  - Timbersaw
116
- - Tinker
117
63
  - Tiny
118
64
  - Treant Protector
119
- - Troll Warlord
120
65
  - Tusk
121
66
  - Underlord
122
67
  - Undying
123
- - Ursa
124
- - Vengeful Spirit
125
- - Venomancer
126
- - Viper
127
- - Visage
128
- - Void Spirit
129
- - Warlock
130
- - Weaver
131
- - Windranger
132
- - Winter Wyvern
133
- - Witch Doctor
134
68
  - Wraith King
135
- - Zeus
136
69
  abaddon:
137
70
  quote:
138
71
  - You have called death upon yourself.
@@ -144,6 +77,23 @@ en:
144
77
  - Easy now, this stuff is explosive!
145
78
  - Better living through alchemy!
146
79
  - Tell the ogre you're sorry.
80
+ ancient_apparition:
81
+ quote:
82
+ - Behold the apparition.
83
+ - Time to break the ice!
84
+ - I look again upon the cold light of day.
85
+ anti_mage:
86
+ quote:
87
+ - Truth compels me.
88
+ - I bring an end to magic.
89
+ - They who live by the wand shall die by my blade.
90
+ - It is not magic brings me back, but purity of will!
91
+ arc_warden:
92
+ quote:
93
+ - Matter has been split from its intended form. These must be made to unite.
94
+ - None escape the Self.
95
+ - These fools must learn what they stand against.
96
+ - Mercy is yours, for the end comes.
147
97
  axe:
148
98
  quote:
149
99
  - Let the carnage begin.
@@ -152,11 +102,37 @@ en:
152
102
  - Feel the axe of Axe!
153
103
  - What happened? Axe happened!
154
104
  - No business but war. No family but death. No mercy but the grave!
105
+ bane:
106
+ quote:
107
+ - Your Nightmare is here.
108
+ - Nightmares, follow me into the light.
109
+ - Knock knees and blood run cold!
110
+ - I dreamt a field of war…and woke to find myself upon it.
111
+ batrider:
112
+ quote:
113
+ - Death from above!
114
+ - One forest fire coming up!
115
+ - I'll have the brisket. My hoss'll have your head.
116
+ - You wanna play rough? All right, we'll play rough.
155
117
  beastmaster:
156
118
  quote:
157
119
  - Meet your master…snuhg… beastmaster.
158
120
  - I'm a natural disaster.
159
121
  - A death not fit for man or beast.
122
+ bloodseeker:
123
+ quote:
124
+ - The search for blood begins.
125
+ - For the Flayed Twins, I seek blood.
126
+ - Enough hide and seek.
127
+ - Don't be negative...be positive!
128
+ bounty_hunter:
129
+ quote:
130
+ - There's a price on all their heads.
131
+ - No job is too big, no fee is too big.
132
+ - My blades will do the talking.
133
+ - Just business, nothing personal.
134
+ - Was there a bounty on me?
135
+ - It was just business before. Now it's personal.
160
136
  brewmaster:
161
137
  quote:
162
138
  - I fight any thing in the house.
@@ -167,11 +143,22 @@ en:
167
143
  - Time to mash some faces, I'd say.
168
144
  - A good bashing, never hurt nobody.
169
145
  - I'm more than a pretty face.
146
+ broodmother:
147
+ quote:
148
+ - The spider comes.
149
+ - You're not afraid of spiders, are you?
150
+ - I could kill you with five eyes closed.
151
+ - My enemies will pay with their liquified guts.
170
152
  centaur:
171
153
  quote:
172
154
  - Long shall my name be remembered.
173
155
  - I don't always wear a saddlebag, but when I do, I put this one in it.
174
156
  - Hurts you more than it hurts me.
157
+ centaur_warrunner:
158
+ quote:
159
+ - Long shall my name be remembered.
160
+ - I don't always wear a saddlebag, but when I do, I put this one in it.
161
+ - Hurts you more than it hurts me.
175
162
  chaos_knight:
176
163
  quote:
177
164
  - All that is light shall be cast in darkness.
@@ -179,11 +166,71 @@ en:
179
166
  - We descend into chaos.
180
167
  - The light shall be blackened, and chaos shall reign.
181
168
  - Chaos is Fun…damental.
169
+ chen:
170
+ quote:
171
+ - The Inquisitor has arrived.
172
+ - The persecution starts now!
173
+ - Only the penitent can be forgiven.
174
+ - God taketh whom he loveth best.
175
+ - In the name of Obelis, I fight again.
176
+ clinkz:
177
+ quote:
178
+ - A light to guide my way. A light to burn my foes.
179
+ - Clink goes my bones.
180
+ - It's time for your cremation.
181
+ - I've already paid my pound of flesh.
182
+ - The furnace of my heart cannot be quenched.
182
183
  clockwerk:
183
184
  quote:
184
185
  - I've a mind like a steel trap, and the physique to go with it!
185
186
  - What time is it? It's killing time.
186
187
  - A good offense is the best armor. Good armor is also good armor.
188
+ crystal_maiden:
189
+ quote:
190
+ - Who calls the Crystal Maiden?
191
+ - Behold the scourge of Icewrack!
192
+ - Swift as the wolves of Icewrack...
193
+ - You're dead and that's a cold hard fact.
194
+ - Once burned, ice shy...
195
+ dark_seer:
196
+ quote:
197
+ - From the land behind the wall, I come.
198
+ - Speed is the heart of battle.
199
+ - Face your enemy, face yourself.
200
+ - Your life, much like your head, lacked a point.
201
+ - Death is a wall I have overleapt.
202
+ dark_willow:
203
+ quote:
204
+ - Are you ready to have some fun, ya?
205
+ - No one will forget the name Mireska
206
+ - A little mischief never killed anyone... well, you I guess.
207
+ - Jex... whaddya say we find who did that and rip their eyes out?
208
+ dawnbreaker:
209
+ quote:
210
+ - Darkness fears the break of dawn!
211
+ - I was created to serve, but today I choose this fight.
212
+ - The first stars burned and faded into nothingness. Followed by countless more. I remain. And my hammer swings true.
213
+ - Even at a fraction of my best, I outshine you immeasurably.
214
+ - One must always remember that the sun also rises.
215
+ dazzle:
216
+ quote:
217
+ - Dazzle!
218
+ - Where my shadow falls, there falls my foe.
219
+ - You're under my protection.
220
+ - Resurrection comes easily to a Shadow Priest!
221
+ death_prophet:
222
+ quote:
223
+ - Who dares recall me from the grave?
224
+ - The doors of death open wide.
225
+ - You merely sipped at life. Now drink deep of death.
226
+ - The grave calls me back.
227
+ - Death is such a tease.
228
+ disruptor:
229
+ quote:
230
+ - The Stormcrafter comes!
231
+ - According to the forecast, this one is in the bag!
232
+ - Where you're going, the weather doesn't change.
233
+ - The storm charges my coil again.
187
234
  doom:
188
235
  quote:
189
236
  - Face your demons.
@@ -197,6 +244,12 @@ en:
197
244
  - Live by the sword, die by the dragon.
198
245
  - Good night, Sven. I mean bad knight. [Talking to Sven]
199
246
  - Never make a deal with a dragon, unless you're prepared to keep your end of it.
247
+ drow_ranger:
248
+ quote:
249
+ - My quiver and bow are ready!
250
+ - I thought they warned you not to speak with rangers.
251
+ - Autumn leaves for a deathbed.
252
+ - Faster than an arrow's flight.
200
253
  earth_spirit:
201
254
  quote:
202
255
  - Body is flesh, but spirit immortal.