faker 2.11.0 → 2.17.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (233) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +372 -13
  3. data/History.md +4 -4
  4. data/README.md +27 -3
  5. data/lib/faker/blockchain/aeternity.rb +4 -4
  6. data/lib/faker/blockchain/bitcoin.rb +2 -2
  7. data/lib/faker/blockchain/tezos.rb +30 -2
  8. data/lib/faker/books/dune.rb +15 -2
  9. data/lib/faker/books/lovecraft.rb +8 -4
  10. data/lib/faker/default/address.rb +35 -5
  11. data/lib/faker/default/app.rb +1 -1
  12. data/lib/faker/default/avatar.rb +1 -1
  13. data/lib/faker/default/bank.rb +96 -3
  14. data/lib/faker/default/barcode.rb +165 -0
  15. data/lib/faker/default/beer.rb +3 -3
  16. data/lib/faker/default/blood.rb +48 -0
  17. data/lib/faker/default/business.rb +1 -1
  18. data/lib/faker/default/camera.rb +46 -0
  19. data/lib/faker/default/cannabis.rb +10 -0
  20. data/lib/faker/default/chile_rut.rb +47 -3
  21. data/lib/faker/default/chuck_norris.rb +1 -0
  22. data/lib/faker/default/code.rb +98 -17
  23. data/lib/faker/default/commerce.rb +74 -11
  24. data/lib/faker/default/company.rb +96 -11
  25. data/lib/faker/default/compass.rb +135 -0
  26. data/lib/faker/default/computer.rb +63 -0
  27. data/lib/faker/default/construction.rb +54 -0
  28. data/lib/faker/default/cosmere.rb +90 -0
  29. data/lib/faker/default/crypto.rb +4 -4
  30. data/lib/faker/default/crypto_coin.rb +45 -0
  31. data/lib/faker/default/date.rb +16 -12
  32. data/lib/faker/default/driving_licence.rb +67 -1
  33. data/lib/faker/default/drone.rb +332 -0
  34. data/lib/faker/default/educator.rb +13 -0
  35. data/lib/faker/default/faker_adjective.rb +35 -0
  36. data/lib/faker/default/file.rb +53 -2
  37. data/lib/faker/default/finance.rb +45 -0
  38. data/lib/faker/default/food.rb +1 -1
  39. data/lib/faker/default/gender.rb +1 -1
  40. data/lib/faker/default/hipster.rb +107 -10
  41. data/lib/faker/default/id_number.rb +88 -2
  42. data/lib/faker/default/internet.rb +266 -12
  43. data/lib/faker/default/internet_http.rb +48 -0
  44. data/lib/faker/default/invoice.rb +33 -6
  45. data/lib/faker/default/json.rb +61 -5
  46. data/lib/faker/default/lorem.rb +160 -5
  47. data/lib/faker/default/lorem_flickr.rb +67 -7
  48. data/lib/faker/default/lorem_pixel.rb +23 -0
  49. data/lib/faker/default/markdown.rb +91 -0
  50. data/lib/faker/default/measurement.rb +93 -2
  51. data/lib/faker/default/military.rb +26 -0
  52. data/lib/faker/default/mountain.rb +33 -0
  53. data/lib/faker/default/name.rb +98 -0
  54. data/lib/faker/default/nhs.rb +19 -0
  55. data/lib/faker/default/number.rb +28 -13
  56. data/lib/faker/default/omniauth.rb +62 -14
  57. data/lib/faker/default/phone_number.rb +88 -5
  58. data/lib/faker/default/placeholdit.rb +23 -1
  59. data/lib/faker/default/relationship.rb +1 -1
  60. data/lib/faker/default/slack_emoji.rb +81 -0
  61. data/lib/faker/default/south_africa.rb +90 -0
  62. data/lib/faker/default/space.rb +1 -1
  63. data/lib/faker/default/string.rb +20 -3
  64. data/lib/faker/default/stripe.rb +64 -3
  65. data/lib/faker/default/twitter.rb +35 -0
  66. data/lib/faker/default/types.rb +84 -3
  67. data/lib/faker/default/university.rb +45 -0
  68. data/lib/faker/default/vehicle.rb +184 -4
  69. data/lib/faker/default/verb.rb +45 -0
  70. data/lib/faker/default/world_cup.rb +4 -4
  71. data/lib/faker/fantasy/tolkien.rb +67 -0
  72. data/lib/faker/games/clash_of_clans.rb +48 -0
  73. data/lib/faker/games/control.rb +113 -0
  74. data/lib/faker/games/dnd.rb +136 -0
  75. data/lib/faker/games/elder_scrolls.rb +26 -0
  76. data/lib/faker/games/heroes.rb +13 -0
  77. data/lib/faker/games/heroes_of_the_storm.rb +16 -5
  78. data/lib/faker/games/minecraft.rb +113 -0
  79. data/lib/faker/games/street_fighter.rb +61 -0
  80. data/lib/faker/games/super_mario.rb +48 -0
  81. data/lib/faker/games/touhou.rb +75 -0
  82. data/lib/faker/games/warhammer_fantasy.rb +74 -0
  83. data/lib/faker/games/world_of_warcraft.rb +26 -1
  84. data/lib/faker/japanese_media/conan.rb +48 -0
  85. data/lib/faker/japanese_media/doraemon.rb +48 -0
  86. data/lib/faker/japanese_media/dragon_ball.rb +26 -0
  87. data/lib/faker/japanese_media/naruto.rb +61 -0
  88. data/lib/faker/japanese_media/studio_ghibli.rb +48 -0
  89. data/lib/faker/movies/departed.rb +49 -0
  90. data/lib/faker/movies/hobbit.rb +4 -4
  91. data/lib/faker/movies/how_to_train_your_dragon.rb +48 -0
  92. data/lib/faker/movies/lord_of_the_rings.rb +3 -3
  93. data/lib/faker/movies/movie.rb +13 -0
  94. data/lib/faker/movies/room.rb +63 -0
  95. data/lib/faker/movies/star_wars.rb +74 -2
  96. data/lib/faker/music/hiphop.rb +48 -0
  97. data/lib/faker/music/opera.rb +237 -1
  98. data/lib/faker/music/pearl_jam.rb +50 -0
  99. data/lib/faker/music/phish.rb +27 -1
  100. data/lib/faker/music/prince.rb +64 -0
  101. data/lib/faker/music/rock_band.rb +12 -0
  102. data/lib/faker/music/rush.rb +37 -0
  103. data/lib/faker/music/show.rb +49 -0
  104. data/lib/faker/quotes/quote.rb +80 -1
  105. data/lib/faker/quotes/rajnikanth.rb +1 -0
  106. data/lib/faker/quotes/shakespeare.rb +70 -0
  107. data/lib/faker/sports/volleyball.rb +74 -0
  108. data/lib/faker/tv_shows/aqua_teen_hunger_force.rb +13 -0
  109. data/lib/faker/tv_shows/big_bang_theory.rb +37 -0
  110. data/lib/faker/tv_shows/buffy.rb +17 -4
  111. data/lib/faker/tv_shows/dr_who.rb +1 -1
  112. data/lib/faker/tv_shows/final_space.rb +51 -0
  113. data/lib/faker/tv_shows/futurama.rb +65 -0
  114. data/lib/faker/tv_shows/simpsons.rb +14 -0
  115. data/lib/faker/tv_shows/suits.rb +37 -0
  116. data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +17 -4
  117. data/lib/faker/version.rb +1 -1
  118. data/lib/faker.rb +28 -23
  119. data/lib/helpers/base58.rb +1 -1
  120. data/lib/helpers/char.rb +22 -27
  121. data/lib/helpers/unique_generator.rb +0 -2
  122. data/lib/locales/de-AT.yml +4 -2
  123. data/lib/locales/de-CH.yml +1696 -1
  124. data/lib/locales/de.yml +4 -2
  125. data/lib/locales/en/address.yml +2 -0
  126. data/lib/locales/en/adjective.yml +179 -0
  127. data/lib/locales/en/animal.yml +1 -1
  128. data/lib/locales/en/aqua_teen_hunger_force.yml +33 -1
  129. data/lib/locales/en/bank.yml +1 -1
  130. data/lib/locales/en/barcode.yml +24 -0
  131. data/lib/locales/en/big_bang_theory.yml +38 -0
  132. data/lib/locales/en/blood.yml +13 -0
  133. data/lib/locales/en/buffy.yml +1 -1
  134. data/lib/locales/en/camera.yml +611 -0
  135. data/lib/locales/en/clash_of_clan.yml +101 -0
  136. data/lib/locales/en/company.yml +2 -2
  137. data/lib/locales/en/computer.yml +36 -0
  138. data/lib/locales/en/conan.yml +171 -0
  139. data/lib/locales/en/control.yml +247 -0
  140. data/lib/locales/en/demographic.yml +218 -5
  141. data/lib/locales/en/departed.yml +50 -0
  142. data/lib/locales/en/device.yml +112 -4
  143. data/lib/locales/en/dnd.yml +451 -0
  144. data/lib/locales/en/doraemon.yml +286 -0
  145. data/lib/locales/en/dota.yml +531 -63
  146. data/lib/locales/en/dragon_ball.yml +243 -1
  147. data/lib/locales/en/driving_license.yml +181 -0
  148. data/lib/locales/en/drone.yml +95 -0
  149. data/lib/locales/en/dune.yml +401 -131
  150. data/lib/locales/en/educator.yml +6 -0
  151. data/lib/locales/en/elder_scrolls.yml +583 -9
  152. data/lib/locales/en/fallout.yml +311 -133
  153. data/lib/locales/en/final_space.yml +37 -0
  154. data/lib/locales/en/finance.yml +53 -0
  155. data/lib/locales/en/football.yml +3 -3
  156. data/lib/locales/en/fresh_prince_of_bel_air.yml +1 -1
  157. data/lib/locales/en/futurama.yml +344 -0
  158. data/lib/locales/en/half_life.yml +84 -3
  159. data/lib/locales/en/heroes.yml +408 -3
  160. data/lib/locales/en/heroes_of_the_storm.yml +131 -4
  161. data/lib/locales/en/house.yml +1 -1
  162. data/lib/locales/en/how_to_train_your_dragon.yml +174 -0
  163. data/lib/locales/en/jack_handey.yml +54 -0
  164. data/lib/locales/en/league_of_legends.yml +285 -6
  165. data/lib/locales/en/lebowski.yml +1 -1
  166. data/lib/locales/en/military.yml +179 -5
  167. data/lib/locales/en/minecraft.yml +663 -0
  168. data/lib/locales/en/mountain.yml +158 -0
  169. data/lib/locales/en/movie.yml +192 -1
  170. data/lib/locales/en/music.yml +451 -29
  171. data/lib/locales/en/myst.yml +87 -31
  172. data/lib/locales/en/name.yml +5 -4
  173. data/lib/locales/en/naruto.yml +231 -0
  174. data/lib/locales/en/one_piece.yml +2 -2
  175. data/lib/locales/en/opera.yml +168 -0
  176. data/lib/locales/en/overwatch.yml +2650 -2622
  177. data/lib/locales/en/pearl_jam.yml +213 -0
  178. data/lib/locales/en/phish.yml +392 -1
  179. data/lib/locales/en/pokemon.yml +417 -4
  180. data/lib/locales/en/prince.yml +227 -0
  181. data/lib/locales/en/quote.yml +692 -163
  182. data/lib/locales/en/rock_band.yml +1 -0
  183. data/lib/locales/en/room.yml +68 -0
  184. data/lib/locales/en/rush.yml +32 -0
  185. data/lib/locales/en/shakespeare.yml +21 -24
  186. data/lib/locales/en/show.yml +597 -0
  187. data/lib/locales/en/simpsons.yml +668 -0
  188. data/lib/locales/en/source.yml +30 -0
  189. data/lib/locales/en/star_trek.yml +1 -1
  190. data/lib/locales/en/star_wars.yml +568 -220
  191. data/lib/locales/en/street_fighter.yml +1524 -0
  192. data/lib/locales/en/studio_ghibli.yml +107 -0
  193. data/lib/locales/en/suits.yml +45 -0
  194. data/lib/locales/en/super_mario.yml +58 -0
  195. data/lib/locales/en/super_smash_bros.yml +18 -4
  196. data/lib/locales/en/tolkien.yml +2453 -0
  197. data/lib/locales/en/touhou.yml +839 -0
  198. data/lib/locales/en/volleyball.yml +501 -0
  199. data/lib/locales/en/warhammer_fantasy.yml +582 -0
  200. data/lib/locales/en/witcher.yml +389 -7
  201. data/lib/locales/en/world_of_warcraft.yml +122 -4
  202. data/lib/locales/en/zelda.yml +962 -4
  203. data/lib/locales/en-AU.yml +50 -10
  204. data/lib/locales/en-CA.yml +2 -0
  205. data/lib/locales/en-GB.yml +1 -1
  206. data/lib/locales/en-IND.yml +2 -1
  207. data/lib/locales/en-MS.yml +2 -1
  208. data/lib/locales/en-NEP.yml +4 -1
  209. data/lib/locales/en-NZ.yml +3 -1
  210. data/lib/locales/en-PAK.yml +2 -1
  211. data/lib/locales/en-SG.yml +2 -1
  212. data/lib/locales/en-US.yml +36 -10
  213. data/lib/locales/en-au-ocker.yml +2 -1
  214. data/lib/locales/en.yml +0 -3
  215. data/lib/locales/es-AR.yml +4603 -0
  216. data/lib/locales/es.yml +56 -0
  217. data/lib/locales/fi-FI.yml +1 -1
  218. data/lib/locales/fr-CA.yml +21 -5
  219. data/lib/locales/fr-CH.yml +2 -2
  220. data/lib/locales/fr.yml +12 -6
  221. data/lib/locales/id.yml +3 -1
  222. data/lib/locales/it.yml +2 -1
  223. data/lib/locales/ja.yml +18 -1
  224. data/lib/locales/ko.yml +94 -2
  225. data/lib/locales/nb-NO.yml +4 -2
  226. data/lib/locales/pt-BR.yml +2 -1
  227. data/lib/locales/pt.yml +3 -1
  228. data/lib/locales/ru.yml +3 -1
  229. data/lib/locales/sk.yml +4 -2
  230. data/lib/locales/uk.yml +2 -0
  231. metadata +90 -23
  232. data/lib/locales/en/hobbit.yml +0 -19
  233. data/lib/locales/en/lord_of_the_rings.yml +0 -6
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: faker
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.0
4
+ version: 2.17.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin Curtis
8
8
  - Vitor Oliveira
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-03-25 00:00:00.000000000 Z
12
+ date: 2021-03-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: i18n
@@ -37,56 +37,56 @@ dependencies:
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 5.14.0
40
+ version: 5.14.4
41
41
  type: :development
42
42
  prerelease: false
43
43
  version_requirements: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - '='
46
46
  - !ruby/object:Gem::Version
47
- version: 5.14.0
47
+ version: 5.14.4
48
48
  - !ruby/object:Gem::Dependency
49
49
  name: pry
50
50
  requirement: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - '='
53
53
  - !ruby/object:Gem::Version
54
- version: 0.13.0
54
+ version: 0.14.0
55
55
  type: :development
56
56
  prerelease: false
57
57
  version_requirements: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - '='
60
60
  - !ruby/object:Gem::Version
61
- version: 0.13.0
61
+ version: 0.14.0
62
62
  - !ruby/object:Gem::Dependency
63
63
  name: rake
64
64
  requirement: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - '='
67
67
  - !ruby/object:Gem::Version
68
- version: 13.0.1
68
+ version: 13.0.3
69
69
  type: :development
70
70
  prerelease: false
71
71
  version_requirements: !ruby/object:Gem::Requirement
72
72
  requirements:
73
73
  - - '='
74
74
  - !ruby/object:Gem::Version
75
- version: 13.0.1
75
+ version: 13.0.3
76
76
  - !ruby/object:Gem::Dependency
77
77
  name: rubocop
78
78
  requirement: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - '='
81
81
  - !ruby/object:Gem::Version
82
- version: 0.80.1
82
+ version: 1.11.0
83
83
  type: :development
84
84
  prerelease: false
85
85
  version_requirements: !ruby/object:Gem::Requirement
86
86
  requirements:
87
87
  - - '='
88
88
  - !ruby/object:Gem::Version
89
- version: 0.80.1
89
+ version: 1.11.0
90
90
  - !ruby/object:Gem::Dependency
91
91
  name: simplecov
92
92
  requirement: !ruby/object:Gem::Requirement
@@ -107,42 +107,42 @@ dependencies:
107
107
  requirements:
108
108
  - - '='
109
109
  - !ruby/object:Gem::Version
110
- version: 3.3.5
110
+ version: 3.4.0
111
111
  type: :development
112
112
  prerelease: false
113
113
  version_requirements: !ruby/object:Gem::Requirement
114
114
  requirements:
115
115
  - - '='
116
116
  - !ruby/object:Gem::Version
117
- version: 3.3.5
117
+ version: 3.4.0
118
118
  - !ruby/object:Gem::Dependency
119
119
  name: timecop
120
120
  requirement: !ruby/object:Gem::Requirement
121
121
  requirements:
122
122
  - - '='
123
123
  - !ruby/object:Gem::Version
124
- version: 0.9.1
124
+ version: 0.9.4
125
125
  type: :development
126
126
  prerelease: false
127
127
  version_requirements: !ruby/object:Gem::Requirement
128
128
  requirements:
129
129
  - - '='
130
130
  - !ruby/object:Gem::Version
131
- version: 0.9.1
131
+ version: 0.9.4
132
132
  - !ruby/object:Gem::Dependency
133
133
  name: yard
134
134
  requirement: !ruby/object:Gem::Requirement
135
135
  requirements:
136
136
  - - '='
137
137
  - !ruby/object:Gem::Version
138
- version: 0.9.24
138
+ version: 0.9.26
139
139
  type: :development
140
140
  prerelease: false
141
141
  version_requirements: !ruby/object:Gem::Requirement
142
142
  requirements:
143
143
  - - '='
144
144
  - !ruby/object:Gem::Version
145
- version: 0.9.24
145
+ version: 0.9.26
146
146
  description: 'Faker, a port of Data::Faker from Perl, is used to easily generate fake
147
147
  data: names, addresses, phone numbers, etc.'
148
148
  email:
@@ -179,10 +179,13 @@ files:
179
179
  - lib/faker/default/artist.rb
180
180
  - lib/faker/default/avatar.rb
181
181
  - lib/faker/default/bank.rb
182
+ - lib/faker/default/barcode.rb
182
183
  - lib/faker/default/beer.rb
184
+ - lib/faker/default/blood.rb
183
185
  - lib/faker/default/boolean.rb
184
186
  - lib/faker/default/bossa_nova.rb
185
187
  - lib/faker/default/business.rb
188
+ - lib/faker/default/camera.rb
186
189
  - lib/faker/default/cannabis.rb
187
190
  - lib/faker/default/chile_rut.rb
188
191
  - lib/faker/default/chuck_norris.rb
@@ -193,6 +196,7 @@ files:
193
196
  - lib/faker/default/commerce.rb
194
197
  - lib/faker/default/company.rb
195
198
  - lib/faker/default/compass.rb
199
+ - lib/faker/default/computer.rb
196
200
  - lib/faker/default/construction.rb
197
201
  - lib/faker/default/cosmere.rb
198
202
  - lib/faker/default/crypto.rb
@@ -204,9 +208,11 @@ files:
204
208
  - lib/faker/default/dessert.rb
205
209
  - lib/faker/default/device.rb
206
210
  - lib/faker/default/driving_licence.rb
211
+ - lib/faker/default/drone.rb
207
212
  - lib/faker/default/educator.rb
208
213
  - lib/faker/default/electrical_components.rb
209
214
  - lib/faker/default/esport.rb
215
+ - lib/faker/default/faker_adjective.rb
210
216
  - lib/faker/default/file.rb
211
217
  - lib/faker/default/fillmurray.rb
212
218
  - lib/faker/default/finance.rb
@@ -220,6 +226,7 @@ files:
220
226
  - lib/faker/default/id_number.rb
221
227
  - lib/faker/default/industry_segments.rb
222
228
  - lib/faker/default/internet.rb
229
+ - lib/faker/default/internet_http.rb
223
230
  - lib/faker/default/invoice.rb
224
231
  - lib/faker/default/job.rb
225
232
  - lib/faker/default/json.rb
@@ -231,6 +238,7 @@ files:
231
238
  - lib/faker/default/marketing.rb
232
239
  - lib/faker/default/measurement.rb
233
240
  - lib/faker/default/military.rb
241
+ - lib/faker/default/mountain.rb
234
242
  - lib/faker/default/name.rb
235
243
  - lib/faker/default/nation.rb
236
244
  - lib/faker/default/nato_phonetic_alphabet.rb
@@ -259,6 +267,10 @@ files:
259
267
  - lib/faker/default/vehicle.rb
260
268
  - lib/faker/default/verb.rb
261
269
  - lib/faker/default/world_cup.rb
270
+ - lib/faker/fantasy/tolkien.rb
271
+ - lib/faker/games/clash_of_clans.rb
272
+ - lib/faker/games/control.rb
273
+ - lib/faker/games/dnd.rb
262
274
  - lib/faker/games/dota.rb
263
275
  - lib/faker/games/elder_scrolls.rb
264
276
  - lib/faker/games/fallout.rb
@@ -267,33 +279,50 @@ files:
267
279
  - lib/faker/games/heroes.rb
268
280
  - lib/faker/games/heroes_of_the_storm.rb
269
281
  - lib/faker/games/league_of_legends.rb
282
+ - lib/faker/games/minecraft.rb
270
283
  - lib/faker/games/myst.rb
271
284
  - lib/faker/games/overwatch.rb
272
285
  - lib/faker/games/pokemon.rb
273
286
  - lib/faker/games/sonic_the_hedgehog.rb
287
+ - lib/faker/games/street_fighter.rb
288
+ - lib/faker/games/super_mario.rb
274
289
  - lib/faker/games/super_smash_bros.rb
290
+ - lib/faker/games/touhou.rb
291
+ - lib/faker/games/warhammer_fantasy.rb
275
292
  - lib/faker/games/witcher.rb
276
293
  - lib/faker/games/world_of_warcraft.rb
277
294
  - lib/faker/games/zelda.rb
295
+ - lib/faker/japanese_media/conan.rb
296
+ - lib/faker/japanese_media/doraemon.rb
278
297
  - lib/faker/japanese_media/dragon_ball.rb
298
+ - lib/faker/japanese_media/naruto.rb
279
299
  - lib/faker/japanese_media/one_piece.rb
300
+ - lib/faker/japanese_media/studio_ghibli.rb
280
301
  - lib/faker/japanese_media/sword_art_online.rb
281
302
  - lib/faker/movies/back_to_the_future.rb
303
+ - lib/faker/movies/departed.rb
282
304
  - lib/faker/movies/ghostbusters.rb
283
305
  - lib/faker/movies/harry_potter.rb
284
306
  - lib/faker/movies/hitchhikers_guide_to_the_galaxy.rb
285
307
  - lib/faker/movies/hobbit.rb
308
+ - lib/faker/movies/how_to_train_your_dragon.rb
286
309
  - lib/faker/movies/lebowski.rb
287
310
  - lib/faker/movies/lord_of_the_rings.rb
288
311
  - lib/faker/movies/movie.rb
289
312
  - lib/faker/movies/princess_bride.rb
313
+ - lib/faker/movies/room.rb
290
314
  - lib/faker/movies/star_wars.rb
291
315
  - lib/faker/movies/v_for_vendetta.rb
292
316
  - lib/faker/music/grateful_dead.rb
317
+ - lib/faker/music/hiphop.rb
293
318
  - lib/faker/music/music.rb
294
319
  - lib/faker/music/opera.rb
320
+ - lib/faker/music/pearl_jam.rb
295
321
  - lib/faker/music/phish.rb
322
+ - lib/faker/music/prince.rb
296
323
  - lib/faker/music/rock_band.rb
324
+ - lib/faker/music/rush.rb
325
+ - lib/faker/music/show.rb
297
326
  - lib/faker/music/umphreys_mcgee.rb
298
327
  - lib/faker/quotes/chiquito.rb
299
328
  - lib/faker/quotes/quote.rb
@@ -301,7 +330,9 @@ files:
301
330
  - lib/faker/quotes/shakespeare.rb
302
331
  - lib/faker/sports/basketball.rb
303
332
  - lib/faker/sports/football.rb
333
+ - lib/faker/sports/volleyball.rb
304
334
  - lib/faker/tv_shows/aqua_teen_hunger_force.rb
335
+ - lib/faker/tv_shows/big_bang_theory.rb
305
336
  - lib/faker/tv_shows/bojack_horseman.rb
306
337
  - lib/faker/tv_shows/breaking_bad.rb
307
338
  - lib/faker/tv_shows/buffy.rb
@@ -309,7 +340,9 @@ files:
309
340
  - lib/faker/tv_shows/dr_who.rb
310
341
  - lib/faker/tv_shows/dumb_and_dumber.rb
311
342
  - lib/faker/tv_shows/family_guy.rb
343
+ - lib/faker/tv_shows/final_space.rb
312
344
  - lib/faker/tv_shows/friends.rb
345
+ - lib/faker/tv_shows/futurama.rb
313
346
  - lib/faker/tv_shows/game_of_thrones.rb
314
347
  - lib/faker/tv_shows/hey_arnold.rb
315
348
  - lib/faker/tv_shows/how_i_met_your_mother.rb
@@ -325,6 +358,7 @@ files:
325
358
  - lib/faker/tv_shows/star_trek.rb
326
359
  - lib/faker/tv_shows/stargate.rb
327
360
  - lib/faker/tv_shows/stranger_things.rb
361
+ - lib/faker/tv_shows/suits.rb
328
362
  - lib/faker/tv_shows/the_expanse.rb
329
363
  - lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb
330
364
  - lib/faker/tv_shows/the_it_crowd.rb
@@ -364,6 +398,7 @@ files:
364
398
  - lib/locales/en.yml
365
399
  - lib/locales/en/README.md
366
400
  - lib/locales/en/address.yml
401
+ - lib/locales/en/adjective.yml
367
402
  - lib/locales/en/ancient.yml
368
403
  - lib/locales/en/animal.yml
369
404
  - lib/locales/en/app.yml
@@ -372,18 +407,23 @@ files:
372
407
  - lib/locales/en/artist.yml
373
408
  - lib/locales/en/back_to_the_future.yml
374
409
  - lib/locales/en/bank.yml
410
+ - lib/locales/en/barcode.yml
375
411
  - lib/locales/en/basketball.yml
376
412
  - lib/locales/en/beer.yml
413
+ - lib/locales/en/big_bang_theory.yml
414
+ - lib/locales/en/blood.yml
377
415
  - lib/locales/en/bojack_horseman.yml
378
416
  - lib/locales/en/book.yml
379
417
  - lib/locales/en/bossa_nova.yml
380
418
  - lib/locales/en/breaking_bad.yml
381
419
  - lib/locales/en/buffy.yml
382
420
  - lib/locales/en/business.yml
421
+ - lib/locales/en/camera.yml
383
422
  - lib/locales/en/cannabis.yml
384
423
  - lib/locales/en/cat.yml
385
424
  - lib/locales/en/chiquito.yml
386
425
  - lib/locales/en/chuck_norris.yml
426
+ - lib/locales/en/clash_of_clan.yml
387
427
  - lib/locales/en/code.yml
388
428
  - lib/locales/en/coffee.yml
389
429
  - lib/locales/en/coin.yml
@@ -392,19 +432,27 @@ files:
392
432
  - lib/locales/en/community.yml
393
433
  - lib/locales/en/company.yml
394
434
  - lib/locales/en/compass.yml
435
+ - lib/locales/en/computer.yml
436
+ - lib/locales/en/conan.yml
395
437
  - lib/locales/en/construction.yml
438
+ - lib/locales/en/control.yml
396
439
  - lib/locales/en/cosmere.yml
397
440
  - lib/locales/en/crypto_coin.yml
398
441
  - lib/locales/en/culture_series.yml
399
442
  - lib/locales/en/currency.yml
400
443
  - lib/locales/en/dc_comics.yml
401
444
  - lib/locales/en/demographic.yml
445
+ - lib/locales/en/departed.yml
402
446
  - lib/locales/en/dessert.yml
403
447
  - lib/locales/en/device.yml
448
+ - lib/locales/en/dnd.yml
404
449
  - lib/locales/en/dog.yml
450
+ - lib/locales/en/doraemon.yml
405
451
  - lib/locales/en/dota.yml
406
452
  - lib/locales/en/dr_who.yml
407
453
  - lib/locales/en/dragon_ball.yml
454
+ - lib/locales/en/driving_license.yml
455
+ - lib/locales/en/drone.yml
408
456
  - lib/locales/en/dumb_and_dumber.yml
409
457
  - lib/locales/en/dune.yml
410
458
  - lib/locales/en/educator.yml
@@ -414,12 +462,14 @@ files:
414
462
  - lib/locales/en/fallout.yml
415
463
  - lib/locales/en/family_guy.yml
416
464
  - lib/locales/en/file.yml
465
+ - lib/locales/en/final_space.yml
417
466
  - lib/locales/en/finance.yml
418
467
  - lib/locales/en/food.yml
419
468
  - lib/locales/en/football.yml
420
469
  - lib/locales/en/fresh_prince_of_bel_air.yml
421
470
  - lib/locales/en/friends.yml
422
471
  - lib/locales/en/funny_name.yml
472
+ - lib/locales/en/futurama.yml
423
473
  - lib/locales/en/game.yml
424
474
  - lib/locales/en/game_of_thrones.yml
425
475
  - lib/locales/en/gender.yml
@@ -434,19 +484,19 @@ files:
434
484
  - lib/locales/en/hey_arnold.yml
435
485
  - lib/locales/en/hipster.yml
436
486
  - lib/locales/en/hitchhikers_guide_to_the_galaxy.yml
437
- - lib/locales/en/hobbit.yml
438
487
  - lib/locales/en/horse.yml
439
488
  - lib/locales/en/house.yml
440
489
  - lib/locales/en/how_i_met_your_mother.yml
490
+ - lib/locales/en/how_to_train_your_dragon.yml
441
491
  - lib/locales/en/id_number.yml
442
492
  - lib/locales/en/industry_segments.yml
443
493
  - lib/locales/en/internet.yml
444
494
  - lib/locales/en/invoice.yml
495
+ - lib/locales/en/jack_handey.yml
445
496
  - lib/locales/en/job.yml
446
497
  - lib/locales/en/kpop.yml
447
498
  - lib/locales/en/league_of_legends.yml
448
499
  - lib/locales/en/lebowski.yml
449
- - lib/locales/en/lord_of_the_rings.yml
450
500
  - lib/locales/en/lorem.yml
451
501
  - lib/locales/en/lovecraft.yml
452
502
  - lib/locales/en/markdown.yml
@@ -454,10 +504,13 @@ files:
454
504
  - lib/locales/en/measurement.yml
455
505
  - lib/locales/en/michael_scott.yml
456
506
  - lib/locales/en/military.yml
507
+ - lib/locales/en/minecraft.yml
508
+ - lib/locales/en/mountain.yml
457
509
  - lib/locales/en/movie.yml
458
510
  - lib/locales/en/music.yml
459
511
  - lib/locales/en/myst.yml
460
512
  - lib/locales/en/name.yml
513
+ - lib/locales/en/naruto.yml
461
514
  - lib/locales/en/nation.yml
462
515
  - lib/locales/en/nato_phonetic_alphabet.yml
463
516
  - lib/locales/en/new_girl.yml
@@ -465,9 +518,11 @@ files:
465
518
  - lib/locales/en/opera.yml
466
519
  - lib/locales/en/overwatch.yml
467
520
  - lib/locales/en/parks_and_rec.yml
521
+ - lib/locales/en/pearl_jam.yml
468
522
  - lib/locales/en/phish.yml
469
523
  - lib/locales/en/phone_number.yml
470
524
  - lib/locales/en/pokemon.yml
525
+ - lib/locales/en/prince.yml
471
526
  - lib/locales/en/princess_bride.yml
472
527
  - lib/locales/en/programming_language.yml
473
528
  - lib/locales/en/quote.yml
@@ -476,10 +531,13 @@ files:
476
531
  - lib/locales/en/restaurant.yml
477
532
  - lib/locales/en/rick_and_morty.yml
478
533
  - lib/locales/en/rock_band.yml
534
+ - lib/locales/en/room.yml
479
535
  - lib/locales/en/rupaul.yml
536
+ - lib/locales/en/rush.yml
480
537
  - lib/locales/en/science.yml
481
538
  - lib/locales/en/seinfeld.yml
482
539
  - lib/locales/en/shakespeare.yml
540
+ - lib/locales/en/show.yml
483
541
  - lib/locales/en/silicon_valley.yml
484
542
  - lib/locales/en/simpsons.yml
485
543
  - lib/locales/en/slack_emoji.yml
@@ -491,8 +549,12 @@ files:
491
549
  - lib/locales/en/star_wars.yml
492
550
  - lib/locales/en/stargate.yml
493
551
  - lib/locales/en/stranger_thing.yml
552
+ - lib/locales/en/street_fighter.yml
494
553
  - lib/locales/en/stripe.yml
554
+ - lib/locales/en/studio_ghibli.yml
495
555
  - lib/locales/en/subscription.yml
556
+ - lib/locales/en/suits.yml
557
+ - lib/locales/en/super_mario.yml
496
558
  - lib/locales/en/super_smash_bros.yml
497
559
  - lib/locales/en/superhero.yml
498
560
  - lib/locales/en/sword_art_online.yml
@@ -500,6 +562,8 @@ files:
500
562
  - lib/locales/en/the_expanse.yml
501
563
  - lib/locales/en/the_it_crowd.yml
502
564
  - lib/locales/en/the_thick_of_it.yml
565
+ - lib/locales/en/tolkien.yml
566
+ - lib/locales/en/touhou.yml
503
567
  - lib/locales/en/twin_peaks.yml
504
568
  - lib/locales/en/umphreys_mcgee.yml
505
569
  - lib/locales/en/university.yml
@@ -507,11 +571,14 @@ files:
507
571
  - lib/locales/en/vehicle.yml
508
572
  - lib/locales/en/venture_bros.yml
509
573
  - lib/locales/en/verbs.yml
574
+ - lib/locales/en/volleyball.yml
575
+ - lib/locales/en/warhammer_fantasy.yml
510
576
  - lib/locales/en/witcher.yml
511
577
  - lib/locales/en/world_cup.yml
512
578
  - lib/locales/en/world_of_warcraft.yml
513
579
  - lib/locales/en/yoda.yml
514
580
  - lib/locales/en/zelda.yml
581
+ - lib/locales/es-AR.yml
515
582
  - lib/locales/es-MX.yml
516
583
  - lib/locales/es.yml
517
584
  - lib/locales/fa.yml
@@ -550,7 +617,7 @@ metadata:
550
617
  bug_tracker_uri: https://github.com/faker-ruby/faker/issues
551
618
  documentation_uri: https://rubydoc.info/github/faker-ruby/faker/master
552
619
  yard.run: yri
553
- post_install_message:
620
+ post_install_message:
554
621
  rdoc_options: []
555
622
  require_paths:
556
623
  - lib
@@ -558,15 +625,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
558
625
  requirements:
559
626
  - - ">="
560
627
  - !ruby/object:Gem::Version
561
- version: '2.3'
628
+ version: '2.5'
562
629
  required_rubygems_version: !ruby/object:Gem::Requirement
563
630
  requirements:
564
631
  - - ">="
565
632
  - !ruby/object:Gem::Version
566
633
  version: '0'
567
634
  requirements: []
568
- rubygems_version: 3.0.4
569
- signing_key:
635
+ rubygems_version: 3.1.2
636
+ signing_key:
570
637
  specification_version: 4
571
638
  summary: Easily generate fake data
572
639
  test_files: []
@@ -1,19 +0,0 @@
1
- en:
2
- faker:
3
- hobbit:
4
- character: ["Bilbo Baggins", "Bungo Baggins", "Belladonna Took", "Bullroarer Took", "Gandalf The Grey", "Radagast", "Dain", "Thorin Oakenshield", "Fili", "Kili", "Balin", "Dwalin", "Oin", "Gloin", "Dori", "Nori", "Ori", "Bifur", "Bofur", "Bombur", "Elrond", "Galion", "Bard the Bowman", "Beorn", "Tom", "Bert", "William (Bill Huggins)", "Gollum", "The Necromancer", "Smaug", "Carc", "Roac", "The Lord of the Eagles", "The Great Goblin", "Bolg", "Golfimbul"]
5
- thorins_company: ["Thorin Oakenshield", "Fili", "Kili", "Balin", "Dwalin", "Oin", "Gloin", "Dori", "Nori", "Ori", "Bifur", "Bofur", "Bombur", "Gandalf", "Bilbo Baggins"]
6
- quote: [
7
- "Do you wish me a good morning, or mean that it is a good morning whether I want it or not; or that you feel good this morning; or that it is a morning to be good on?",
8
- "There is nothing like looking, if you want to find something. You certainly usually find something, if you look, but it is not always quite the something you were after.",
9
- "In a hole in the ground there lived a hobbit.",
10
- "It does not do to leave a live dragon out of your calculations, if you live near him.",
11
- "May the wind under your wings bear you where the sun sails and the moon walks.",
12
- "Where there's life there's hope.",
13
- "So comes snow after fire, and even dragons have their endings.",
14
- "Where did you go to, if I may ask?' said Thorin to Gandalf as they rode along. To look ahead,' said he. And what brought you back in the nick of time?' Looking behind,' said he.",
15
- "'You have nice manners for a thief and a liar,' said the dragon.",
16
- "May the hair on your toes never fall out!",
17
- "The road goes ever on and on",
18
- "Never laugh at live dragons, Bilbo you fool!" ]
19
- location: ["Bree", "The Shire", "Rivendell", "The Misty Mountains", "Beorn's Hall", "Mirkwood", "Esgaroth", "Erebor", "Bag-End", "Under-Hill", "Mount Gram", "Green Fields", "Last Desert", "Lonely Mountain", "Withered Heath", "Country Round", "Long Lake", "River Running", "Mines of Moria", "Green Dragon Inn", "Bywater", "The Great Mill", "Wilderland", "Gondolin", "Land Beyond", "Goblin Gate", "Carrock", "High Pass", "Great River", "Grey Mountains", "Land of the Necromancer", "Long Marshes", "Forest River", "Lake Town", "Dorwinion", "Ravenhill", "Iron Hills", "Mount Gundabad"]
@@ -1,6 +0,0 @@
1
- en:
2
- faker:
3
- lord_of_the_rings:
4
- characters: ["Frodo Baggins", "Gandalf the Grey", "Samwise Gamgee", "Meriadoc Brandybuck", "Peregrin Took", "Aragorn", "Legolas", "Gimli", "Boromir", "Sauron", "Gollum", "Bilbo Baggins", "Tom Bombadil", "Glorfindel", "Elrond", "Arwen Evenstar", "Galadriel", "Saruman the White", "Éomer", "Théoden", "Éowyn", "Grìma Wormtongue", "Shadowfax", "Treebeard", "Quickbeam", "Shelob", "Faramir", "Denethor", "Beregond", "Barliman Butterbur"]
5
- locations: ["Aglarond", "Aldburg", "Andustar", "Angband", "Argonath", "Bag End", "Barad-dûr", "Black Gate", "Bridge of Khazad-dûm", "Carchost", "Cirith Ungol", "Coldfells", "Crack of Doom", "Dark Land", "Dol Guldur", "Dome of Stars", "Doors of Durin", "Doriath", "East Beleriand", "Eastfarthing", "East Road", "Eithel Sirion", "Elostirion", "Enchanted Isles", "Endless Stair", "Eä", "Falls of Rauros", "Fens of Serech", "Field of Celebrant", "Fords of Isen", "The Forsaken Inn", "Gap of Rohan", "Gladden Fields", "Gorgoroth", "Greenway", "Haudh-en-Nirnaeth", "Haven of the Eldar", "Helm's Deep", "Henneth Annûn", "Hobbit-hole", "Houses of Healing", "Hyarnustar", "Ilmen", "Inn of the Prancing Pony", "Isengard", "Isenmouthe", "Isle of Balar", "Land of the Sun", "Losgar", "Luthany", "Lothlorièn", "Maglor's Gap", "Marish", "Meduseld", "Minas Tirith", "Minhiriath", "Máhanaxar", "Narchost", "Nargothrond", "Núath", "Old Ford", "Old Forest", "Old Forest Road", "Orthanc", "Parth Galen", "Paths of the Dead", "Pelennor Fields", "Rath Dínen", "Regions of the Shire", "Rivendell", "The Rivers and Beacon-Hills of Gondor", "Sarn Ford", "Taur-en-Faroth", "Taur-im-Duinath", "Timeless Halls", "Tol Brandir", "Tol Galen", "Tol Morwen", "Tol-in-Gaurhoth", "Tumladen", "Utumno", "Vaiya", "Vista", "The Void", "Warning beacons of Gondor"]
6
- quotes: ["Often does hatred hurt itself!", "Go now, and die in what way seems best to you.", "Memory is not what the heart desires. That is only a mirror....", "Dwarves’ tongues run on when speaking of their handiwork, they say.", "But all’s well as ends well", "Sing, all ye children of the West", "...and all the stars flowered in the sky.", "Clothes are but little loss, if you escape from drowning.", "The wolf that one hears is worse than the orc that one fears. - Boromir", "I don't keep water in my pockets.", "For he gave it up in the end of his own accord: an important point. No,", "I could not 'make' you--except by force, which would break your mind.", "Their faces were as a rule good-natured rather than beautiful.", "The Lord of the Ringwraiths had met his doom.", "Many that live deserve death. And some that die deserve life", "Short cuts make delays, but inns make longer ones.", "But where the warg howls, there also the orc prowls. - Aragorn", "In winter here no heart could mourn for summer or for spring.","his old life lay behind in the mists, dark adventure lay in front.", "I sang of leaves, of leaves of gold, and leaves of gold there grew", "Someone else always has to carry on the story.", "It's the job that's never started as takes longest to finish.", "Moonlight drowns out all but the brightest stars.", "Fear nothing! Have peace until the morning! Heed no nightly noises!", "I’ll get there, if I leave everything but my bones behind,", "NO ADMITTANCE EXCEPT ON PARTY BUSINESS.", "Real names tell you the story of the things they belong to", "Deeds will not be less valiant because they are unpraised.", "Even the smallest person can change the course of the future.", "Who knows? Have patience. Go where you must go, and hope!", "Yet dawn is ever the hope of men,’ said Aragorn.", "You will soon be well, if I do not talk you to death.", "Memory is not what the heart desires. That is only a mirror,", "You have shown your usual cunning in getting up just in time for a meal.", "The great storm is coming, but the tide has turned.", "...as young and as ancient as Spring....", "Why couldn’t he stop talking and let them drink his health?", "Not all those who wander are lost", "But in this at least thou shalt not defy my will: to rule my own end.", "I look foul and feel fair.","It's the job that's never started as takes longest to finish.", "Moonlight drowns out all but the brightest stars.", "I didn't think it would end this way.", "Home is behind, the world ahead", "All's well that ends better.", "I want to be a healer, and love all things that grow and are not barren.", "Where there's life there's hope, and need of vittles.", "A hunted man sometimes wearies of distrust and longs for friendship.", "The leaves were long, the grass was green", "Begone, foul dwimmerlaik, lord of carrion! Leave the dead in peace!", "The world is indeed full of peril and in it there are many dark places.", "To the sea, to the sea! The white gulls are crying", "Do not scorn pity that is the gift of a gentle heart, Éowyn!", "I wish the Ring had never come to me. I wish none of this had happened."]