faker 2.15.1 → 3.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (305) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +848 -34
  3. data/README.md +225 -103
  4. data/lib/faker/blockchain/aeternity.rb +1 -1
  5. data/lib/faker/blockchain/bitcoin.rb +2 -2
  6. data/lib/faker/blockchain/ethereum.rb +1 -1
  7. data/lib/faker/blockchain/tezos.rb +31 -3
  8. data/lib/faker/books/dune.rb +2 -10
  9. data/lib/faker/books/lovecraft.rb +9 -41
  10. data/lib/faker/books/the_kingkiller_chronicle.rb +61 -0
  11. data/lib/faker/creature/bird.rb +203 -0
  12. data/lib/faker/default/address.rb +7 -27
  13. data/lib/faker/default/alphanumeric.rb +2 -8
  14. data/lib/faker/default/app.rb +1 -10
  15. data/lib/faker/default/avatar.rb +1 -12
  16. data/lib/faker/default/bank.rb +25 -17
  17. data/lib/faker/default/barcode.rb +33 -22
  18. data/lib/faker/default/boolean.rb +1 -4
  19. data/lib/faker/default/cannabis.rb +10 -0
  20. data/lib/faker/default/chile_rut.rb +25 -25
  21. data/lib/faker/default/chuck_norris.rb +1 -0
  22. data/lib/faker/default/code.rb +71 -42
  23. data/lib/faker/default/color.rb +77 -6
  24. data/lib/faker/default/commerce.rb +31 -17
  25. data/lib/faker/default/company.rb +137 -22
  26. data/lib/faker/default/crypto.rb +26 -4
  27. data/lib/faker/default/crypto_coin.rb +3 -15
  28. data/lib/faker/default/date.rb +65 -42
  29. data/lib/faker/default/demographic.rb +1 -5
  30. data/lib/faker/default/driving_licence.rb +20 -18
  31. data/lib/faker/default/drone.rb +1 -1
  32. data/lib/faker/default/educator.rb +13 -0
  33. data/lib/faker/default/emotion.rb +33 -0
  34. data/lib/faker/default/file.rb +5 -22
  35. data/lib/faker/default/finance.rb +30 -7
  36. data/lib/faker/default/food.rb +27 -1
  37. data/lib/faker/default/hipster.rb +8 -48
  38. data/lib/faker/default/hobby.rb +22 -0
  39. data/lib/faker/default/html.rb +230 -0
  40. data/lib/faker/default/id_number.rb +175 -27
  41. data/lib/faker/default/internet.rb +333 -114
  42. data/lib/faker/default/invoice.rb +4 -17
  43. data/lib/faker/default/json.rb +4 -21
  44. data/lib/faker/default/lorem.rb +175 -73
  45. data/lib/faker/default/lorem_flickr.rb +4 -37
  46. data/lib/faker/default/markdown.rb +10 -13
  47. data/lib/faker/default/marketing.rb +1 -1
  48. data/lib/faker/default/measurement.rb +16 -48
  49. data/lib/faker/default/name.rb +1 -5
  50. data/lib/faker/default/nation.rb +0 -3
  51. data/lib/faker/default/{nhs.rb → national_health_service.rb} +9 -8
  52. data/lib/faker/default/number.rb +33 -61
  53. data/lib/faker/default/omniauth.rb +55 -52
  54. data/lib/faker/default/phone_number.rb +36 -21
  55. data/lib/faker/default/placeholdit.rb +10 -20
  56. data/lib/faker/default/relationship.rb +1 -5
  57. data/lib/faker/default/religion.rb +6 -0
  58. data/lib/faker/default/science.rb +108 -0
  59. data/lib/faker/default/source.rb +3 -16
  60. data/lib/faker/default/south_africa.rb +3 -3
  61. data/lib/faker/default/string.rb +1 -7
  62. data/lib/faker/default/stripe.rb +4 -20
  63. data/lib/faker/default/tea.rb +41 -0
  64. data/lib/faker/{music/show.rb → default/theater.rb} +11 -8
  65. data/lib/faker/default/time.rb +4 -34
  66. data/lib/faker/default/twitter.rb +7 -23
  67. data/lib/faker/default/types.rb +12 -34
  68. data/lib/faker/default/vehicle.rb +44 -54
  69. data/lib/faker/default/vulnerability_identifier.rb +23 -0
  70. data/lib/faker/default/world_cup.rb +2 -11
  71. data/lib/faker/games/clash_of_clans.rb +1 -1
  72. data/lib/faker/games/dnd.rb +49 -7
  73. data/lib/faker/games/dota.rb +14 -5
  74. data/lib/faker/games/final_fantasy_xiv.rb +73 -0
  75. data/lib/faker/games/minecraft.rb +1 -1
  76. data/lib/faker/games/myst.rb +1 -1
  77. data/lib/faker/games/tarkov.rb +205 -0
  78. data/lib/faker/games/touhou.rb +75 -0
  79. data/lib/faker/games/witcher.rb +39 -0
  80. data/lib/faker/japanese_media/cowboy_bebop.rb +61 -0
  81. data/lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb +51 -0
  82. data/lib/faker/japanese_media/kamen_rider.rb +102 -0
  83. data/lib/faker/japanese_media/one_piece.rb +1 -1
  84. data/lib/faker/locations/australia.rb +52 -0
  85. data/lib/faker/movies/avatar.rb +49 -0
  86. data/lib/faker/movies/hackers.rb +48 -0
  87. data/lib/faker/movies/star_wars.rb +73 -5
  88. data/lib/faker/movies/{room.rb → the_room.rb} +4 -4
  89. data/lib/faker/movies/tron.rb +161 -0
  90. data/lib/faker/music/hiphop.rb +3 -3
  91. data/lib/faker/music/music.rb +12 -0
  92. data/lib/faker/music/rock_band.rb +12 -0
  93. data/lib/faker/music/smashing_pumpkins.rb +64 -0
  94. data/lib/faker/quotes/quote.rb +13 -0
  95. data/lib/faker/quotes/rajnikanth.rb +1 -0
  96. data/lib/faker/quotes/shakespeare.rb +34 -0
  97. data/lib/faker/religion/bible.rb +50 -0
  98. data/lib/faker/sports/chess.rb +90 -0
  99. data/lib/faker/sports/mountaineering.rb +22 -0
  100. data/lib/faker/sports/sport.rb +116 -0
  101. data/lib/faker/travel/airport.rb +43 -0
  102. data/lib/faker/travel/train_station.rb +54 -0
  103. data/lib/faker/tv_shows/archer.rb +51 -0
  104. data/lib/faker/tv_shows/big_bang_theory.rb +1 -1
  105. data/lib/faker/tv_shows/brooklyn_nine_nine.rb +38 -0
  106. data/lib/faker/tv_shows/michael_scott.rb +0 -3
  107. data/lib/faker/tv_shows/south_park.rb +15 -0
  108. data/lib/faker/tv_shows/spongebob.rb +50 -0
  109. data/lib/faker/tv_shows/suits.rb +1 -1
  110. data/lib/faker/tv_shows/supernatural.rb +48 -0
  111. data/lib/faker/tv_shows/the_office.rb +37 -0
  112. data/lib/faker/version.rb +2 -2
  113. data/lib/faker.rb +26 -67
  114. data/lib/helpers/base58.rb +1 -1
  115. data/lib/helpers/deprecator.rb +53 -0
  116. data/lib/helpers/positional_generator.rb +480 -0
  117. data/lib/helpers/unique_generator.rb +13 -14
  118. data/lib/locales/README.md +18 -2
  119. data/lib/locales/ar.yml +6 -1
  120. data/lib/locales/bg.yml +1 -2
  121. data/lib/locales/da-DK.yml +529 -35
  122. data/lib/locales/de-AT.yml +3487 -27
  123. data/lib/locales/de-CH.yml +4328 -12
  124. data/lib/locales/de.yml +7185 -99
  125. data/lib/locales/ee.yml +0 -1
  126. data/lib/locales/en/address.yml +1826 -562
  127. data/lib/locales/en/airport.yml +381 -0
  128. data/lib/locales/en/animal.yml +1 -1
  129. data/lib/locales/en/archer.yml +75 -0
  130. data/lib/locales/en/australia.yml +108 -0
  131. data/lib/locales/en/avatar.yml +31 -0
  132. data/lib/locales/en/bank.yml +1 -1
  133. data/lib/locales/en/bible.yml +90 -0
  134. data/lib/locales/en/bird.yml +1281 -0
  135. data/lib/locales/en/book.yml +487 -3
  136. data/lib/locales/en/brooklyn_nine_nine.yml +35 -0
  137. data/lib/locales/en/cat.yml +1 -1
  138. data/lib/locales/en/chess.yml +103 -0
  139. data/lib/locales/en/coffee.yml +1 -1
  140. data/lib/locales/en/commerce.yml +17 -0
  141. data/lib/locales/en/community.yml +17 -17
  142. data/lib/locales/en/company.yml +1 -0
  143. data/lib/locales/en/computer.yml +23 -4
  144. data/lib/locales/en/cowboy_bebop.yml +163 -0
  145. data/lib/locales/en/device.yml +112 -4
  146. data/lib/locales/en/dnd.yml +186 -1
  147. data/lib/locales/en/dog.yml +262 -7
  148. data/lib/locales/en/dota.yml +173 -0
  149. data/lib/locales/en/dune.yml +266 -397
  150. data/lib/locales/en/educator.yml +6 -0
  151. data/lib/locales/en/emotion.yml +480 -0
  152. data/lib/locales/en/file.yml +9 -1
  153. data/lib/locales/en/final_fantasy_xiv.yml +754 -0
  154. data/lib/locales/en/finance.yml +27 -4
  155. data/lib/locales/en/food.yml +1067 -10
  156. data/lib/locales/en/football.yml +3 -3
  157. data/lib/locales/en/fullmetal_alchemist_brotherhood.yml +78 -0
  158. data/lib/locales/en/game.yml +11 -0
  159. data/lib/locales/en/hackers.yml +53 -0
  160. data/lib/locales/en/harry_potter.yml +1 -1
  161. data/lib/locales/en/heroes.yml +2 -2
  162. data/lib/locales/en/hobby.yml +171 -0
  163. data/lib/locales/en/horse.yml +2 -2
  164. data/lib/locales/en/id_number.yml +1 -1
  165. data/lib/locales/en/internet.yml +136 -3
  166. data/lib/locales/en/kamen_rider.yml +452 -0
  167. data/lib/locales/en/kpop.yml +7 -7
  168. data/lib/locales/en/lebowski.yml +1 -1
  169. data/lib/locales/en/lovecraft.yml +76 -6
  170. data/lib/locales/en/minecraft.yml +4 -4
  171. data/lib/locales/en/mitch_hedberg.yml +46 -0
  172. data/lib/locales/en/mountain.yml +14 -1
  173. data/lib/locales/en/mountaineering.yml +14 -0
  174. data/lib/locales/en/movie.yml +2 -1
  175. data/lib/locales/en/music.yml +152 -142
  176. data/lib/locales/en/naruto.yml +2 -3
  177. data/lib/locales/en/one_piece.yml +1 -1
  178. data/lib/locales/en/opera.yml +2 -2
  179. data/lib/locales/en/overwatch.yml +5 -7
  180. data/lib/locales/en/phone_number.yml +78 -3
  181. data/lib/locales/en/rock_band.yml +1 -0
  182. data/lib/locales/en/science.yml +481 -3
  183. data/lib/locales/en/shakespeare.yml +21 -24
  184. data/lib/locales/en/smashing_pumpkins.yml +382 -0
  185. data/lib/locales/en/source.yml +5 -0
  186. data/lib/locales/en/south_park.yml +360 -2
  187. data/lib/locales/en/space.yml +1 -1
  188. data/lib/locales/en/spongebob.yml +489 -0
  189. data/lib/locales/en/sport.yml +130 -0
  190. data/lib/locales/en/star_wars.yml +1 -1
  191. data/lib/locales/en/stranger_thing.yml +1 -1
  192. data/lib/locales/en/super_smash_bros.yml +7 -2
  193. data/lib/locales/en/supernatural.yml +141 -0
  194. data/lib/locales/en/tarkov.yml +593 -0
  195. data/lib/locales/en/tea.yml +172 -0
  196. data/lib/locales/en/the_kingkiller_chronicle.yml +56 -0
  197. data/lib/locales/en/the_office.yml +86 -0
  198. data/lib/locales/en/{room.yml → the_room.yml} +1 -1
  199. data/lib/locales/en/{show.yml → theater.yml} +1 -1
  200. data/lib/locales/en/touhou.yml +839 -0
  201. data/lib/locales/en/train_station.yml +280 -0
  202. data/lib/locales/en/tron.yml +227 -0
  203. data/lib/locales/en/vehicle.yml +2809 -75
  204. data/lib/locales/en/witcher.yml +37 -0
  205. data/lib/locales/en-AU.yml +718 -47
  206. data/lib/locales/en-CA.yml +373 -18
  207. data/lib/locales/en-GB.yml +116 -8
  208. data/lib/locales/en-IND.yml +1259 -17
  209. data/lib/locales/en-KE.yml +212 -0
  210. data/lib/locales/en-MS.yml +364 -17
  211. data/lib/locales/en-NEP.yml +212 -38
  212. data/lib/locales/en-NG.yml +1 -0
  213. data/lib/locales/en-NZ.yml +1153 -123
  214. data/lib/locales/en-PAK.yml +369 -10
  215. data/lib/locales/en-SG.yml +581 -16
  216. data/lib/locales/en-UG.yml +1 -0
  217. data/lib/locales/en-US.yml +6914 -74
  218. data/lib/locales/en-ZA.yml +1 -1
  219. data/lib/locales/en-au-ocker.yml +266 -22
  220. data/lib/locales/es-AR.yml +4570 -0
  221. data/lib/locales/es-MX.yml +1 -2
  222. data/lib/locales/es.yml +2 -3
  223. data/lib/locales/fi-FI.yml +3 -1
  224. data/lib/locales/fr/address.yml +20 -0
  225. data/lib/locales/fr/adjective.yml +266 -0
  226. data/lib/locales/fr/ancient.yml +141 -0
  227. data/lib/locales/fr/animal.yml +5 -0
  228. data/lib/locales/fr/appliance.yml +4 -0
  229. data/lib/locales/fr/book.yml +7 -0
  230. data/lib/locales/fr/color.yml +4 -0
  231. data/lib/locales/fr/company.yml +17 -0
  232. data/lib/locales/fr/compass.yml +23 -0
  233. data/lib/locales/fr/demographic.yml +4 -0
  234. data/lib/locales/fr/gender.yml +6 -0
  235. data/lib/locales/fr/internet.yml +4 -0
  236. data/lib/locales/fr/lorem.yml +5 -0
  237. data/lib/locales/fr/measurement.yml +7 -0
  238. data/lib/locales/fr/name.yml +22 -0
  239. data/lib/locales/fr/phone_number.yml +7 -0
  240. data/lib/locales/fr/pokemon.yml +7 -0
  241. data/lib/locales/fr-CA.yml +2733 -44
  242. data/lib/locales/fr-CH.yml +1 -2
  243. data/lib/locales/fr.yml +2 -118
  244. data/lib/locales/hy.yml +3624 -119
  245. data/lib/locales/id.yml +839 -12
  246. data/lib/locales/it.yml +1304 -32
  247. data/lib/locales/ja/README.md +13 -0
  248. data/lib/locales/ja/address.yml +120539 -0
  249. data/lib/locales/ja/adjective.yml +148 -0
  250. data/lib/locales/ja/ancient.yml +4 -0
  251. data/lib/locales/ja/animal.yml +5 -0
  252. data/lib/locales/ja/bank.yml +4 -0
  253. data/lib/locales/ja/book.yml +7 -0
  254. data/lib/locales/ja/cat.yml +5 -0
  255. data/lib/locales/ja/coffee.yml +4 -0
  256. data/lib/locales/ja/color.yml +4 -0
  257. data/lib/locales/ja/commerce.yml +11 -0
  258. data/lib/locales/ja/company.yml +8 -0
  259. data/lib/locales/ja/dog.yml +6 -0
  260. data/lib/locales/ja/emotion.yml +51 -0
  261. data/lib/locales/ja/food.yml +4 -0
  262. data/lib/locales/ja/football.yml +115 -0
  263. data/lib/locales/ja/gender.yml +4 -0
  264. data/lib/locales/ja/lorem.yml +9 -0
  265. data/lib/locales/ja/name.yml +13 -0
  266. data/lib/locales/ja/naruto.yml +230 -0
  267. data/lib/locales/ja/overwatch.yml +5 -0
  268. data/lib/locales/ja/phone_number.yml +7 -0
  269. data/lib/locales/ja/pokemon.yml +7 -0
  270. data/lib/locales/ja/relationship.yml +10 -0
  271. data/lib/locales/ja/restaurant.yml +11 -0
  272. data/lib/locales/ja/space.yml +5 -0
  273. data/lib/locales/ja/sport.yml +130 -0
  274. data/lib/locales/ja/studio_ghibli.yml +112 -0
  275. data/lib/locales/ja/subscription.yml +8 -0
  276. data/lib/locales/ja/super_mario.yml +9 -0
  277. data/lib/locales/ja/super_smash_bros.yml +8 -0
  278. data/lib/locales/ja/touhou.yml +466 -0
  279. data/lib/locales/ja/university.yml +9 -0
  280. data/lib/locales/ja/zelda.yml +5 -0
  281. data/lib/locales/ko.yml +1361 -20
  282. data/lib/locales/lt.yml +315 -0
  283. data/lib/locales/lv.yml +1 -2
  284. data/lib/locales/mi-NZ.yml +283 -0
  285. data/lib/locales/nb-NO.yml +518 -29
  286. data/lib/locales/nl.yml +1 -1
  287. data/lib/locales/pl.yml +1 -2
  288. data/lib/locales/pt-BR.yml +8157 -660
  289. data/lib/locales/pt.yml +844 -45
  290. data/lib/locales/ru.yml +1355 -32
  291. data/lib/locales/sk.yml +4410 -43
  292. data/lib/locales/sv.yml +100 -0
  293. data/lib/locales/th.yml +76 -76
  294. data/lib/locales/tr.yml +1 -2
  295. data/lib/locales/uk.yml +1808 -44
  296. data/lib/locales/vi.yml +1 -0
  297. data/lib/locales/zh-CN/bank.yml +17 -0
  298. data/lib/locales/zh-CN.yml +1 -0
  299. data/lib/locales/zh-TW.yml +1 -0
  300. metadata +134 -133
  301. data/History.md +0 -176
  302. data/lib/faker/default/fillmurray.rb +0 -45
  303. data/lib/faker/default/lorem_pixel.rb +0 -69
  304. data/lib/locales/ja.yml +0 -105
  305. /data/lib/faker/default/{faker_adjective.rb → adjective.rb} +0 -0
data/lib/locales/vi.yml CHANGED
@@ -24,6 +24,7 @@ vi:
24
24
  "Staffordshire", "Strathclyde", "Suffolk", "Surrey", "Tayside", "Tyne and Wear", "Việt Nam", "Warwickshire",
25
25
  "West Glamorgan", "West Midlands", "West Sussex", "West Yorkshire", "Wiltshire", "Worcestershire"]
26
26
  default_country: ["Việt Nam"]
27
+ default_country_code: ["VN"]
27
28
  internet:
28
29
  domain_suffix: [com, net, info, vn, com.vn]
29
30
  phone_number:
@@ -0,0 +1,17 @@
1
+ # Ref: https://pay.weixin.qq.com/docs/merchant/development/chart/bank-of-deposit.html
2
+ zh-CN:
3
+ faker:
4
+ bank:
5
+ name:
6
+ - 工商银行
7
+ - 交通银行
8
+ - 招商银行
9
+ - 民生银行
10
+ - 中信银行
11
+ - 浦发银行
12
+ - 兴业银行
13
+ - 光大银行
14
+ - 广发银行
15
+ - 平安银行
16
+ - 建设银行
17
+ - 邮政储蓄银行
@@ -13,6 +13,7 @@ zh-CN:
13
13
  street_address:
14
14
  - "#{street_name}#{building_number}号"
15
15
  default_country: [中国]
16
+ default_country_code: ["CN"]
16
17
 
17
18
 
18
19
  name:
@@ -16,6 +16,7 @@ zh-TW:
16
16
  street_address:
17
17
  - "#{street_name} #{building_number} 號"
18
18
  default_country: [台灣]
19
+ default_country_code: ["TW"]
19
20
 
20
21
  name:
21
22
  last_name: [趙, 錢, 孫, 李, 周, 吳, 鄭, 王, 馮, 陳, 褚, 衛, 蔣, 沈, 韓, 楊, 朱, 秦, 尤, 許, 何, 呂, 施, 張, 孔, 曹, 嚴, 華, 金, 魏, 陶, 薑, 戚, 謝, 鄒, 喻, 柏, 水, 竇, 章, 雲, 蘇, 潘, 葛, 奚, 範, 彭, 郎, 魯, 韋, 昌, 馬, 苗, 鳳, 花, 方, 俞, 任, 袁, 柳, 酆, 鮑, 史, 唐, 費, 廉, 岑, 薛, 雷, 賀, 倪, 湯, 滕, 殷, 羅, 畢, 郝, 鄔, 安, 常, 樂, 於, 時, 傅, 皮, 卞, 齊, 康, 伍, 餘, 元, 蔔, 顧, 孟, 平, 黃, 和, 穆, 蕭, 尹, 姚, 邵, 湛, 汪, 祁, 毛, 禹, 狄, 米, 貝, 明, 臧, 計, 伏, 成, 戴, 談, 宋, 茅, 龐, 熊, 紀, 舒, 屈, 項, 祝, 董, 梁, 杜, 阮, 藍, 閔, 席, 季, 麻, 強, 賈, 路, 婁, 危, 江, 童, 顏, 郭, 梅, 盛, 林, 刁, 鍾, 徐, 邱, 駱, 高, 夏, 蔡, 田, 樊, 胡, 淩, 霍, 虞, 萬, 支, 柯, 昝, 管, 盧, 莫, 柯, 房, 裘, 繆, 幹, 解, 應, 宗, 丁, 宣, 賁, 鄧, 鬱, 單, 杭, 洪, 包, 諸, 左, 石, 崔, 吉, 鈕, 龔, 程, 嵇, 邢, 滑, 裴, 陸, 榮, 翁, 荀, 羊, 于, 惠, 甄, 曲, 家, 封, 芮, 羿, 儲, 靳, 汲, 邴, 糜, 松, 井, 段, 富, 巫, 烏, 焦, 巴, 弓, 牧, 隗, 山, 穀, 車, 侯, 宓, 蓬, 全, 郗, 班, 仰, 秋, 仲, 伊, 宮, 甯, 仇, 欒, 暴, 甘, 鈄, 曆, 戎, 祖, 武, 符, 劉, 景, 詹, 束, 龍, 葉, 幸, 司, 韶, 郜, 黎, 薊, 溥, 印, 宿, 白, 懷, 蒲, 邰, 從, 鄂, 索, 鹹, 籍, 賴, 卓, 藺, 屠, 蒙, 池, 喬, 陽, 鬱, 胥, 能, 蒼, 雙, 聞, 莘, 党, 翟, 譚, 貢, 勞, 逄, 姬, 申, 扶, 堵, 冉, 宰, 酈, 雍, 卻, 璩, 桑, 桂, 濮, 牛, 壽, 通, 邊, 扈, 燕, 冀, 浦, 尚, 農, 溫, 別, 莊, 晏, 柴, 瞿, 閻, 充, 慕, 連, 茹, 習, 宦, 艾, 魚, 容, 向, 古, 易, 慎, 戈, 廖, 庾, 終, 暨, 居, 衡, 步, 都, 耿, 滿, 弘, 匡, 國, 文, 寇, 廣, 祿, 闕, 東, 歐, 殳, 沃, 利, 蔚, 越, 夔, 隆, 師, 鞏, 厙, 聶, 晁, 勾, 敖, 融, 冷, 訾, 辛, 闞, 那, 簡, 饒, 空, 曾, 毋, 沙, 乜, 養, 鞠, 須, 豐, 巢, 關, 蒯, 相, 查, 後, 荊, 紅, 遊, 竺, 權, 逮, 盍, 益, 桓, 公, 萬俟, 司馬, 上官, 歐陽, 夏侯, 諸葛, 聞人, 東方, 赫連, 皇甫, 尉遲, 公羊, 澹台, 公冶, 宗政, 濮陽, 淳于, 單於, 太叔, 申屠, 公孫, 仲孫, 軒轅, 令狐, 徐離, 宇文, 長孫, 慕容, 司徒, 司空]
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.15.1
4
+ version: 3.4.2
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-11-25 00:00:00.000000000 Z
12
+ date: 2024-07-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: i18n
@@ -17,7 +17,7 @@ dependencies:
17
17
  requirements:
18
18
  - - ">="
19
19
  - !ruby/object:Gem::Version
20
- version: '1.6'
20
+ version: 1.8.11
21
21
  - - "<"
22
22
  - !ruby/object:Gem::Version
23
23
  version: '2'
@@ -27,122 +27,10 @@ dependencies:
27
27
  requirements:
28
28
  - - ">="
29
29
  - !ruby/object:Gem::Version
30
- version: '1.6'
30
+ version: 1.8.11
31
31
  - - "<"
32
32
  - !ruby/object:Gem::Version
33
33
  version: '2'
34
- - !ruby/object:Gem::Dependency
35
- name: minitest
36
- requirement: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - '='
39
- - !ruby/object:Gem::Version
40
- version: 5.14.2
41
- type: :development
42
- prerelease: false
43
- version_requirements: !ruby/object:Gem::Requirement
44
- requirements:
45
- - - '='
46
- - !ruby/object:Gem::Version
47
- version: 5.14.2
48
- - !ruby/object:Gem::Dependency
49
- name: pry
50
- requirement: !ruby/object:Gem::Requirement
51
- requirements:
52
- - - '='
53
- - !ruby/object:Gem::Version
54
- version: 0.13.1
55
- type: :development
56
- prerelease: false
57
- version_requirements: !ruby/object:Gem::Requirement
58
- requirements:
59
- - - '='
60
- - !ruby/object:Gem::Version
61
- version: 0.13.1
62
- - !ruby/object:Gem::Dependency
63
- name: rake
64
- requirement: !ruby/object:Gem::Requirement
65
- requirements:
66
- - - '='
67
- - !ruby/object:Gem::Version
68
- version: 13.0.1
69
- type: :development
70
- prerelease: false
71
- version_requirements: !ruby/object:Gem::Requirement
72
- requirements:
73
- - - '='
74
- - !ruby/object:Gem::Version
75
- version: 13.0.1
76
- - !ruby/object:Gem::Dependency
77
- name: rubocop
78
- requirement: !ruby/object:Gem::Requirement
79
- requirements:
80
- - - '='
81
- - !ruby/object:Gem::Version
82
- version: 1.1.0
83
- type: :development
84
- prerelease: false
85
- version_requirements: !ruby/object:Gem::Requirement
86
- requirements:
87
- - - '='
88
- - !ruby/object:Gem::Version
89
- version: 1.1.0
90
- - !ruby/object:Gem::Dependency
91
- name: simplecov
92
- requirement: !ruby/object:Gem::Requirement
93
- requirements:
94
- - - '='
95
- - !ruby/object:Gem::Version
96
- version: 0.17.1
97
- type: :development
98
- prerelease: false
99
- version_requirements: !ruby/object:Gem::Requirement
100
- requirements:
101
- - - '='
102
- - !ruby/object:Gem::Version
103
- version: 0.17.1
104
- - !ruby/object:Gem::Dependency
105
- name: test-unit
106
- requirement: !ruby/object:Gem::Requirement
107
- requirements:
108
- - - '='
109
- - !ruby/object:Gem::Version
110
- version: 3.3.7
111
- type: :development
112
- prerelease: false
113
- version_requirements: !ruby/object:Gem::Requirement
114
- requirements:
115
- - - '='
116
- - !ruby/object:Gem::Version
117
- version: 3.3.7
118
- - !ruby/object:Gem::Dependency
119
- name: timecop
120
- requirement: !ruby/object:Gem::Requirement
121
- requirements:
122
- - - '='
123
- - !ruby/object:Gem::Version
124
- version: 0.9.2
125
- type: :development
126
- prerelease: false
127
- version_requirements: !ruby/object:Gem::Requirement
128
- requirements:
129
- - - '='
130
- - !ruby/object:Gem::Version
131
- version: 0.9.2
132
- - !ruby/object:Gem::Dependency
133
- name: yard
134
- requirement: !ruby/object:Gem::Requirement
135
- requirements:
136
- - - '='
137
- - !ruby/object:Gem::Version
138
- version: 0.9.25
139
- type: :development
140
- prerelease: false
141
- version_requirements: !ruby/object:Gem::Requirement
142
- requirements:
143
- - - '='
144
- - !ruby/object:Gem::Version
145
- version: 0.9.25
146
34
  description: 'Faker, a port of Data::Faker from Perl, is used to easily generate fake
147
35
  data: names, addresses, phone numbers, etc.'
148
36
  email:
@@ -154,7 +42,6 @@ extensions: []
154
42
  extra_rdoc_files: []
155
43
  files:
156
44
  - CHANGELOG.md
157
- - History.md
158
45
  - License.txt
159
46
  - README.md
160
47
  - bin/faker
@@ -167,11 +54,14 @@ files:
167
54
  - lib/faker/books/culture_series.rb
168
55
  - lib/faker/books/dune.rb
169
56
  - lib/faker/books/lovecraft.rb
57
+ - lib/faker/books/the_kingkiller_chronicle.rb
170
58
  - lib/faker/creature/animal.rb
59
+ - lib/faker/creature/bird.rb
171
60
  - lib/faker/creature/cat.rb
172
61
  - lib/faker/creature/dog.rb
173
62
  - lib/faker/creature/horse.rb
174
63
  - lib/faker/default/address.rb
64
+ - lib/faker/default/adjective.rb
175
65
  - lib/faker/default/alphanumeric.rb
176
66
  - lib/faker/default/ancient.rb
177
67
  - lib/faker/default/app.rb
@@ -211,10 +101,9 @@ files:
211
101
  - lib/faker/default/drone.rb
212
102
  - lib/faker/default/educator.rb
213
103
  - lib/faker/default/electrical_components.rb
104
+ - lib/faker/default/emotion.rb
214
105
  - lib/faker/default/esport.rb
215
- - lib/faker/default/faker_adjective.rb
216
106
  - lib/faker/default/file.rb
217
- - lib/faker/default/fillmurray.rb
218
107
  - lib/faker/default/finance.rb
219
108
  - lib/faker/default/food.rb
220
109
  - lib/faker/default/funny_name.rb
@@ -222,7 +111,9 @@ files:
222
111
  - lib/faker/default/greek_philosophers.rb
223
112
  - lib/faker/default/hacker.rb
224
113
  - lib/faker/default/hipster.rb
114
+ - lib/faker/default/hobby.rb
225
115
  - lib/faker/default/house.rb
116
+ - lib/faker/default/html.rb
226
117
  - lib/faker/default/id_number.rb
227
118
  - lib/faker/default/industry_segments.rb
228
119
  - lib/faker/default/internet.rb
@@ -233,7 +124,6 @@ files:
233
124
  - lib/faker/default/kpop.rb
234
125
  - lib/faker/default/lorem.rb
235
126
  - lib/faker/default/lorem_flickr.rb
236
- - lib/faker/default/lorem_pixel.rb
237
127
  - lib/faker/default/markdown.rb
238
128
  - lib/faker/default/marketing.rb
239
129
  - lib/faker/default/measurement.rb
@@ -241,14 +131,15 @@ files:
241
131
  - lib/faker/default/mountain.rb
242
132
  - lib/faker/default/name.rb
243
133
  - lib/faker/default/nation.rb
134
+ - lib/faker/default/national_health_service.rb
244
135
  - lib/faker/default/nato_phonetic_alphabet.rb
245
- - lib/faker/default/nhs.rb
246
136
  - lib/faker/default/number.rb
247
137
  - lib/faker/default/omniauth.rb
248
138
  - lib/faker/default/phone_number.rb
249
139
  - lib/faker/default/placeholdit.rb
250
140
  - lib/faker/default/programming_language.rb
251
141
  - lib/faker/default/relationship.rb
142
+ - lib/faker/default/religion.rb
252
143
  - lib/faker/default/restaurant.rb
253
144
  - lib/faker/default/science.rb
254
145
  - lib/faker/default/slack_emoji.rb
@@ -259,13 +150,16 @@ files:
259
150
  - lib/faker/default/stripe.rb
260
151
  - lib/faker/default/subscription.rb
261
152
  - lib/faker/default/superhero.rb
153
+ - lib/faker/default/tea.rb
262
154
  - lib/faker/default/team.rb
155
+ - lib/faker/default/theater.rb
263
156
  - lib/faker/default/time.rb
264
157
  - lib/faker/default/twitter.rb
265
158
  - lib/faker/default/types.rb
266
159
  - lib/faker/default/university.rb
267
160
  - lib/faker/default/vehicle.rb
268
161
  - lib/faker/default/verb.rb
162
+ - lib/faker/default/vulnerability_identifier.rb
269
163
  - lib/faker/default/world_cup.rb
270
164
  - lib/faker/fantasy/tolkien.rb
271
165
  - lib/faker/games/clash_of_clans.rb
@@ -274,6 +168,7 @@ files:
274
168
  - lib/faker/games/dota.rb
275
169
  - lib/faker/games/elder_scrolls.rb
276
170
  - lib/faker/games/fallout.rb
171
+ - lib/faker/games/final_fantasy_xiv.rb
277
172
  - lib/faker/games/game.rb
278
173
  - lib/faker/games/half_life.rb
279
174
  - lib/faker/games/heroes.rb
@@ -287,20 +182,28 @@ files:
287
182
  - lib/faker/games/street_fighter.rb
288
183
  - lib/faker/games/super_mario.rb
289
184
  - lib/faker/games/super_smash_bros.rb
185
+ - lib/faker/games/tarkov.rb
186
+ - lib/faker/games/touhou.rb
290
187
  - lib/faker/games/warhammer_fantasy.rb
291
188
  - lib/faker/games/witcher.rb
292
189
  - lib/faker/games/world_of_warcraft.rb
293
190
  - lib/faker/games/zelda.rb
294
191
  - lib/faker/japanese_media/conan.rb
192
+ - lib/faker/japanese_media/cowboy_bebop.rb
295
193
  - lib/faker/japanese_media/doraemon.rb
296
194
  - lib/faker/japanese_media/dragon_ball.rb
195
+ - lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb
196
+ - lib/faker/japanese_media/kamen_rider.rb
297
197
  - lib/faker/japanese_media/naruto.rb
298
198
  - lib/faker/japanese_media/one_piece.rb
299
199
  - lib/faker/japanese_media/studio_ghibli.rb
300
200
  - lib/faker/japanese_media/sword_art_online.rb
201
+ - lib/faker/locations/australia.rb
202
+ - lib/faker/movies/avatar.rb
301
203
  - lib/faker/movies/back_to_the_future.rb
302
204
  - lib/faker/movies/departed.rb
303
205
  - lib/faker/movies/ghostbusters.rb
206
+ - lib/faker/movies/hackers.rb
304
207
  - lib/faker/movies/harry_potter.rb
305
208
  - lib/faker/movies/hitchhikers_guide_to_the_galaxy.rb
306
209
  - lib/faker/movies/hobbit.rb
@@ -309,8 +212,9 @@ files:
309
212
  - lib/faker/movies/lord_of_the_rings.rb
310
213
  - lib/faker/movies/movie.rb
311
214
  - lib/faker/movies/princess_bride.rb
312
- - lib/faker/movies/room.rb
313
215
  - lib/faker/movies/star_wars.rb
216
+ - lib/faker/movies/the_room.rb
217
+ - lib/faker/movies/tron.rb
314
218
  - lib/faker/movies/v_for_vendetta.rb
315
219
  - lib/faker/music/grateful_dead.rb
316
220
  - lib/faker/music/hiphop.rb
@@ -321,19 +225,27 @@ files:
321
225
  - lib/faker/music/prince.rb
322
226
  - lib/faker/music/rock_band.rb
323
227
  - lib/faker/music/rush.rb
324
- - lib/faker/music/show.rb
228
+ - lib/faker/music/smashing_pumpkins.rb
325
229
  - lib/faker/music/umphreys_mcgee.rb
326
230
  - lib/faker/quotes/chiquito.rb
327
231
  - lib/faker/quotes/quote.rb
328
232
  - lib/faker/quotes/rajnikanth.rb
329
233
  - lib/faker/quotes/shakespeare.rb
234
+ - lib/faker/religion/bible.rb
330
235
  - lib/faker/sports/basketball.rb
236
+ - lib/faker/sports/chess.rb
331
237
  - lib/faker/sports/football.rb
238
+ - lib/faker/sports/mountaineering.rb
239
+ - lib/faker/sports/sport.rb
332
240
  - lib/faker/sports/volleyball.rb
241
+ - lib/faker/travel/airport.rb
242
+ - lib/faker/travel/train_station.rb
333
243
  - lib/faker/tv_shows/aqua_teen_hunger_force.rb
244
+ - lib/faker/tv_shows/archer.rb
334
245
  - lib/faker/tv_shows/big_bang_theory.rb
335
246
  - lib/faker/tv_shows/bojack_horseman.rb
336
247
  - lib/faker/tv_shows/breaking_bad.rb
248
+ - lib/faker/tv_shows/brooklyn_nine_nine.rb
337
249
  - lib/faker/tv_shows/buffy.rb
338
250
  - lib/faker/tv_shows/community.rb
339
251
  - lib/faker/tv_shows/dr_who.rb
@@ -354,19 +266,24 @@ files:
354
266
  - lib/faker/tv_shows/silicon_valley.rb
355
267
  - lib/faker/tv_shows/simpsons.rb
356
268
  - lib/faker/tv_shows/south_park.rb
269
+ - lib/faker/tv_shows/spongebob.rb
357
270
  - lib/faker/tv_shows/star_trek.rb
358
271
  - lib/faker/tv_shows/stargate.rb
359
272
  - lib/faker/tv_shows/stranger_things.rb
360
273
  - lib/faker/tv_shows/suits.rb
274
+ - lib/faker/tv_shows/supernatural.rb
361
275
  - lib/faker/tv_shows/the_expanse.rb
362
276
  - lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb
363
277
  - lib/faker/tv_shows/the_it_crowd.rb
278
+ - lib/faker/tv_shows/the_office.rb
364
279
  - lib/faker/tv_shows/the_thick_of_it.rb
365
280
  - lib/faker/tv_shows/twin_peaks.rb
366
281
  - lib/faker/tv_shows/venture_bros.rb
367
282
  - lib/faker/version.rb
368
283
  - lib/helpers/base58.rb
369
284
  - lib/helpers/char.rb
285
+ - lib/helpers/deprecator.rb
286
+ - lib/helpers/positional_generator.rb
370
287
  - lib/helpers/unique_generator.rb
371
288
  - lib/locales/README.md
372
289
  - lib/locales/ar.yml
@@ -383,6 +300,7 @@ files:
383
300
  - lib/locales/en-CA.yml
384
301
  - lib/locales/en-GB.yml
385
302
  - lib/locales/en-IND.yml
303
+ - lib/locales/en-KE.yml
386
304
  - lib/locales/en-MS.yml
387
305
  - lib/locales/en-NEP.yml
388
306
  - lib/locales/en-NG.yml
@@ -398,28 +316,36 @@ files:
398
316
  - lib/locales/en/README.md
399
317
  - lib/locales/en/address.yml
400
318
  - lib/locales/en/adjective.yml
319
+ - lib/locales/en/airport.yml
401
320
  - lib/locales/en/ancient.yml
402
321
  - lib/locales/en/animal.yml
403
322
  - lib/locales/en/app.yml
404
323
  - lib/locales/en/appliance.yml
405
324
  - lib/locales/en/aqua_teen_hunger_force.yml
325
+ - lib/locales/en/archer.yml
406
326
  - lib/locales/en/artist.yml
327
+ - lib/locales/en/australia.yml
328
+ - lib/locales/en/avatar.yml
407
329
  - lib/locales/en/back_to_the_future.yml
408
330
  - lib/locales/en/bank.yml
409
331
  - lib/locales/en/barcode.yml
410
332
  - lib/locales/en/basketball.yml
411
333
  - lib/locales/en/beer.yml
334
+ - lib/locales/en/bible.yml
412
335
  - lib/locales/en/big_bang_theory.yml
336
+ - lib/locales/en/bird.yml
413
337
  - lib/locales/en/blood.yml
414
338
  - lib/locales/en/bojack_horseman.yml
415
339
  - lib/locales/en/book.yml
416
340
  - lib/locales/en/bossa_nova.yml
417
341
  - lib/locales/en/breaking_bad.yml
342
+ - lib/locales/en/brooklyn_nine_nine.yml
418
343
  - lib/locales/en/buffy.yml
419
344
  - lib/locales/en/business.yml
420
345
  - lib/locales/en/camera.yml
421
346
  - lib/locales/en/cannabis.yml
422
347
  - lib/locales/en/cat.yml
348
+ - lib/locales/en/chess.yml
423
349
  - lib/locales/en/chiquito.yml
424
350
  - lib/locales/en/chuck_norris.yml
425
351
  - lib/locales/en/clash_of_clan.yml
@@ -436,6 +362,7 @@ files:
436
362
  - lib/locales/en/construction.yml
437
363
  - lib/locales/en/control.yml
438
364
  - lib/locales/en/cosmere.yml
365
+ - lib/locales/en/cowboy_bebop.yml
439
366
  - lib/locales/en/crypto_coin.yml
440
367
  - lib/locales/en/culture_series.yml
441
368
  - lib/locales/en/currency.yml
@@ -457,16 +384,19 @@ files:
457
384
  - lib/locales/en/educator.yml
458
385
  - lib/locales/en/elder_scrolls.yml
459
386
  - lib/locales/en/electrical_components.yml
387
+ - lib/locales/en/emotion.yml
460
388
  - lib/locales/en/esport.yml
461
389
  - lib/locales/en/fallout.yml
462
390
  - lib/locales/en/family_guy.yml
463
391
  - lib/locales/en/file.yml
392
+ - lib/locales/en/final_fantasy_xiv.yml
464
393
  - lib/locales/en/final_space.yml
465
394
  - lib/locales/en/finance.yml
466
395
  - lib/locales/en/food.yml
467
396
  - lib/locales/en/football.yml
468
397
  - lib/locales/en/fresh_prince_of_bel_air.yml
469
398
  - lib/locales/en/friends.yml
399
+ - lib/locales/en/fullmetal_alchemist_brotherhood.yml
470
400
  - lib/locales/en/funny_name.yml
471
401
  - lib/locales/en/futurama.yml
472
402
  - lib/locales/en/game.yml
@@ -476,6 +406,7 @@ files:
476
406
  - lib/locales/en/grateful_dead.yml
477
407
  - lib/locales/en/greek_philosophers.yml
478
408
  - lib/locales/en/hacker.yml
409
+ - lib/locales/en/hackers.yml
479
410
  - lib/locales/en/half_life.yml
480
411
  - lib/locales/en/harry_potter.yml
481
412
  - lib/locales/en/heroes.yml
@@ -483,6 +414,7 @@ files:
483
414
  - lib/locales/en/hey_arnold.yml
484
415
  - lib/locales/en/hipster.yml
485
416
  - lib/locales/en/hitchhikers_guide_to_the_galaxy.yml
417
+ - lib/locales/en/hobby.yml
486
418
  - lib/locales/en/horse.yml
487
419
  - lib/locales/en/house.yml
488
420
  - lib/locales/en/how_i_met_your_mother.yml
@@ -493,6 +425,7 @@ files:
493
425
  - lib/locales/en/invoice.yml
494
426
  - lib/locales/en/jack_handey.yml
495
427
  - lib/locales/en/job.yml
428
+ - lib/locales/en/kamen_rider.yml
496
429
  - lib/locales/en/kpop.yml
497
430
  - lib/locales/en/league_of_legends.yml
498
431
  - lib/locales/en/lebowski.yml
@@ -504,7 +437,9 @@ files:
504
437
  - lib/locales/en/michael_scott.yml
505
438
  - lib/locales/en/military.yml
506
439
  - lib/locales/en/minecraft.yml
440
+ - lib/locales/en/mitch_hedberg.yml
507
441
  - lib/locales/en/mountain.yml
442
+ - lib/locales/en/mountaineering.yml
508
443
  - lib/locales/en/movie.yml
509
444
  - lib/locales/en/music.yml
510
445
  - lib/locales/en/myst.yml
@@ -530,20 +465,21 @@ files:
530
465
  - lib/locales/en/restaurant.yml
531
466
  - lib/locales/en/rick_and_morty.yml
532
467
  - lib/locales/en/rock_band.yml
533
- - lib/locales/en/room.yml
534
468
  - lib/locales/en/rupaul.yml
535
469
  - lib/locales/en/rush.yml
536
470
  - lib/locales/en/science.yml
537
471
  - lib/locales/en/seinfeld.yml
538
472
  - lib/locales/en/shakespeare.yml
539
- - lib/locales/en/show.yml
540
473
  - lib/locales/en/silicon_valley.yml
541
474
  - lib/locales/en/simpsons.yml
542
475
  - lib/locales/en/slack_emoji.yml
476
+ - lib/locales/en/smashing_pumpkins.yml
543
477
  - lib/locales/en/sonic_the_hedgehog.yml
544
478
  - lib/locales/en/source.yml
545
479
  - lib/locales/en/south_park.yml
546
480
  - lib/locales/en/space.yml
481
+ - lib/locales/en/spongebob.yml
482
+ - lib/locales/en/sport.yml
547
483
  - lib/locales/en/star_trek.yml
548
484
  - lib/locales/en/star_wars.yml
549
485
  - lib/locales/en/stargate.yml
@@ -556,12 +492,22 @@ files:
556
492
  - lib/locales/en/super_mario.yml
557
493
  - lib/locales/en/super_smash_bros.yml
558
494
  - lib/locales/en/superhero.yml
495
+ - lib/locales/en/supernatural.yml
559
496
  - lib/locales/en/sword_art_online.yml
497
+ - lib/locales/en/tarkov.yml
498
+ - lib/locales/en/tea.yml
560
499
  - lib/locales/en/team.yml
561
500
  - lib/locales/en/the_expanse.yml
562
501
  - lib/locales/en/the_it_crowd.yml
502
+ - lib/locales/en/the_kingkiller_chronicle.yml
503
+ - lib/locales/en/the_office.yml
504
+ - lib/locales/en/the_room.yml
563
505
  - lib/locales/en/the_thick_of_it.yml
506
+ - lib/locales/en/theater.yml
564
507
  - lib/locales/en/tolkien.yml
508
+ - lib/locales/en/touhou.yml
509
+ - lib/locales/en/train_station.yml
510
+ - lib/locales/en/tron.yml
565
511
  - lib/locales/en/twin_peaks.yml
566
512
  - lib/locales/en/umphreys_mcgee.yml
567
513
  - lib/locales/en/university.yml
@@ -576,6 +522,7 @@ files:
576
522
  - lib/locales/en/world_of_warcraft.yml
577
523
  - lib/locales/en/yoda.yml
578
524
  - lib/locales/en/zelda.yml
525
+ - lib/locales/es-AR.yml
579
526
  - lib/locales/es-MX.yml
580
527
  - lib/locales/es.yml
581
528
  - lib/locales/fa.yml
@@ -583,13 +530,65 @@ files:
583
530
  - lib/locales/fr-CA.yml
584
531
  - lib/locales/fr-CH.yml
585
532
  - lib/locales/fr.yml
533
+ - lib/locales/fr/address.yml
534
+ - lib/locales/fr/adjective.yml
535
+ - lib/locales/fr/ancient.yml
536
+ - lib/locales/fr/animal.yml
537
+ - lib/locales/fr/appliance.yml
538
+ - lib/locales/fr/book.yml
539
+ - lib/locales/fr/color.yml
540
+ - lib/locales/fr/company.yml
541
+ - lib/locales/fr/compass.yml
542
+ - lib/locales/fr/demographic.yml
543
+ - lib/locales/fr/gender.yml
544
+ - lib/locales/fr/internet.yml
545
+ - lib/locales/fr/lorem.yml
546
+ - lib/locales/fr/measurement.yml
547
+ - lib/locales/fr/name.yml
548
+ - lib/locales/fr/phone_number.yml
549
+ - lib/locales/fr/pokemon.yml
586
550
  - lib/locales/he.yml
587
551
  - lib/locales/hy.yml
588
552
  - lib/locales/id.yml
589
553
  - lib/locales/it.yml
590
- - lib/locales/ja.yml
554
+ - lib/locales/ja/README.md
555
+ - lib/locales/ja/address.yml
556
+ - lib/locales/ja/adjective.yml
557
+ - lib/locales/ja/ancient.yml
558
+ - lib/locales/ja/animal.yml
559
+ - lib/locales/ja/bank.yml
560
+ - lib/locales/ja/book.yml
561
+ - lib/locales/ja/cat.yml
562
+ - lib/locales/ja/coffee.yml
563
+ - lib/locales/ja/color.yml
564
+ - lib/locales/ja/commerce.yml
565
+ - lib/locales/ja/company.yml
566
+ - lib/locales/ja/dog.yml
567
+ - lib/locales/ja/emotion.yml
568
+ - lib/locales/ja/food.yml
569
+ - lib/locales/ja/football.yml
570
+ - lib/locales/ja/gender.yml
571
+ - lib/locales/ja/lorem.yml
572
+ - lib/locales/ja/name.yml
573
+ - lib/locales/ja/naruto.yml
574
+ - lib/locales/ja/overwatch.yml
575
+ - lib/locales/ja/phone_number.yml
576
+ - lib/locales/ja/pokemon.yml
577
+ - lib/locales/ja/relationship.yml
578
+ - lib/locales/ja/restaurant.yml
579
+ - lib/locales/ja/space.yml
580
+ - lib/locales/ja/sport.yml
581
+ - lib/locales/ja/studio_ghibli.yml
582
+ - lib/locales/ja/subscription.yml
583
+ - lib/locales/ja/super_mario.yml
584
+ - lib/locales/ja/super_smash_bros.yml
585
+ - lib/locales/ja/touhou.yml
586
+ - lib/locales/ja/university.yml
587
+ - lib/locales/ja/zelda.yml
591
588
  - lib/locales/ko.yml
589
+ - lib/locales/lt.yml
592
590
  - lib/locales/lv.yml
591
+ - lib/locales/mi-NZ.yml
593
592
  - lib/locales/nb-NO.yml
594
593
  - lib/locales/nl.yml
595
594
  - lib/locales/no.yml
@@ -604,17 +603,19 @@ files:
604
603
  - lib/locales/uk.yml
605
604
  - lib/locales/vi.yml
606
605
  - lib/locales/zh-CN.yml
606
+ - lib/locales/zh-CN/bank.yml
607
607
  - lib/locales/zh-TW.yml
608
608
  homepage: https://github.com/faker-ruby/faker
609
609
  licenses:
610
610
  - MIT
611
611
  metadata:
612
- changelog_uri: https://github.com/faker-ruby/faker/blob/master/CHANGELOG.md
612
+ changelog_uri: https://github.com/faker-ruby/faker/blob/main/CHANGELOG.md
613
613
  source_code_uri: https://github.com/faker-ruby/faker
614
614
  bug_tracker_uri: https://github.com/faker-ruby/faker/issues
615
- documentation_uri: https://rubydoc.info/github/faker-ruby/faker/master
615
+ documentation_uri: https://rubydoc.info/github/faker-ruby/faker
616
616
  yard.run: yri
617
- post_install_message:
617
+ rubygems_mfa_required: 'true'
618
+ post_install_message:
618
619
  rdoc_options: []
619
620
  require_paths:
620
621
  - lib
@@ -622,15 +623,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
622
623
  requirements:
623
624
  - - ">="
624
625
  - !ruby/object:Gem::Version
625
- version: '2.5'
626
+ version: '2.7'
626
627
  required_rubygems_version: !ruby/object:Gem::Requirement
627
628
  requirements:
628
629
  - - ">="
629
630
  - !ruby/object:Gem::Version
630
631
  version: '0'
631
632
  requirements: []
632
- rubygems_version: 3.1.2
633
- signing_key:
633
+ rubygems_version: 3.3.7
634
+ signing_key:
634
635
  specification_version: 4
635
636
  summary: Easily generate fake data
636
637
  test_files: []