faker 2.14.0 → 2.18.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (194) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +218 -19
  3. data/History.md +4 -4
  4. data/README.md +18 -1
  5. data/lib/faker.rb +12 -13
  6. data/lib/faker/blockchain/aeternity.rb +4 -4
  7. data/lib/faker/blockchain/bitcoin.rb +2 -2
  8. data/lib/faker/blockchain/tezos.rb +30 -2
  9. data/lib/faker/books/dune.rb +15 -2
  10. data/lib/faker/books/lovecraft.rb +8 -4
  11. data/lib/faker/creature/bird.rb +203 -0
  12. data/lib/faker/default/address.rb +4 -4
  13. data/lib/faker/default/app.rb +1 -1
  14. data/lib/faker/default/avatar.rb +1 -1
  15. data/lib/faker/default/bank.rb +20 -6
  16. data/lib/faker/default/barcode.rb +44 -33
  17. data/lib/faker/default/beer.rb +3 -3
  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 +3 -2
  21. data/lib/faker/default/chuck_norris.rb +1 -0
  22. data/lib/faker/default/code.rb +5 -5
  23. data/lib/faker/default/commerce.rb +1 -1
  24. data/lib/faker/default/company.rb +58 -10
  25. data/lib/faker/default/crypto.rb +17 -4
  26. data/lib/faker/default/driving_licence.rb +4 -3
  27. data/lib/faker/default/drone.rb +25 -25
  28. data/lib/faker/default/educator.rb +13 -0
  29. data/lib/faker/default/faker_adjective.rb +35 -0
  30. data/lib/faker/default/file.rb +6 -4
  31. data/lib/faker/default/finance.rb +21 -0
  32. data/lib/faker/default/food.rb +1 -1
  33. data/lib/faker/default/hipster.rb +14 -11
  34. data/lib/faker/default/id_number.rb +36 -2
  35. data/lib/faker/default/internet.rb +232 -6
  36. data/lib/faker/default/invoice.rb +1 -1
  37. data/lib/faker/default/json.rb +7 -6
  38. data/lib/faker/default/lorem.rb +160 -5
  39. data/lib/faker/default/lorem_flickr.rb +3 -8
  40. data/lib/faker/default/lorem_pixel.rb +2 -1
  41. data/lib/faker/default/markdown.rb +4 -2
  42. data/lib/faker/default/measurement.rb +3 -2
  43. data/lib/faker/default/military.rb +26 -0
  44. data/lib/faker/default/mountain.rb +33 -0
  45. data/lib/faker/default/number.rb +23 -6
  46. data/lib/faker/default/omniauth.rb +5 -10
  47. data/lib/faker/default/placeholdit.rb +3 -2
  48. data/lib/faker/default/relationship.rb +1 -1
  49. data/lib/faker/default/science.rb +26 -0
  50. data/lib/faker/default/space.rb +1 -1
  51. data/lib/faker/default/string.rb +3 -2
  52. data/lib/faker/default/stripe.rb +3 -3
  53. data/lib/faker/default/tea.rb +41 -0
  54. data/lib/faker/default/types.rb +4 -3
  55. data/lib/faker/default/vehicle.rb +1 -1
  56. data/lib/faker/fantasy/tolkien.rb +67 -0
  57. data/lib/faker/games/clash_of_clans.rb +48 -0
  58. data/lib/faker/games/control.rb +1 -1
  59. data/lib/faker/games/dnd.rb +6 -6
  60. data/lib/faker/games/elder_scrolls.rb +26 -0
  61. data/lib/faker/games/heroes.rb +13 -0
  62. data/lib/faker/games/minecraft.rb +65 -0
  63. data/lib/faker/games/street_fighter.rb +4 -4
  64. data/lib/faker/games/super_mario.rb +48 -0
  65. data/lib/faker/games/touhou.rb +75 -0
  66. data/lib/faker/games/witcher.rb +39 -0
  67. data/lib/faker/games/world_of_warcraft.rb +26 -1
  68. data/lib/faker/japanese_media/conan.rb +48 -0
  69. data/lib/faker/japanese_media/doraemon.rb +48 -0
  70. data/lib/faker/japanese_media/dragon_ball.rb +26 -0
  71. data/lib/faker/japanese_media/naruto.rb +61 -0
  72. data/lib/faker/japanese_media/studio_ghibli.rb +48 -0
  73. data/lib/faker/movies/hobbit.rb +4 -4
  74. data/lib/faker/movies/how_to_train_your_dragon.rb +48 -0
  75. data/lib/faker/movies/lord_of_the_rings.rb +3 -3
  76. data/lib/faker/movies/room.rb +63 -0
  77. data/lib/faker/movies/star_wars.rb +74 -2
  78. data/lib/faker/music/hiphop.rb +48 -0
  79. data/lib/faker/music/music.rb +12 -0
  80. data/lib/faker/music/opera.rb +237 -1
  81. data/lib/faker/music/rock_band.rb +12 -0
  82. data/lib/faker/quotes/quote.rb +26 -0
  83. data/lib/faker/quotes/rajnikanth.rb +1 -0
  84. data/lib/faker/quotes/shakespeare.rb +34 -0
  85. data/lib/faker/sports/volleyball.rb +74 -0
  86. data/lib/faker/tv_shows/big_bang_theory.rb +1 -1
  87. data/lib/faker/tv_shows/buffy.rb +17 -4
  88. data/lib/faker/tv_shows/final_space.rb +51 -0
  89. data/lib/faker/tv_shows/suits.rb +1 -1
  90. data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +17 -4
  91. data/lib/faker/version.rb +1 -1
  92. data/lib/locales/en-US.yml +1 -1
  93. data/lib/locales/en/adjective.yml +179 -0
  94. data/lib/locales/en/bird.yml +1281 -0
  95. data/lib/locales/en/book.yml +487 -3
  96. data/lib/locales/en/buffy.yml +1 -1
  97. data/lib/locales/en/camera.yml +611 -0
  98. data/lib/locales/en/clash_of_clan.yml +101 -0
  99. data/lib/locales/en/company.yml +2 -2
  100. data/lib/locales/en/conan.yml +171 -0
  101. data/lib/locales/en/demographic.yml +218 -5
  102. data/lib/locales/en/device.yml +112 -4
  103. data/lib/locales/en/doraemon.yml +286 -0
  104. data/lib/locales/en/dota.yml +531 -63
  105. data/lib/locales/en/dragon_ball.yml +243 -1
  106. data/lib/locales/en/driving_license.yml +3 -0
  107. data/lib/locales/en/dune.yml +270 -131
  108. data/lib/locales/en/educator.yml +6 -0
  109. data/lib/locales/en/elder_scrolls.yml +583 -9
  110. data/lib/locales/en/fallout.yml +311 -133
  111. data/lib/locales/en/final_space.yml +37 -0
  112. data/lib/locales/en/finance.yml +53 -0
  113. data/lib/locales/en/football.yml +3 -3
  114. data/lib/locales/en/fresh_prince_of_bel_air.yml +1 -1
  115. data/lib/locales/en/half_life.yml +84 -3
  116. data/lib/locales/en/heroes.yml +408 -3
  117. data/lib/locales/en/heroes_of_the_storm.yml +131 -4
  118. data/lib/locales/en/how_to_train_your_dragon.yml +174 -0
  119. data/lib/locales/en/jack_handey.yml +54 -0
  120. data/lib/locales/en/league_of_legends.yml +285 -6
  121. data/lib/locales/en/lebowski.yml +1 -1
  122. data/lib/locales/en/lovecraft.yml +76 -6
  123. data/lib/locales/en/military.yml +179 -5
  124. data/lib/locales/en/minecraft.yml +273 -0
  125. data/lib/locales/en/mountain.yml +158 -0
  126. data/lib/locales/en/music.yml +461 -29
  127. data/lib/locales/en/myst.yml +87 -31
  128. data/lib/locales/en/naruto.yml +231 -0
  129. data/lib/locales/en/opera.yml +168 -0
  130. data/lib/locales/en/overwatch.yml +2650 -2622
  131. data/lib/locales/en/pokemon.yml +417 -4
  132. data/lib/locales/en/quote.yml +692 -163
  133. data/lib/locales/en/rock_band.yml +1 -0
  134. data/lib/locales/en/room.yml +68 -0
  135. data/lib/locales/en/science.yml +355 -3
  136. data/lib/locales/en/shakespeare.yml +21 -24
  137. data/lib/locales/en/source.yml +30 -0
  138. data/lib/locales/en/space.yml +1 -1
  139. data/lib/locales/en/star_trek.yml +1 -1
  140. data/lib/locales/en/street_fighter.yml +4 -4
  141. data/lib/locales/en/studio_ghibli.yml +107 -0
  142. data/lib/locales/en/super_mario.yml +58 -0
  143. data/lib/locales/en/super_smash_bros.yml +18 -4
  144. data/lib/locales/en/tea.yml +172 -0
  145. data/lib/locales/en/tolkien.yml +2453 -0
  146. data/lib/locales/en/touhou.yml +839 -0
  147. data/lib/locales/en/volleyball.yml +501 -0
  148. data/lib/locales/en/witcher.yml +426 -7
  149. data/lib/locales/en/world_of_warcraft.yml +122 -4
  150. data/lib/locales/en/zelda.yml +962 -4
  151. data/lib/locales/es-AR.yml +4603 -0
  152. data/lib/locales/es.yml +56 -0
  153. data/lib/locales/fr.yml +0 -118
  154. data/lib/locales/fr/address.yml +21 -0
  155. data/lib/locales/fr/book.yml +7 -0
  156. data/lib/locales/fr/color.yml +4 -0
  157. data/lib/locales/fr/company.yml +17 -0
  158. data/lib/locales/fr/compass.yml +23 -0
  159. data/lib/locales/fr/demographic.yml +4 -0
  160. data/lib/locales/fr/gender.yml +6 -0
  161. data/lib/locales/fr/internet.yml +5 -0
  162. data/lib/locales/fr/lorem.yml +5 -0
  163. data/lib/locales/fr/measurement.yml +7 -0
  164. data/lib/locales/fr/name.yml +21 -0
  165. data/lib/locales/fr/phone_number.yml +7 -0
  166. data/lib/locales/fr/pokemon.yml +9 -0
  167. data/lib/locales/id.yml +1 -0
  168. data/lib/locales/ja/README.md +13 -0
  169. data/lib/locales/ja/address.yml +17 -0
  170. data/lib/locales/ja/ancient.yml +4 -0
  171. data/lib/locales/ja/bank.yml +4 -0
  172. data/lib/locales/ja/book.yml +7 -0
  173. data/lib/locales/ja/coffee.yml +4 -0
  174. data/lib/locales/ja/color.yml +4 -0
  175. data/lib/locales/ja/commerce.yml +11 -0
  176. data/lib/locales/ja/company.yml +8 -0
  177. data/lib/locales/ja/creature.yml +9 -0
  178. data/lib/locales/ja/food.yml +4 -0
  179. data/lib/locales/ja/games.yml +18 -0
  180. data/lib/locales/ja/gender.yml +4 -0
  181. data/lib/locales/ja/lorem.yml +9 -0
  182. data/lib/locales/ja/name.yml +13 -0
  183. data/lib/locales/ja/phone_number.yml +7 -0
  184. data/lib/locales/ja/restaurant.yml +11 -0
  185. data/lib/locales/ja/space.yml +5 -0
  186. data/lib/locales/ja/subscription.yml +8 -0
  187. data/lib/locales/ja/university.yml +9 -0
  188. data/lib/locales/pt-BR.yml +2 -1
  189. data/lib/locales/ru.yml +39 -0
  190. data/lib/locales/uk.yml +2 -0
  191. metadata +92 -19
  192. data/lib/locales/en/hobbit.yml +0 -19
  193. data/lib/locales/en/lord_of_the_rings.yml +0 -6
  194. data/lib/locales/ja.yml +0 -101
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c20404a4d9474978940db437ddac9984deddd352fdf7cf9313d038a7e9c0ce54
4
- data.tar.gz: d52491d45e9dbc7525cf078789e84c10219d2c8e428de4541a1e73dfa6246569
3
+ metadata.gz: 63b04695b287869aee9ea8503c280ede5b543846bb5d6f38fd1d6c2bf8d1707e
4
+ data.tar.gz: bf39a485241db013ec375bb11fae3b1206f5ae04852dad927cd6b091ac0552de
5
5
  SHA512:
6
- metadata.gz: ee17e0c0333a8e5456d167ed3f7ccc26be29c5f95efdcf6aa866cc2b80789afb95a910922af3405f9d3484b0c266c5217fa40fb593c08eefcc8aab0159b83f91
7
- data.tar.gz: 66fa28264c8fbe299c025e6bd566a55870fd9059bda1863dfbe3d03c7fe56a176f04432c784f3d1a079429bb375cc18c56da6d38341b2167edce1f3abbae9074
6
+ metadata.gz: a9235021f0b2e12df7c56acf2ba17365ae423468f437359a594598757190fc0117efa6cb1c930feaa1dc7971983d0d99e7c0d258a6f4d4274e410e08b52b0195
7
+ data.tar.gz: 7e8c8f03e08e172623084fc0c4784c90f0d083f36886899155335f7de09fd9461427b8daedd88637fba8c42c37389bb680d3e578eace5b450e743f3bbb70740c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,204 @@
1
1
  # Change Log
2
2
 
3
+ ## [v2.18.0](https://github.com/faker-ruby/faker/tree/v2.18.0) (2021-05-15)
4
+
5
+ ## Bug/Fixes
6
+
7
+ - [PR #2300](https://github.com/faker-ruby/faker/pull/2300) Fix space.company by adding missing quote [@koic](https://github.com/koic)
8
+ - [PR #2044](https://github.com/faker-ruby/faker/pull/2044) Workaround for cc-test-reporter with SimpleCov 0.18 [@koic](https://github.com/koic)
9
+
10
+ ## Chores
11
+
12
+ - [PR #2316](https://github.com/faker-ruby/faker/pull/2316) Fix typo in test method [@yujideveloper](https://github.com/yujideveloper)
13
+
14
+ ## Documentation
15
+
16
+ - [PR #2290](https://github.com/faker-ruby/faker/pull/2290) Fix typo [@d-holbach](https://github.com/d-holbach)
17
+ - [PR #2282](https://github.com/faker-ruby/faker/pull/2282) fixed small typo [@koic](https://github.com/koic)
18
+
19
+ ## Feature Request
20
+
21
+ - [PR #2301](https://github.com/faker-ruby/faker/pull/2301) Add Faker::IDNumber.croatian_id method [@lovro-bikic](https://github.com/lovro-bikic)
22
+ - [PR #2299](https://github.com/faker-ruby/faker/pull/2299) Add birds [@brotherjack](https://github.com/brotherjack)
23
+ - [PR #2295](https://github.com/faker-ruby/faker/pull/2295) Add more methods to the Witcher class [@marcelobarreto](https://github.com/marcelobarreto)
24
+ - [PR #2289](https://github.com/faker-ruby/faker/pull/2289) Increase french entropy [@meuble](https://github.com/meuble)
25
+ - [PR #2287](https://github.com/faker-ruby/faker/pull/2287) Add Crypto.sha512 [@crondaemon](https://github.com/crondaemon)
26
+ - [PR #2190](https://github.com/faker-ruby/faker/pull/2190) Add Faker::Tea [@snood1205](https://github.com/snood1205)
27
+ - [PR #2175](https://github.com/faker-ruby/faker/pull/2175) Add two generators to Faker::Science [@RubyHuntsman](https://github.com/RubyHuntsman)
28
+ - [PR #1910](https://github.com/faker-ruby/faker/pull/1910) Add Faker::Music#mambo_no_5, a Generator for Random First Names that Appear in Lou Bega's Mambo No. 5 [@NickyEXE](https://github.com/NickyEXE)
29
+
30
+ ## Update locales
31
+
32
+ - [PR #2321](https://github.com/faker-ruby/faker/pull/2321) Canadian area code 226 included in array of US area codes [@jgarber623](https://github.com/jgarber623)
33
+ - [PR #2317](https://github.com/faker-ruby/faker/pull/2317) Fix ci for es-AR [@yujideveloper](https://github.com/yujideveloper)
34
+ - [PR #2315](https://github.com/faker-ruby/faker/pull/2315) Split JA translation file into one file per class [@yujideveloper](https://github.com/yujideveloper)
35
+ - [PR #2313](https://github.com/faker-ruby/faker/pull/2313) Add Japanese translation for Faker::Subscription [@yujideveloper](https://github.com/yujideveloper)
36
+ - [PR #2311](https://github.com/faker-ruby/faker/pull/2311) add yoda quotes to russian locale [@aka-nez](https://github.com/aka-nez)
37
+ - [PR #2297](https://github.com/faker-ruby/faker/pull/2297) add Japanese actual zipcodes in locals/ja.yml [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)
38
+ - [PR #2291](https://github.com/faker-ruby/faker/pull/2291) Add Commerce for Japanese [@ima1zumi](https://github.com/ima1zumi)
39
+ - [PR #2285](https://github.com/faker-ruby/faker/pull/2285) Fix update Brazilian phone country code [@ricardopacheco](https://github.com/ricardopacheco)
40
+ - [PR #2154](https://github.com/faker-ruby/faker/pull/2154) Cleanup books. Add Fantasy::Tolkien to README. [@mathisto](https://github.com/mathisto)
41
+
42
+ ## Update local dependencies
43
+
44
+ - Update rubocop requirement from = 1.13.0 to = 1.14.0 (#2314)
45
+ - Upgrade to GitHub-native Dependabot (#2310)
46
+ - Update rubocop requirement from = 1.12.1 to = 1.13.0 (#2305)
47
+ - Update test-unit requirement from = 3.4.0 to = 3.4.1 (#2303)
48
+ - Update pry requirement from = 0.14.0 to = 0.14.1 (#2298)
49
+ - Update rubocop requirement from = 1.12.0 to = 1.12.1 (#2294)
50
+ - Update rubocop requirement from = 1.11.0 to = 1.12.0 (#2288)
51
+
52
+ ## [v2.17.0](https://github.com/faker-ruby/faker/tree/v2.17.0) (2021-03-10)
53
+
54
+ ## Chores
55
+
56
+ - [PR #2272](https://github.com/faker-ruby/faker/pull/2272) Bump RuboCop to 1.10.0 [@koic](https://github.com/koic)
57
+ - [PR #2270](https://github.com/faker-ruby/faker/pull/2270) Generate different values when generating a hash [@DaniTheLion](https://github.com/DaniTheLion)
58
+ - [PR #2236](https://github.com/faker-ruby/faker/pull/2236) Move Digest classes to OpenSSL [@dbussink](https://github.com/dbussink)
59
+
60
+ ## Documentation
61
+
62
+ - [PR #2277](https://github.com/faker-ruby/faker/pull/2277) add Hip Hop To Path [@Josiassejod1](https://github.com/Josiassejod1)
63
+ - [PR #2276](https://github.com/faker-ruby/faker/pull/2276) Fix syntax highlighting and missing version [@ghiculescu](https://github.com/ghiculescu)
64
+ - [PR #2255](https://github.com/faker-ruby/faker/pull/2255) Correct capitalization of RuboCop in text [@jdufresne](https://github.com/jdufresne)
65
+ - [PR #2204](https://github.com/faker-ruby/faker/pull/2204) update documentation to include Float type [@BigBigDoudou](https://github.com/BigBigDoudou)
66
+
67
+ ## Feature Request
68
+
69
+ - [PR #2256](https://github.com/faker-ruby/faker/pull/2256) Add Faker::Educator.primary_school [@jdufresne](https://github.com/jdufresne)
70
+ - [PR #2248](https://github.com/faker-ruby/faker/pull/2248) Add Bank.iban_country_code [@mastermatt](https://github.com/mastermatt)
71
+ - [PR #2166](https://github.com/faker-ruby/faker/pull/2166) add binary number faker [@gabrielbaldao](https://github.com/gabrielbaldao)
72
+
73
+ ## Update locales
74
+
75
+ - [PR #2275](https://github.com/faker-ruby/faker/pull/2275) Add Japanese for Faker::Games::Orverwatch [@may-solty](https://github.com/may-solty)
76
+ - [PR #2268](https://github.com/faker-ruby/faker/pull/2268) Add Japanese for Faker::Games::SuperMario [@k-maekawa](https://github.com/k-maekawa)
77
+ - [PR #2258](https://github.com/faker-ruby/faker/pull/2258) Add es-AR locale [@fcolacilli](https://github.com/fcolacilli)
78
+ - [PR #2215](https://github.com/faker-ruby/faker/pull/2215) Unify model names to not contain manufacturer name [@berkos](https://github.com/berkos)
79
+
80
+ ------------------------------------------------------------------------------
81
+
82
+ ## [v2.16.0](https://github.com/faker-ruby/faker/tree/v2.16.0) (2021-02-09)
83
+
84
+ ## Chores
85
+
86
+ - [PR #2262](https://github.com/faker-ruby/faker/pull/2262) Workaround build error for ruby-head [@koic](https://github.com/koic)
87
+ - [PR #2257](https://github.com/faker-ruby/faker/pull/2257) Trim trailing white space throughout the project [@koic](https://github.com/koic)
88
+ - [PR #2229](https://github.com/faker-ruby/faker/pull/2229) Use Random.new instead of `Random::DEFAULT` [@connorshea](https://github.com/connorshea)
89
+ - [PR #2226](https://github.com/faker-ruby/faker/pull/2226) Add Ruby 3.0 to CI matrix [@connorshea](https://github.com/connorshea)
90
+
91
+ ## Documentation
92
+
93
+ - [PR #2247](https://github.com/faker-ruby/faker/pull/2247) 2243 yard doc [@sudeeptarlekar](https://github.com/sudeeptarlekar)
94
+ - [PR #2240](https://github.com/faker-ruby/faker/pull/2240) Updated `rock_band.md` to include example for using song generator [@jsca-kwok](https://github.com/jsca-kwok)
95
+ - [PR #2205](https://github.com/faker-ruby/faker/pull/2205) `Faker::Mountain` doc [@bipashant](https://github.com/bipashant)
96
+
97
+ ## Feature Request
98
+
99
+ - [PR #2221](https://github.com/faker-ruby/faker/pull/2221) Added rock band song generator [@jsca-kwok](https://github.com/jsca-kwok)
100
+ - [PR #2208](https://github.com/faker-ruby/faker/pull/2208) Feat/add blockchain Tezos keys [@akettal](https://github.com/akettal) [@Pierre-Michard](https://github.com/Pierre-Michard)
101
+ - [PR #2197](https://github.com/faker-ruby/faker/pull/2197) Add `Faker::Games::Touhou` [@dysnomian](https://github.com/dysnomian)
102
+
103
+ ## Update locales
104
+
105
+ - [PR #2238](https://github.com/faker-ruby/faker/pull/2238) added some data in `fr.yml` and `football.yml` [@MathGL92](https://github.com/MathGL92)
106
+ - [PR #2222](https://github.com/faker-ruby/faker/pull/2222) Add Japanese for `Faker::Book` [@zoshigayan](https://github.com/zoshigayan)
107
+ - [PR #2217](https://github.com/faker-ruby/faker/pull/2217) Add Sephiroth and Northern Cave to `Faker::Games::SuperSmashBros` [@boardfish](https://github.com/boardfish)
108
+ - [PR #2201](https://github.com/faker-ruby/faker/pull/2201) Typo in Lebowski Quote [@rgraff](https://github.com/rgraff)
109
+ - [PR #2197](https://github.com/faker-ruby/faker/pull/2197) Add `Faker::Games::Touhou` [@dysnomian](https://github.com/dysnomian)
110
+
111
+ ------------------------------------------------------------------------------
112
+
113
+ ## [v2.15.1](https://github.com/faker-ruby/faker/tree/v2.15.1) (2020-11-24)
114
+
115
+ - Rollback PR #2169 and bump 2.15.1 [#2203](https://github.com/faker-ruby/faker/pull/2203) @vbrazo
116
+
117
+ ------------------------------------------------------------------------------
118
+
119
+ ## [v2.15.0](https://github.com/faker-ruby/faker/tree/v2.15.0) (2020-11-24)
120
+
121
+ ## Bug/Fixes
122
+
123
+ - RuboCop 1.0 fixes [#2182](https://github.com/faker-ruby/faker/pull/2182) @amatsuda
124
+ - Get rid of broken I18n locales configuration for the tests [#2168](https://github.com/faker-ruby/faker/pull/2168) @amatsuda
125
+ - Fixes a bug when generating a password with min_length eq 1 [#2138](https://github.com/faker-ruby/faker/pull/2138) @adrian-rivera @Zeragamba
126
+ - Improve Faker::Company.spanish_organisation_number [#2106](https://github.com/faker-ruby/faker/pull/2106)
127
+
128
+ ## Chores
129
+
130
+ - Reformat demographic yaml [#2189](https://github.com/faker-ruby/faker/pull/2189) @fiteclub
131
+ - An attempt to load only necessary locales on the fly [#2169](https://github.com/faker-ruby/faker/pull/2169) @amatsuda
132
+ - Faker::Config can be a Module rather than a Class [#2167](https://github.com/faker-ruby/faker/pull/2167) @amatsuda
133
+ - Cleanup games [#2155](https://github.com/faker-ruby/faker/pull/2155) @mathisto
134
+ - Deprecate `celebrity` methods in favor of `actor` [#2133](https://github.com/faker-ruby/faker/pull/2133) @vraravam
135
+
136
+ ## Documentation
137
+
138
+ - Fix class name in volleyball.md [#2198](https://github.com/faker-ruby/faker/pull/2198) @connorshea
139
+ - Fix typo in doc/games/heroes.md [#2145](https://github.com/faker-ruby/faker/pull/2145) @Crysicia
140
+ - fix typo [#2141](https://github.com/faker-ruby/faker/pull/2141) @Zeragamba
141
+ - Updated versions in doc for methods. [#2123](https://github.com/faker-ruby/faker/pull/2123) @sudeeptarlekar
142
+
143
+ ## Feature Request
144
+
145
+ - Add `Faker::Mountain` [#2196](https://github.com/faker-ruby/faker/pull/2196) @bipashant
146
+ - Add Faker::Volleyball [#2178](https://github.com/faker-ruby/faker/pull/2178) @RubyHuntsman
147
+ - Add artifact generator to Faker::Game::Heroes [#2177](https://github.com/faker-ruby/faker/pull/2177) @droznyk
148
+ - Add generator to Faker::Games:ElderScrolls [#2171](https://github.com/faker-ruby/faker/pull/2171) @RubyHuntsman
149
+ - Augment opera [#2170](https://github.com/faker-ruby/faker/pull/2170) @Gaitorius
150
+ - Add generator to Faker::Games::ElderScrolls [#2164](https://github.com/faker-ruby/faker/pull/2164) @RubyHuntsman
151
+ - Add more generators to Faker::Minecraft [#2162](https://github.com/faker-ruby/faker/pull/2162) @RubyHuntsman
152
+ - I added more programming languages to the source [#2161](https://github.com/faker-ruby/faker/pull/2161) @JoaoHenriqueVale
153
+ - Add Faker:Camera [#2159](https://github.com/faker-ruby/faker/pull/2159) @RubyHuntsman
154
+ - Add how to train your dragon [#2158](https://github.com/faker-ruby/faker/pull/2158) @archbloom
155
+ - Add Faker::Fantasy::Tolkien [#2152](https://github.com/faker-ruby/faker/pull/2152) @mathisto
156
+ - Feature: Add north dakota driving licence [#2149](https://github.com/faker-ruby/faker/pull/2149) @martinjaimem
157
+ - Add Final Space to TvShows category [#2147](https://github.com/faker-ruby/faker/pull/2147)
158
+ - Add finance/stock generators [#2146](https://github.com/faker-ruby/faker/pull/2146) @johnpitchko
159
+ - Add Clash Of Clans to the Game category [#2143](https://github.com/faker-ruby/faker/pull/2143) @jamesmai0512
160
+ - Add Conan to the JapaneseMedia category [#2142](https://github.com/faker-ruby/faker/pull/2142) @jamesmai0512
161
+ - Add Naruto to the JapaneseMedia category [#2139](https://github.com/faker-ruby/faker/pull/2139) @jamesmai0512
162
+ - Add Doraemon to the JapaneseMedia category [#2137](https://github.com/faker-ruby/faker/pull/2137) @jamesmai0512
163
+ - Add space force and coast guard to military [#2136](https://github.com/faker-ruby/faker/pull/2136) @mathisto
164
+ - Add Super Mario [#2135](https://github.com/faker-ruby/faker/pull/2135) @fblupi
165
+ - Add The Room (2003) to Movies [#2134](https://github.com/faker-ruby/faker/pull/2134) @fiteclub
166
+ - Faker adjectives [#2130](https://github.com/faker-ruby/faker/pull/2130) @loicboset
167
+ - Add Studio Ghibli to the JapaneseMedia category [#2124](https://github.com/faker-ruby/faker/pull/2124) @Kadaaran
168
+ - Created New Method Faker::Quote.fortune_cookie [#2112](https://github.com/faker-ruby/faker/pull/2112) @catonmat
169
+ - Allow disabling the usage of open compounds in sentences [#2109](https://github.com/faker-ruby/faker/pull/2109) @tjozwik
170
+ - Add faker for hiphop artist [#1923](https://github.com/faker-ruby/faker/pull/1923) @Josiassejod1
171
+ - Add races and class names to WorldOfWarcraft [#1787](https://github.com/faker-ruby/faker/pull/1787) @mathisto
172
+ - Add planets and races to DragonBall [#1786](https://github.com/faker-ruby/faker/pull/1786) @mathisto
173
+ - Add planets, cities, and quotes to Dune [#1784](https://github.com/faker-ruby/faker/pull/1784) @mathisto
174
+
175
+ ## Update locales
176
+
177
+ - add japanese gender first name [#2191](https://github.com/faker-ruby/faker/pull/2191) @issei126
178
+ - Add full_address to Ukrainian locale [#2176](https://github.com/faker-ruby/faker/pull/2176) @Ptico
179
+ - Fixed some spelling issues in company.yml [#2173](https://github.com/faker-ruby/faker/pull/2173) @coreymaher
180
+ - Update Faker::Games::SuperSmashBros [#2164](https://github.com/faker-ruby/faker/pull/2164) @boardfish
181
+ - Add more quotes to Faker::Games::Witcher [#2163](https://github.com/faker-ruby/faker/pull/2163) @RubyHuntsman
182
+ - Add Jack Handey's Deep Thoughts to quotes [#2150](https://github.com/faker-ruby/faker/pull/2150) @fiteclub
183
+ - add brazil license plate from mercosul rules [#2144](https://github.com/faker-ruby/faker/pull/2144) @gabrielbaldao
184
+ - Add additional quotes to Studio Ghibli [#2132](https://github.com/faker-ruby/faker/pull/2132) @lambda2
185
+ - Change 'Nyota Uhuru' to 'Nyota Uhura' [#2121](https://github.com/faker-ruby/faker/pull/2121) @TrevorA-TrevorA
186
+ - Add spanish license plates [#2103](https://github.com/faker-ruby/faker/pull/2103)
187
+
188
+ ## Update local dependencies
189
+
190
+ - Update RuboCop requirement from = 1.0.0 to = 1.1.0 [#2185](https://github.com/faker-ruby/faker/pull/2185)
191
+ - Update RuboCop requirement from = 0.93.1 to = 1.0.0 [#2172](https://github.com/faker-ruby/faker/pull/2172)
192
+ - Update RuboCop requirement from = 0.93.0 to = 0.93.1 [#2156](https://github.com/faker-ruby/faker/pull/2156)
193
+ - Update RuboCop requirement from = 0.92.0 to = 0.93.0 [#2151](https://github.com/faker-ruby/faker/pull/2151)
194
+ - Update RuboCop requirement from = 0.91.1 to = 0.92.0 [#2129](https://github.com/faker-ruby/faker/pull/2129)
195
+ - Update RuboCop requirement from = 0.91.0 to = 0.91.1 [#2126](https://github.com/faker-ruby/faker/pull/2126)
196
+ - Update RuboCop requirement from = 0.90.0 to = 0.91.0 [#2122](https://github.com/faker-ruby/faker/pull/2122)
197
+ - Update test-unit requirement from = 3.3.6 to = 3.3.7 [#2195](https://github.com/faker-ruby/faker/pull/2195)
198
+ - Update timecop requirement from = 0.9.1 to = 0.9.2 [#2160](https://github.com/faker-ruby/faker/pull/2160)
199
+
200
+ ------------------------------------------------------------------------------
201
+
3
202
  ## [v2.14.0](https://github.com/faker-ruby/faker/tree/v2.14.0) (2020-09-15)
4
203
 
5
204
  ## Bug/Fixes
@@ -41,9 +240,9 @@
41
240
 
42
241
  Update local dependencies
43
242
 
44
- - Update rubocop requirement from = 0.87.1 to = 0.88.0 (#2080)
45
- - Update rubocop requirement from = 0.87.0 to = 0.87.1 (#2075)
46
- - Update rubocop requirement from = 0.86.0 to = 0.87.0 (#2074)
243
+ - Update RuboCop requirement from = 0.87.1 to = 0.88.0 (#2080)
244
+ - Update RuboCop requirement from = 0.87.0 to = 0.87.1 (#2075)
245
+ - Update RuboCop requirement from = 0.86.0 to = 0.87.0 (#2074)
47
246
  - Bumps i18n from 1.8.4 to 1.8.5 (#2089)
48
247
  - Bumps i18n from 1.8.3 to 1.8.4 (#2083)
49
248
 
@@ -113,8 +312,8 @@ This version:
113
312
 
114
313
  ## Update local dependencies
115
314
 
116
- - Update rubocop requirement from = 0.81.0 to = 0.85.1
117
- - Update rubocop requirement from = 0.85.1 to = 0.86.0 (#2066)
315
+ - Update RuboCop requirement from = 0.81.0 to = 0.85.1
316
+ - Update RuboCop requirement from = 0.85.1 to = 0.86.0 (#2066)
118
317
  - Update test-unit requirement from = 3.3.5 to = 3.3.6 (#2046)
119
318
  - Bump i18n from 1.8.2 to 1.8.3 (#2034)
120
319
 
@@ -203,7 +402,7 @@ This version:
203
402
  ## Update local dependencies
204
403
 
205
404
  - Update minitest requirement from = 5.14.0 to = 5.14.1 (#1987)
206
- - Update rubocop requirement from = 0.80.1 to = 0.81.0 (#1955)
405
+ - Update RuboCop requirement from = 0.80.1 to = 0.81.0 (#1955)
207
406
  - Update pry requirement from = 0.13.0 to = 0.13.1 (#1963)
208
407
  - Update yard requirement from = 0.9.24 to = 0.9.25 (#1970)
209
408
 
@@ -235,8 +434,8 @@ This version:
235
434
  ## Update local dependencies
236
435
 
237
436
  - Update pry requirement from = 0.12.2 to = 0.13.0 (#1951)
238
- - Update rubocop requirement from = 0.80.0 to = 0.80.1 (#1941)
239
- - Update rubocop requirement from = 0.79.0 to = 0.80.0 (#1937)
437
+ - Update RuboCop requirement from = 0.80.0 to = 0.80.1 (#1941)
438
+ - Update RuboCop requirement from = 0.79.0 to = 0.80.0 (#1937)
240
439
 
241
440
  ------------------------------------------------------------------------------
242
441
 
@@ -308,7 +507,7 @@ This version:
308
507
  - Bump i18n from 1.8.0 to 1.8.1 (#1895)
309
508
  - Update i18n requirement from >= 1.6, < 1.8 to >= 1.6, < 1.9 (#1893)
310
509
  - Update yard requirement from = 0.9.23 to = 0.9.24 (#1892)
311
- - Update rubocop requirement from = 0.78.0 to = 0.79.0 (#1890)
510
+ - Update RuboCop requirement from = 0.78.0 to = 0.79.0 (#1890)
312
511
  - Update yard requirement from = 0.9.22 to = 0.9.23 (#1889)
313
512
  - Update yard requirement from = 0.9.20 to = 0.9.22 (#1882)
314
513
 
@@ -347,7 +546,7 @@ This version:
347
546
 
348
547
  ## Update local dependencies
349
548
 
350
- Update rubocop requirement from = 0.77.0 to = 0.78.0 (#1869)
549
+ Update RuboCop requirement from = 0.77.0 to = 0.78.0 (#1869)
351
550
 
352
551
  ------------------------------------------------------------------------------
353
552
 
@@ -403,7 +602,7 @@ This version:
403
602
 
404
603
  ## Update local dependencies
405
604
 
406
- - Update rubocop requirement from = 0.76.0 to = 0.77.0 (#1843)
605
+ - Update RuboCop requirement from = 0.76.0 to = 0.77.0 (#1843)
407
606
 
408
607
  ------------------------------------------------------------------------------
409
608
 
@@ -474,8 +673,8 @@ This version:
474
673
 
475
674
  ## Update local dependencies
476
675
 
477
- - Update rubocop requirement from = 0.75.0 to = 0.75.1 (#1811)
478
- - Update rubocop requirement from = 0.75.1 to = 0.76.0 (#1822)
676
+ - Update RuboCop requirement from = 0.75.0 to = 0.75.1 (#1811)
677
+ - Update RuboCop requirement from = 0.75.1 to = 0.76.0 (#1822)
479
678
  - Update minitest requirement from = 5.12.2 to = 5.13.0 (#1823)
480
679
 
481
680
  ------------------------------------------------------------------------------
@@ -517,7 +716,7 @@ This version introduces:
517
716
 
518
717
  ## Documentation
519
718
 
520
- - [PR #1771](https://github.com/faker-ruby/faker/pull/1771) Fix some rubocop comments that were showing up in YARD docs. [@connorshea](https://github.com/connorshea)
719
+ - [PR #1771](https://github.com/faker-ruby/faker/pull/1771) Fix some RuboCop comments that were showing up in YARD docs. [@connorshea](https://github.com/connorshea)
521
720
  - [PR #1767](https://github.com/faker-ruby/faker/pull/1767) Fix two incorrect flexible method calls. [@connorshea](https://github.com/connorshea)
522
721
  - [PR #1761](https://github.com/faker-ruby/faker/pull/1761) Add YARD docs for the Basketball and Football fakers. [@connorshea](https://github.com/connorshea)
523
722
  - [PR #1768](https://github.com/faker-ruby/faker/pull/1768) Add YARD docs for Faker::Restaurant. [@connorshea](https://github.com/connorshea)
@@ -590,7 +789,7 @@ The following development dependencies were updated:
590
789
 
591
790
  ## Chores
592
791
 
593
- - [PR #1724](https://github.com/faker-ruby/faker/pull/1724) Include rubocop-faker autocorrect in deprecation [@koic](https://github.com/koic)
792
+ - [PR #1724](https://github.com/faker-ruby/faker/pull/1724) Include RuboCop-faker autocorrect in deprecation [@koic](https://github.com/koic)
594
793
 
595
794
  ## Documentation
596
795
 
@@ -601,7 +800,7 @@ The following development dependencies were updated:
601
800
 
602
801
  The following development dependencies were updated:
603
802
  - rake requirement from = 12.3.1 to = 12.3.3 (#1719)
604
- - rubocop requirement from = 0.59.1 to = 0.74.0 (#1721)
803
+ - RuboCop requirement from = 0.59.1 to = 0.74.0 (#1721)
605
804
  - simplecov requirement from = 0.16.1 to = 0.17.0 (#1718)
606
805
 
607
806
  ------------------------------------------------------------------------------
@@ -956,7 +1155,7 @@ Fix lib/faker/version.rb
956
1155
  - [PR #1477](https://github.com/stympy/faker/pull/1477) Fixed bank account length [@jguthrie100](https://github.com/jguthrie100)
957
1156
  - [PR #1494](https://github.com/stympy/faker/pull/1494) Fix Faker::Internet.ip_v4_address to include all IP ranges [@lucasqueiroz](https://github.com/lucasqueiroz)
958
1157
  - [PR #1456](https://github.com/stympy/faker/pull/1456) fix: omit . from slug [@ivanoblomov](https://github.com/ivanoblomov)
959
- - [PR #1436](https://github.com/stympy/faker/pull/1436) Fix regex and add magic string to pass rubocop check [@jakrzus](https://github.com/jakrzus)
1158
+ - [PR #1436](https://github.com/stympy/faker/pull/1436) Fix regex and add magic string to pass RuboCop check [@jakrzus](https://github.com/jakrzus)
960
1159
  - [PR #1425](https://github.com/stympy/faker/pull/1425) NHS: fix occasional bad numbers [@ChaoticBoredom](https://github.com/ChaoticBoredom)
961
1160
  - [PR #1421](https://github.com/stympy/faker/pull/1421) Faker::Internet.user_name can't handle UTF-8 arguments [@ivanoblomov](https://github.com/ivanoblomov)
962
1161
  - [PR #1423](https://github.com/stympy/faker/pull/1423) Add missing locale tests - Part II [@vbrazo](https://github.com/vbrazo)
@@ -1184,7 +1383,7 @@ Fix lib/faker/version.rb
1184
1383
  - [PR #1179](https://github.com/stympy/faker/pull/1179) Random color with Placeholdit [@nicolas-brousse](https://github.com/nicolas-brousse)
1185
1384
  - [PR #1190](https://github.com/stympy/faker/pull/1190) Add Nation object, its specs and docs [@gkunwar](https://github.com/gkunwar)
1186
1385
  - [PR #1210](https://github.com/stympy/faker/pull/1210) Add coveralls [@vbrazo](https://github.com/vbrazo)
1187
- - [PR #924](https://github.com/stympy/faker/pull/924) Rubocop + fixes [@stephengroat](https://github.com/stephengroat)
1386
+ - [PR #924](https://github.com/stympy/faker/pull/924) RuboCop + fixes [@stephengroat](https://github.com/stephengroat)
1188
1387
  - [PR #900](https://github.com/stympy/faker/pull/900) Add Japanese lorem words to locale [@vietqhoang](https://github.com/vietqhoang)
1189
1388
 
1190
1389
  ### Update/add locales
@@ -1248,7 +1447,7 @@ Fix lib/faker/version.rb
1248
1447
 
1249
1448
  ### Documentation
1250
1449
  - [PR #1478](https://github.com/stympy/faker/pull/1478) Fixed documentation for Faker::Internet.password [@mrstebo](https://github.com/mrstebo)
1251
- - [PR #1453](https://github.com/stympy/faker/pull/1453) Add description to Rubocop cops [@vbrazo](https://github.com/vbrazo)
1450
+ - [PR #1453](https://github.com/stympy/faker/pull/1453) Add description to RuboCop cops [@vbrazo](https://github.com/vbrazo)
1252
1451
  - [PR #1121](https://github.com/stympy/faker/pull/1121) Better docs for Faker::Food.description [@jujulisan](https://github.com/jujulisan)
1253
1452
  - [PR #1257](https://github.com/stympy/faker/pull/1257) Fix method name in Faker::SingularSiegler [@mrstebo](https://github.com/mrstebo)
1254
1453
  - [PR #1256](https://github.com/stympy/faker/pull/1256) Fixing documentation - Faker::Name to Faker::Zelda [@mrstebo](https://github.com/mrstebo)
data/History.md CHANGED
@@ -33,7 +33,7 @@
33
33
  ## v1.6.0 (2015-11-23)
34
34
  * Lots of bug fixes -- most notably, a fix for email addresses and domains in non-en locales
35
35
  * Updated locales: de, en-AU, en-NZ, en-SG, en-US, en-au-ocker, en, es, fr, he, it, ja, nb-NO, pl, pt-BR, sk, and zh-CN
36
- * Updated classes: Address, Avatar, Book, Code, Commerce, Company, Hipster, IDNumber, Internet, Number, Placeholdit, Shakespeare, and Time
36
+ * Updated classes: Address, Avatar, Book, Code, Commerce, Company, Hipster, IDNumber, Internet, Number, Placeholdit, Shakespeare, and Time
37
37
 
38
38
  ## v1.5.0 (2015-08-17)
39
39
  * Added logos
@@ -83,7 +83,7 @@
83
83
  * 1 major change:
84
84
  * Removed deprecated methods from Address: earth_country, us_state, us_state_abbr, uk_postcode, uk_county
85
85
  * Many minor changes (please see github pull requests for credits)
86
- * Added many localizations
86
+ * Added many localizations
87
87
  * Added range and array support for Lorem
88
88
 
89
89
  ## v1.0.1 (2011-09-27)
@@ -117,7 +117,7 @@
117
117
  * Added Canadian translation [igbanam]
118
118
  * Added Norwegian translation [kytrinyx]
119
119
  * Lots of translation-related cleanup [kytrinyx]
120
-
120
+
121
121
 
122
122
  ## v0.9.5 (2011-01-27)
123
123
  * 1 minor bug fix:
@@ -159,7 +159,7 @@
159
159
  * 3 major enhancements:
160
160
  * Added Lorem to generate fake Latin
161
161
  * Added secondary_address to Address, and made inclusion of
162
- secondary address in street_address optional (false by
162
+ secondary address in street_address optional (false by
163
163
  default).
164
164
  * Added UK address methods [Caius Durling]
165
165
 
data/README.md CHANGED
@@ -1,4 +1,3 @@
1
-
2
1
  ![logotype a happy-07](https://user-images.githubusercontent.com/36028424/40263395-4318481e-5b44-11e8-92e5-3dcc1ce169b3.png)
3
2
 
4
3
  # Faker
@@ -28,6 +27,7 @@ development.
28
27
  - [Default](#default)
29
28
  - [Blockchain](#blockchain)
30
29
  - [Books](#books)
30
+ - [Fantasy](#fantasy)
31
31
  - [Creature](#creature)
32
32
  - [Games](#games)
33
33
  - [Japanese Media](#japanese-media)
@@ -186,6 +186,7 @@ gem 'faker', :git => 'https://github.com/faker-ruby/faker.git', :branch => 'mast
186
186
  - [Faker::Marketing](doc/default/marketing.md)
187
187
  - [Faker::Measurement](doc/default/measurement.md)
188
188
  - [Faker::Military](doc/default/military.md)
189
+ - [Faker::Mountain](doc/default/mountain.md)
189
190
  - [Faker::Name](doc/default/name.md)
190
191
  - [Faker::Nation](doc/default/nation.md)
191
192
  - [Faker::NatoPhoneticAlphabet](doc/default/nato_phonetic_alphabet.md)
@@ -206,6 +207,7 @@ gem 'faker', :git => 'https://github.com/faker-ruby/faker.git', :branch => 'mast
206
207
  - [Faker::Stripe](doc/default/stripe.md)
207
208
  - [Faker::Subscription](doc/default/subscription.md)
208
209
  - [Faker::Superhero](doc/default/superhero.md)
210
+ - [Faker::Tea](doc/default/tea.md)
209
211
  - [Faker::Team](doc/default/team.md)
210
212
  - [Faker::Time](doc/default/time.md)
211
213
  - [Faker::Twitter](doc/default/twitter.md)
@@ -227,14 +229,19 @@ gem 'faker', :git => 'https://github.com/faker-ruby/faker.git', :branch => 'mast
227
229
  - [Faker::Books::Dune](doc/books/dune.md)
228
230
  - [Faker::Books::Lovecraft](doc/books/lovecraft.md)
229
231
 
232
+ ### Fantasy
233
+ - [Faker::Fantasy::Tolkien](doc/fantasy/tolkien.md)
234
+
230
235
  ### Creature
231
236
  - [Faker::Creature::Animal](doc/creature/animal.md)
237
+ - [Faker::Creature::Bird](doc/creature/bird.md)
232
238
  - [Faker::Creature::Cat](doc/creature/cat.md)
233
239
  - [Faker::Creature::Dog](doc/creature/dog.md)
234
240
  - [Faker::Creature::Horse](doc/creature/horse.md)
235
241
 
236
242
  ### Games
237
243
  - [Faker::Game](doc/games/game.md)
244
+ - [Faker::Games::ClashOfClans](doc/games/clash_of_clans.md)
238
245
  - [Faker::Games::DnD](doc/games/dnd.md)
239
246
  - [Faker::Games::Dota](doc/games/dota.md)
240
247
  - [Faker::Games::ElderScrolls](doc/games/elder_scrolls.md)
@@ -243,12 +250,15 @@ gem 'faker', :git => 'https://github.com/faker-ruby/faker.git', :branch => 'mast
243
250
  - [Faker::Games::Heroes](doc/games/heroes.md)
244
251
  - [Faker::Games::HeroesOfTheStorm](doc/games/heroes_of_the_storm.md)
245
252
  - [Faker::Games::LeagueOfLegends](doc/games/league_of_legends.md)
253
+ - [Faker::Games::Minecraft](doc/games/minecraft.md)
246
254
  - [Faker::Games::Myst](doc/games/myst.md)
247
255
  - [Faker::Games::Overwatch](doc/games/overwatch.md)
248
256
  - [Faker::Games::Pokemon](doc/games/pokemon.md)
249
257
  - [Faker::Games::SonicTheHedgehog](doc/games/sonic_the_hedgehog.md)
250
258
  - [Faker::Games::StreetFighter](doc/games/street_fighter.md)
259
+ - [Faker::Games::SuperMario](doc/games/super_mario.md)
251
260
  - [Faker::Games::SuperSmashBros](doc/games/super_smash_bros.md)
261
+ - [Faker::Games::Touhou](doc/games/touhou.md)
252
262
  - [Faker::Games::WarhammerFantasy](doc/games/warhammer_fantasy.md)
253
263
  - [Faker::Games::Witcher](doc/games/witcher.md)
254
264
  - [Faker::Games::WorldOfWarcraft](doc/games/world_of_warcraft.md)
@@ -257,7 +267,11 @@ gem 'faker', :git => 'https://github.com/faker-ruby/faker.git', :branch => 'mast
257
267
  ### Japanese Media
258
268
  - [Faker::JapaneseMedia::DragonBall](doc/japanese_media/dragon_ball.md)
259
269
  - [Faker::JapaneseMedia::OnePiece](doc/japanese_media/one_piece.md)
270
+ - [Faker::JapaneseMedia::StudioGhibli](doc/japanese_media/studio_ghibli.md)
260
271
  - [Faker::JapaneseMedia::SwordArtOnline](doc/japanese_media/sword_art_online.md)
272
+ - [Faker::JapaneseMedia::Naruto](doc/japanese_media/naruto.md)
273
+ - [Faker::JapaneseMedia::Doraemon](doc/japanese_media/doraemon.md)
274
+ - [Faker::JapaneseMedia::Conan](doc/japanese_media/conan.md)
261
275
 
262
276
  ### Movies
263
277
  - [Faker::Movie](doc/movies/movie.md)
@@ -267,6 +281,7 @@ gem 'faker', :git => 'https://github.com/faker-ruby/faker.git', :branch => 'mast
267
281
  - [Faker::Movies::HarryPotter](doc/movies/harry_potter.md)
268
282
  - [Faker::Movies::HitchhikersGuideToTheGalaxy](doc/movies/hitchhikers_guide_to_the_galaxy.md)
269
283
  - [Faker::Movies::Hobbit](doc/movies/hobbit.md)
284
+ - [Faker::Movies::HowToTrainYourDragon](doc/movies/how_to_train_your_dragon.md)
270
285
  - [Faker::Movies::Lebowski](doc/movies/lebowski.md)
271
286
  - [Faker::Movies::LordOfTheRings](doc/movies/lord_of_the_rings.md)
272
287
  - [Faker::Movies::PrincessBride](doc/movies/princess_bride.md)
@@ -276,6 +291,7 @@ gem 'faker', :git => 'https://github.com/faker-ruby/faker.git', :branch => 'mast
276
291
  ### Music
277
292
  - [Faker::Music](doc/music/music.md)
278
293
  - [Faker::Music::GratefulDead](doc/music/grateful_dead.md)
294
+ - [Faker::Music::Hiphop](doc/music/hiphop.md)
279
295
  - [Faker::Music::Opera](doc/music/opera.md)
280
296
  - [Faker::Music::PearlJam](doc/music/pearl_jam.md)
281
297
  - [Faker::Music::Phish](doc/music/phish.md)
@@ -305,6 +321,7 @@ gem 'faker', :git => 'https://github.com/faker-ruby/faker.git', :branch => 'mast
305
321
  - [Faker::TvShows::DrWho](doc/tv_shows/dr_who.md)
306
322
  - [Faker::TvShows::DumbAndDumber](doc/tv_shows/dumb_and_dumber.md)
307
323
  - [Faker::TvShows::FamilyGuy](doc/tv_shows/family_guy.md)
324
+ - [Faker::TvShows::FinalSpace](doc/tv_shows/final_space.md)
308
325
  - [Faker::TvShows::Friends](doc/tv_shows/friends.md)
309
326
  - [Faker::TvShows::GameOfThrones](doc/tv_shows/game_of_thrones.md)
310
327
  - [Faker::TvShows::HeyArnold](doc/tv_shows/hey_arnold.md)