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
@@ -92,3 +92,59 @@ es:
92
92
  payment_methods: ["Tarjeta de credito", "Tarjeta de débito", "Paypal", "Efectivo", "Transferencia de dinero", "Bitcoins", "Cheque", "Apple Pay", "Google Pay", "WeChat Pay", "Alipay", "Visa Checkout"]
93
93
  subscription_terms: ["Diaria", "Semanal", "Mensual", "Anual", "Bienal", "Trienal", "Quinquenal", "De por vida"]
94
94
  payment_terms: ["Pago por adelantado", "Mensual", "Anual", "Suscripción completa"]
95
+
96
+ vehicle:
97
+ license_plate: '####[B-DF-HJ-NPR-TV-Z]{3}'
98
+ license_plate_by_state:
99
+ A: 'A####[A-PS-Z]{1,2}'
100
+ AB: 'AB####[A-PS-Z]{1,2}'
101
+ AL: 'AL####[A-PS-Z]{1,2}'
102
+ AV: 'AV####[A-PS-Z]{1,2}'
103
+ B: 'B####[A-PS-Z]{1,2}'
104
+ BA: 'BA####[A-PS-Z]{1,2}'
105
+ BI: 'BI####[A-PS-Z]{1,2}'
106
+ BU: 'BU####[A-PS-Z]{1,2}'
107
+ C: 'C####[A-PS-Z]{1,2}'
108
+ CA: 'CA####[A-PS-Z]{1,2}'
109
+ CC: 'CC####[A-PS-Z]{1,2}'
110
+ CS: 'CS####[A-PS-Z]{1,2}'
111
+ CE: 'CE####[A-PS-Z]{1,2}'
112
+ CO: 'CO####[A-PS-Z]{1,2}'
113
+ CR: 'CR####[A-PS-Z]{1,2}'
114
+ CU: 'CU####[A-PS-Z]{1,2}'
115
+ GC: 'GC####[A-PS-Z]{1,2}'
116
+ GI: 'GI####[A-PS-Z]{1,2}'
117
+ GR: 'GR####[A-PS-Z]{1,2}'
118
+ GU: 'GU####[A-PS-Z]{1,2}'
119
+ H: 'H####[A-PS-Z]{1,2}'
120
+ HU: 'HU####[A-PS-Z]{1,2}'
121
+ IB: 'IB####[A-PS-Z]{1,2}'
122
+ J: 'J####[A-PS-Z]{1,2}'
123
+ L: 'L####[A-PS-Z]{1,2}'
124
+ LE: 'LE####[A-PS-Z]{1,2}'
125
+ LO: 'LO####[A-PS-Z]{1,2}'
126
+ LU: 'LU####[A-PS-Z]{1,2}'
127
+ M: 'M####[A-PS-Z]{1,2}'
128
+ MA: 'MA####[A-PS-Z]{1,2}'
129
+ ML: 'ML####[A-PS-Z]{1,2}'
130
+ MU: 'MU####[A-PS-Z]{1,2}'
131
+ NA: 'NA####[A-PS-Z]{1,2}'
132
+ O: 'O####[A-PS-Z]{1,2}'
133
+ OU: 'OU####[A-PS-Z]{1,2}'
134
+ P: 'P####[A-PS-Z]{1,2}'
135
+ PO: 'PO####[A-PS-Z]{1,2}'
136
+ S: 'S####[A-PS-Z]{1,2}'
137
+ SA: 'SA####[A-PS-Z]{1,2}'
138
+ SE: 'SE####[A-PS-Z]{1,2}'
139
+ SG: 'SG####[A-PS-Z]{1,2}'
140
+ SO: 'SO####[A-PS-Z]{1,2}'
141
+ SS: 'SS####[A-PS-Z]{1,2}'
142
+ T: 'T####[A-PS-Z]{1,2}'
143
+ TE: 'TE####[A-PS-Z]{1,2}'
144
+ TF: 'TF####[A-PS-Z]{1,2}'
145
+ TO: 'TO####[A-PS-Z]{1,2}'
146
+ V: 'V####[A-PS-Z]{1,2}'
147
+ VA: 'VA####[A-PS-Z]{1,2}'
148
+ VI: 'VI####[A-PS-Z]{1,2}'
149
+ Z: 'Z####[A-PS-Z]{1,2}'
150
+ ZA: 'ZA####[A-PS-Z]{1,2}'
@@ -69,7 +69,11 @@ ja:
69
69
 
70
70
  name:
71
71
  last_name: ["佐藤", "鈴木", "高橋", "田中", "伊藤", "山本", "渡辺", "中村", "小林", "加藤", "吉田", "山田", "佐々木", "山口", "松本", "井上", "木村", "林", "斎藤", "清水", "山崎", "阿部", "森", "池田", "橋本", "山下", "石川", "中島", "前田", "藤田", "後藤", "小川", "岡田", "村上", "長谷川", "近藤", "石井", "斉藤", "坂本", "遠藤", "藤井", "青木", "福田", "三浦", "西村", "藤原", "太田", "松田", "原田", "岡本", "中野", "中川", "小野", "田村", "竹内", "金子", "中山", "和田", "石田", "工藤", "上田", "原", "森田", "酒井", "横山", "柴田", "宮崎", "宮本", "内田", "高木", "谷口", "安藤", "丸山", "今井", "大野", "高田", "菅原", "河野", "武田", "藤本", "上野", "杉山", "千葉", "村田", "増田", "小島", "小山", "大塚", "平野", "久保", "渡部", "松井", "菊地", "岩崎", "松尾", "佐野", "木下", "野口", "野村", "新井"]
72
- first_name: ["翔太", "蓮", "翔", "陸", "颯太", "悠斗", "大翔", "翼", "樹", "奏太", "大和", "大輝", "悠", "隼人", "健太", "大輔", "駿", "陽斗", "優", "陽", "悠人", "誠", "拓海", "仁", "悠太", "悠真", "大地", "健", "遼", "大樹", "諒", "響", "太一", "一郎", "優斗", "亮", "海斗", "颯", "亮太", "匠", "陽太", "航", "瑛太", "直樹", "空", "光", "太郎", "輝", "一輝", "蒼", "葵", "優那", "優奈", "凛", "陽菜", "愛", "結衣", "美咲", "楓", "さくら", "遥", "美優", "莉子", "七海", "美月", "結菜", "真央", "花音", "陽子", "舞", "美羽", "優衣", "未来", "彩", "彩乃", "彩花", "優", "智子", "奈々", "千尋", "愛美", "優菜", "杏", "裕子", "芽衣", "綾乃", "琴音", "桜", "恵", "杏奈", "美桜", "優花", "玲奈", "結", "茜", "美穂", "明日香", "愛子", "美緒", "碧"]
72
+ male_first_name: ["翔太", "蓮", "翔", "陸", "颯太", "悠斗", "大翔", "翼", "樹", "奏太", "大和", "大輝", "悠", "隼人", "健太", "大輔", "駿", "陽斗", "優", "陽", "悠人", "誠", "拓海", "仁", "悠太", "悠真", "大地", "健", "遼", "大樹", "諒", "響", "太一", "一郎", "優斗", "亮", "海斗", "颯", "亮太", "匠", "陽太", "航", "瑛太", "直樹", "空", "光", "太郎", "輝", "一輝", "蒼"]
73
+ female_first_name: ["葵", "優那", "優奈", "凛", "陽菜", "愛", "結衣", "美咲", "楓", "さくら", "遥", "美優", "莉子", "七海", "美月", "結菜", "真央", "花音", "陽子", "舞", "美羽", "優衣", "未来", "彩", "彩乃", "彩花", "優", "智子", "奈々", "千尋", "愛美", "優菜", "杏", "裕子", "芽衣", "綾乃", "琴音", "桜", "恵", "杏奈", "美桜", "優花", "玲奈", "結", "茜", "美穂", "明日香", "愛子", "美緒", "碧"]
74
+ first_name:
75
+ - "#{female_first_name}"
76
+ - "#{male_first_name}"
73
77
  name:
74
78
  - "#{last_name} #{first_name}"
75
79
  name_with_middle:
@@ -670,7 +670,7 @@ pt-BR:
670
670
  measurement_sizes: ["Pitada", "1/4", "1/3", "1/2", "1", "2", "3"]
671
671
 
672
672
  vehicle:
673
- license_plate: '???-####'
673
+ license_plate: ['???-####', '???#?##', '???##?#']
674
674
  license_plate_by_state:
675
675
  AC: ["MZ[N-Z]-####", "NA[A-G]-####", "NX[R-T]-####", "OVG-####", "OXP-####", "QL[U-Z]-####"]
676
676
  AL: ["MU?-####", "MV[A-K]-####", "NL[V-Z]-####", "NM[A-O]-####", "OH[B-K]-####", "OR[D-M]-####", "OXN-####", "QL[A-M]-####"]
@@ -25,6 +25,8 @@ uk:
25
25
  - "#{masculine_street_prefix} #{masculine_street_title}"
26
26
  street_address:
27
27
  - "#{street_name}, #{building_number}"
28
+ full_address:
29
+ - "#{street_address}, #{city}, #{state}, #{postcode}"
28
30
  default_country: [Україна]
29
31
 
30
32
  internet:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: faker
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.14.0
4
+ version: 2.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benjamin Curtis
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-09-16 00:00:00.000000000 Z
12
+ date: 2020-11-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: i18n
@@ -79,14 +79,14 @@ dependencies:
79
79
  requirements:
80
80
  - - '='
81
81
  - !ruby/object:Gem::Version
82
- version: 0.90.0
82
+ version: 1.1.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.90.0
89
+ version: 1.1.0
90
90
  - !ruby/object:Gem::Dependency
91
91
  name: simplecov
92
92
  requirement: !ruby/object:Gem::Requirement
@@ -107,28 +107,28 @@ dependencies:
107
107
  requirements:
108
108
  - - '='
109
109
  - !ruby/object:Gem::Version
110
- version: 3.3.6
110
+ version: 3.3.7
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.6
117
+ version: 3.3.7
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.2
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.2
132
132
  - !ruby/object:Gem::Dependency
133
133
  name: yard
134
134
  requirement: !ruby/object:Gem::Requirement
@@ -185,6 +185,7 @@ files:
185
185
  - lib/faker/default/boolean.rb
186
186
  - lib/faker/default/bossa_nova.rb
187
187
  - lib/faker/default/business.rb
188
+ - lib/faker/default/camera.rb
188
189
  - lib/faker/default/cannabis.rb
189
190
  - lib/faker/default/chile_rut.rb
190
191
  - lib/faker/default/chuck_norris.rb
@@ -211,6 +212,7 @@ files:
211
212
  - lib/faker/default/educator.rb
212
213
  - lib/faker/default/electrical_components.rb
213
214
  - lib/faker/default/esport.rb
215
+ - lib/faker/default/faker_adjective.rb
214
216
  - lib/faker/default/file.rb
215
217
  - lib/faker/default/fillmurray.rb
216
218
  - lib/faker/default/finance.rb
@@ -236,6 +238,7 @@ files:
236
238
  - lib/faker/default/marketing.rb
237
239
  - lib/faker/default/measurement.rb
238
240
  - lib/faker/default/military.rb
241
+ - lib/faker/default/mountain.rb
239
242
  - lib/faker/default/name.rb
240
243
  - lib/faker/default/nation.rb
241
244
  - lib/faker/default/nato_phonetic_alphabet.rb
@@ -264,6 +267,8 @@ files:
264
267
  - lib/faker/default/vehicle.rb
265
268
  - lib/faker/default/verb.rb
266
269
  - lib/faker/default/world_cup.rb
270
+ - lib/faker/fantasy/tolkien.rb
271
+ - lib/faker/games/clash_of_clans.rb
267
272
  - lib/faker/games/control.rb
268
273
  - lib/faker/games/dnd.rb
269
274
  - lib/faker/games/dota.rb
@@ -280,13 +285,18 @@ files:
280
285
  - lib/faker/games/pokemon.rb
281
286
  - lib/faker/games/sonic_the_hedgehog.rb
282
287
  - lib/faker/games/street_fighter.rb
288
+ - lib/faker/games/super_mario.rb
283
289
  - lib/faker/games/super_smash_bros.rb
284
290
  - lib/faker/games/warhammer_fantasy.rb
285
291
  - lib/faker/games/witcher.rb
286
292
  - lib/faker/games/world_of_warcraft.rb
287
293
  - lib/faker/games/zelda.rb
294
+ - lib/faker/japanese_media/conan.rb
295
+ - lib/faker/japanese_media/doraemon.rb
288
296
  - lib/faker/japanese_media/dragon_ball.rb
297
+ - lib/faker/japanese_media/naruto.rb
289
298
  - lib/faker/japanese_media/one_piece.rb
299
+ - lib/faker/japanese_media/studio_ghibli.rb
290
300
  - lib/faker/japanese_media/sword_art_online.rb
291
301
  - lib/faker/movies/back_to_the_future.rb
292
302
  - lib/faker/movies/departed.rb
@@ -294,13 +304,16 @@ files:
294
304
  - lib/faker/movies/harry_potter.rb
295
305
  - lib/faker/movies/hitchhikers_guide_to_the_galaxy.rb
296
306
  - lib/faker/movies/hobbit.rb
307
+ - lib/faker/movies/how_to_train_your_dragon.rb
297
308
  - lib/faker/movies/lebowski.rb
298
309
  - lib/faker/movies/lord_of_the_rings.rb
299
310
  - lib/faker/movies/movie.rb
300
311
  - lib/faker/movies/princess_bride.rb
312
+ - lib/faker/movies/room.rb
301
313
  - lib/faker/movies/star_wars.rb
302
314
  - lib/faker/movies/v_for_vendetta.rb
303
315
  - lib/faker/music/grateful_dead.rb
316
+ - lib/faker/music/hiphop.rb
304
317
  - lib/faker/music/music.rb
305
318
  - lib/faker/music/opera.rb
306
319
  - lib/faker/music/pearl_jam.rb
@@ -316,6 +329,7 @@ files:
316
329
  - lib/faker/quotes/shakespeare.rb
317
330
  - lib/faker/sports/basketball.rb
318
331
  - lib/faker/sports/football.rb
332
+ - lib/faker/sports/volleyball.rb
319
333
  - lib/faker/tv_shows/aqua_teen_hunger_force.rb
320
334
  - lib/faker/tv_shows/big_bang_theory.rb
321
335
  - lib/faker/tv_shows/bojack_horseman.rb
@@ -325,6 +339,7 @@ files:
325
339
  - lib/faker/tv_shows/dr_who.rb
326
340
  - lib/faker/tv_shows/dumb_and_dumber.rb
327
341
  - lib/faker/tv_shows/family_guy.rb
342
+ - lib/faker/tv_shows/final_space.rb
328
343
  - lib/faker/tv_shows/friends.rb
329
344
  - lib/faker/tv_shows/futurama.rb
330
345
  - lib/faker/tv_shows/game_of_thrones.rb
@@ -382,6 +397,7 @@ files:
382
397
  - lib/locales/en.yml
383
398
  - lib/locales/en/README.md
384
399
  - lib/locales/en/address.yml
400
+ - lib/locales/en/adjective.yml
385
401
  - lib/locales/en/ancient.yml
386
402
  - lib/locales/en/animal.yml
387
403
  - lib/locales/en/app.yml
@@ -401,10 +417,12 @@ files:
401
417
  - lib/locales/en/breaking_bad.yml
402
418
  - lib/locales/en/buffy.yml
403
419
  - lib/locales/en/business.yml
420
+ - lib/locales/en/camera.yml
404
421
  - lib/locales/en/cannabis.yml
405
422
  - lib/locales/en/cat.yml
406
423
  - lib/locales/en/chiquito.yml
407
424
  - lib/locales/en/chuck_norris.yml
425
+ - lib/locales/en/clash_of_clan.yml
408
426
  - lib/locales/en/code.yml
409
427
  - lib/locales/en/coffee.yml
410
428
  - lib/locales/en/coin.yml
@@ -414,6 +432,7 @@ files:
414
432
  - lib/locales/en/company.yml
415
433
  - lib/locales/en/compass.yml
416
434
  - lib/locales/en/computer.yml
435
+ - lib/locales/en/conan.yml
417
436
  - lib/locales/en/construction.yml
418
437
  - lib/locales/en/control.yml
419
438
  - lib/locales/en/cosmere.yml
@@ -427,6 +446,7 @@ files:
427
446
  - lib/locales/en/device.yml
428
447
  - lib/locales/en/dnd.yml
429
448
  - lib/locales/en/dog.yml
449
+ - lib/locales/en/doraemon.yml
430
450
  - lib/locales/en/dota.yml
431
451
  - lib/locales/en/dr_who.yml
432
452
  - lib/locales/en/dragon_ball.yml
@@ -441,6 +461,7 @@ files:
441
461
  - lib/locales/en/fallout.yml
442
462
  - lib/locales/en/family_guy.yml
443
463
  - lib/locales/en/file.yml
464
+ - lib/locales/en/final_space.yml
444
465
  - lib/locales/en/finance.yml
445
466
  - lib/locales/en/food.yml
446
467
  - lib/locales/en/football.yml
@@ -462,19 +483,19 @@ files:
462
483
  - lib/locales/en/hey_arnold.yml
463
484
  - lib/locales/en/hipster.yml
464
485
  - lib/locales/en/hitchhikers_guide_to_the_galaxy.yml
465
- - lib/locales/en/hobbit.yml
466
486
  - lib/locales/en/horse.yml
467
487
  - lib/locales/en/house.yml
468
488
  - lib/locales/en/how_i_met_your_mother.yml
489
+ - lib/locales/en/how_to_train_your_dragon.yml
469
490
  - lib/locales/en/id_number.yml
470
491
  - lib/locales/en/industry_segments.yml
471
492
  - lib/locales/en/internet.yml
472
493
  - lib/locales/en/invoice.yml
494
+ - lib/locales/en/jack_handey.yml
473
495
  - lib/locales/en/job.yml
474
496
  - lib/locales/en/kpop.yml
475
497
  - lib/locales/en/league_of_legends.yml
476
498
  - lib/locales/en/lebowski.yml
477
- - lib/locales/en/lord_of_the_rings.yml
478
499
  - lib/locales/en/lorem.yml
479
500
  - lib/locales/en/lovecraft.yml
480
501
  - lib/locales/en/markdown.yml
@@ -483,10 +504,12 @@ files:
483
504
  - lib/locales/en/michael_scott.yml
484
505
  - lib/locales/en/military.yml
485
506
  - lib/locales/en/minecraft.yml
507
+ - lib/locales/en/mountain.yml
486
508
  - lib/locales/en/movie.yml
487
509
  - lib/locales/en/music.yml
488
510
  - lib/locales/en/myst.yml
489
511
  - lib/locales/en/name.yml
512
+ - lib/locales/en/naruto.yml
490
513
  - lib/locales/en/nation.yml
491
514
  - lib/locales/en/nato_phonetic_alphabet.yml
492
515
  - lib/locales/en/new_girl.yml
@@ -507,6 +530,7 @@ files:
507
530
  - lib/locales/en/restaurant.yml
508
531
  - lib/locales/en/rick_and_morty.yml
509
532
  - lib/locales/en/rock_band.yml
533
+ - lib/locales/en/room.yml
510
534
  - lib/locales/en/rupaul.yml
511
535
  - lib/locales/en/rush.yml
512
536
  - lib/locales/en/science.yml
@@ -526,8 +550,10 @@ files:
526
550
  - lib/locales/en/stranger_thing.yml
527
551
  - lib/locales/en/street_fighter.yml
528
552
  - lib/locales/en/stripe.yml
553
+ - lib/locales/en/studio_ghibli.yml
529
554
  - lib/locales/en/subscription.yml
530
555
  - lib/locales/en/suits.yml
556
+ - lib/locales/en/super_mario.yml
531
557
  - lib/locales/en/super_smash_bros.yml
532
558
  - lib/locales/en/superhero.yml
533
559
  - lib/locales/en/sword_art_online.yml
@@ -535,6 +561,7 @@ files:
535
561
  - lib/locales/en/the_expanse.yml
536
562
  - lib/locales/en/the_it_crowd.yml
537
563
  - lib/locales/en/the_thick_of_it.yml
564
+ - lib/locales/en/tolkien.yml
538
565
  - lib/locales/en/twin_peaks.yml
539
566
  - lib/locales/en/umphreys_mcgee.yml
540
567
  - lib/locales/en/university.yml
@@ -542,6 +569,7 @@ files:
542
569
  - lib/locales/en/vehicle.yml
543
570
  - lib/locales/en/venture_bros.yml
544
571
  - lib/locales/en/verbs.yml
572
+ - lib/locales/en/volleyball.yml
545
573
  - lib/locales/en/warhammer_fantasy.yml
546
574
  - lib/locales/en/witcher.yml
547
575
  - lib/locales/en/world_cup.yml
@@ -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."]