faker 3.5.1 → 3.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (288) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +251 -7
  3. data/README.md +78 -393
  4. data/lib/faker/blockchain/bitcoin.rb +0 -1
  5. data/lib/faker/blockchain/tezos.rb +0 -1
  6. data/lib/faker/blockchain.rb +9 -0
  7. data/lib/faker/books/lovecraft.rb +1 -1
  8. data/lib/faker/books.rb +9 -0
  9. data/lib/faker/creature.rb +9 -0
  10. data/lib/faker/default/avatar.rb +1 -1
  11. data/lib/faker/default/bank.rb +1 -5
  12. data/lib/faker/default/boolean.rb +2 -1
  13. data/lib/faker/default/code.rb +4 -0
  14. data/lib/faker/default/company.rb +2 -2
  15. data/lib/faker/default/crypto.rb +0 -2
  16. data/lib/faker/default/driving_licence.rb +3 -3
  17. data/lib/faker/default/finance.rb +2 -2
  18. data/lib/faker/default/hipster.rb +1 -1
  19. data/lib/faker/default/html.rb +4 -4
  20. data/lib/faker/default/id_number.rb +1 -1
  21. data/lib/faker/default/invoice.rb +2 -2
  22. data/lib/faker/default/json.rb +7 -2
  23. data/lib/faker/default/lorem.rb +3 -3
  24. data/lib/faker/default/lorem_flickr.rb +1 -1
  25. data/lib/faker/default/markdown.rb +5 -5
  26. data/lib/faker/default/national_health_service.rb +1 -2
  27. data/lib/faker/default/omniauth.rb +58 -58
  28. data/lib/faker/default/placeholdit.rb +2 -2
  29. data/lib/faker/default/string.rb +1 -1
  30. data/lib/faker/default/types.rb +2 -2
  31. data/lib/faker/default/x.rb +189 -0
  32. data/lib/faker/default.rb +9 -0
  33. data/lib/faker/fantasy.rb +9 -0
  34. data/lib/faker/games.rb +9 -0
  35. data/lib/faker/{default/internet.rb → internet.rb} +8 -4
  36. data/lib/faker/japanese_media.rb +9 -0
  37. data/lib/faker/locations.rb +9 -0
  38. data/lib/faker/movies.rb +9 -0
  39. data/lib/faker/music/bossa_nova.rb +35 -0
  40. data/lib/faker/music/grateful_dead.rb +0 -2
  41. data/lib/faker/music/pearl_jam.rb +0 -2
  42. data/lib/faker/music/rush.rb +0 -2
  43. data/lib/faker/music/smashing_pumpkins.rb +0 -2
  44. data/lib/faker/{music/music.rb → music.rb} +4 -0
  45. data/lib/faker/quotes.rb +9 -0
  46. data/lib/faker/religion/bible.rb +1 -1
  47. data/lib/faker/religion.rb +9 -0
  48. data/lib/faker/sports.rb +9 -0
  49. data/lib/faker/travel.rb +9 -0
  50. data/lib/faker/tv_shows.rb +9 -0
  51. data/lib/faker/version.rb +1 -1
  52. data/lib/faker.rb +67 -12
  53. data/lib/helpers/deprecator.rb +1 -1
  54. data/lib/helpers/positional_generator.rb +0 -2
  55. data/lib/helpers/unique_generator.rb +1 -1
  56. data/lib/locales/README.md +2 -2
  57. data/lib/locales/ar.yml +1606 -49
  58. data/lib/locales/bg.yml +935 -18
  59. data/lib/locales/ca-CAT.yml +347 -12
  60. data/lib/locales/ca.yml +580 -7
  61. data/lib/locales/de-CH.yml +31 -0
  62. data/lib/locales/ee.yml +1185 -26
  63. data/lib/locales/en/adjective.yml +174 -174
  64. data/lib/locales/en/airport.yml +374 -374
  65. data/lib/locales/en/ancient.yml +128 -4
  66. data/lib/locales/en/animal.yml +141 -2
  67. data/lib/locales/en/app.yml +89 -2
  68. data/lib/locales/en/appliance.yml +81 -2
  69. data/lib/locales/en/aqua_teen_hunger_force.yml +31 -31
  70. data/lib/locales/en/artist.yml +43 -1
  71. data/lib/locales/en/avatar.yml +54 -28
  72. data/lib/locales/en/back_to_the_future.yml +145 -117
  73. data/lib/locales/en/bank.yml +91 -2
  74. data/lib/locales/en/beer.yml +232 -6
  75. data/lib/locales/en/bible.yml +3 -6
  76. data/lib/locales/en/big_bang_theory.yml +34 -35
  77. data/lib/locales/en/bird.yml +1225 -1226
  78. data/lib/locales/en/bojack_horseman.yml +63 -3
  79. data/lib/locales/en/book.yml +0 -1
  80. data/lib/locales/en/bossa_nova.yml +110 -3
  81. data/lib/locales/en/breaking_bad.yml +110 -25
  82. data/lib/locales/en/brooklyn_nine_nine.yml +0 -1
  83. data/lib/locales/en/buffy.yml +239 -257
  84. data/lib/locales/en/business.yml +18 -2
  85. data/lib/locales/en/cannabis.yml +344 -10
  86. data/lib/locales/en/cat.yml +155 -3
  87. data/lib/locales/en/chess.yml +2 -3
  88. data/lib/locales/en/chiquito.yml +60 -61
  89. data/lib/locales/en/chuck_norris.yml +78 -79
  90. data/lib/locales/en/clash_of_clan.yml +0 -2
  91. data/lib/locales/en/code.yml +501 -1
  92. data/lib/locales/en/coffee.yml +450 -25
  93. data/lib/locales/en/color.yml +73 -1
  94. data/lib/locales/en/commerce.yml +117 -23
  95. data/lib/locales/en/community.yml +55 -30
  96. data/lib/locales/en/company.yml +1756 -14
  97. data/lib/locales/en/compass.yml +108 -12
  98. data/lib/locales/en/conan.yml +0 -2
  99. data/lib/locales/en/construction.yml +416 -422
  100. data/lib/locales/en/cosmere.yml +219 -54
  101. data/lib/locales/en/cowboy_bebop.yml +56 -59
  102. data/lib/locales/en/culture_series.yml +298 -298
  103. data/lib/locales/en/currency.yml +358 -3
  104. data/lib/locales/en/dc_comics.yml +178 -49
  105. data/lib/locales/en/demographic.yml +215 -215
  106. data/lib/locales/en/departed.yml +40 -44
  107. data/lib/locales/en/dessert.yml +78 -3
  108. data/lib/locales/en/doraemon.yml +278 -280
  109. data/lib/locales/en/dr_who.yml +468 -93
  110. data/lib/locales/en/dragon_ball.yml +240 -240
  111. data/lib/locales/en/dumb_and_dumber.yml +72 -56
  112. data/lib/locales/en/elder_scrolls.yml +52 -53
  113. data/lib/locales/en/electrical_components.yml +49 -3
  114. data/lib/locales/en/esport.yml +58 -5
  115. data/lib/locales/en/family_guy.yml +54 -4
  116. data/lib/locales/en/file.yml +108 -9
  117. data/lib/locales/en/final_space.yml +1 -3
  118. data/lib/locales/en/finance.yml +1 -1
  119. data/lib/locales/en/food.yml +1 -1
  120. data/lib/locales/en/football.yml +121 -5
  121. data/lib/locales/en/fresh_prince_of_bel_air.yml +119 -70
  122. data/lib/locales/en/friends.yml +162 -3
  123. data/lib/locales/en/funny_name.yml +752 -1
  124. data/lib/locales/en/futurama.yml +7 -15
  125. data/lib/locales/en/game_of_thrones.yml +2487 -5
  126. data/lib/locales/en/gender.yml +15 -3
  127. data/lib/locales/en/ghostbusters.yml +101 -88
  128. data/lib/locales/en/grateful_dead.yml +47 -45
  129. data/lib/locales/en/greek_philosophers.yml +44 -23
  130. data/lib/locales/en/hacker.yml +110 -5
  131. data/lib/locales/en/hackers.yml +1 -1
  132. data/lib/locales/en/harry_potter.yml +323 -6
  133. data/lib/locales/en/hey_arnold.yml +104 -21
  134. data/lib/locales/en/hipster.yml +203 -1
  135. data/lib/locales/en/hitchhikers_guide_to_the_galaxy.yml +243 -42
  136. data/lib/locales/en/hobby.yml +0 -1
  137. data/lib/locales/en/horse.yml +446 -2
  138. data/lib/locales/en/house.yml +34 -2
  139. data/lib/locales/en/how_i_met_your_mother.yml +97 -25
  140. data/lib/locales/en/how_to_train_your_dragon.yml +0 -1
  141. data/lib/locales/en/id_number.yml +6 -1
  142. data/lib/locales/en/industry_segments.yml +188 -4
  143. data/lib/locales/en/job.yml +98 -7
  144. data/lib/locales/en/kamen_rider.yml +272 -6
  145. data/lib/locales/en/kpop.yml +954 -80
  146. data/lib/locales/en/lebowski.yml +58 -40
  147. data/lib/locales/en/lorem.yml +1095 -6
  148. data/lib/locales/en/markdown.yml +12 -2
  149. data/lib/locales/en/marketing.yml +54 -1
  150. data/lib/locales/en/measurement.yml +42 -8
  151. data/lib/locales/en/michael_scott.yml +41 -42
  152. data/lib/locales/en/movie.yml +188 -176
  153. data/lib/locales/en/name.yml +6068 -6
  154. data/lib/locales/en/nato_phonetic_alphabet.yml +27 -1
  155. data/lib/locales/en/new_girl.yml +35 -37
  156. data/lib/locales/en/one_piece.yml +359 -6
  157. data/lib/locales/en/opera.yml +1 -1
  158. data/lib/locales/en/overwatch.yml +1 -1
  159. data/lib/locales/en/parks_and_rec.yml +33 -4
  160. data/lib/locales/en/pearl_jam.yml +207 -207
  161. data/lib/locales/en/phish.yml +388 -389
  162. data/lib/locales/en/prince.yml +219 -219
  163. data/lib/locales/en/princess_bride.yml +48 -2
  164. data/lib/locales/en/programming_language.yml +753 -3
  165. data/lib/locales/en/quote.yml +599 -685
  166. data/lib/locales/en/rajnikanth.yml +74 -74
  167. data/lib/locales/en/relationship.yml +29 -6
  168. data/lib/locales/en/restaurant.yml +31 -31
  169. data/lib/locales/en/rick_and_morty.yml +116 -3
  170. data/lib/locales/en/rock_band.yml +228 -2
  171. data/lib/locales/en/rupaul.yml +120 -122
  172. data/lib/locales/en/seinfeld.yml +110 -3
  173. data/lib/locales/en/shakespeare.yml +46 -50
  174. data/lib/locales/en/silicon_valley.yml +122 -50
  175. data/lib/locales/en/simpsons.yml +897 -691
  176. data/lib/locales/en/slack_emoji.yml +874 -8
  177. data/lib/locales/en/space.yml +373 -14
  178. data/lib/locales/en/star_trek.yml +105 -4
  179. data/lib/locales/en/star_wars.yml +525 -528
  180. data/lib/locales/en/stargate.yml +65 -18
  181. data/lib/locales/en/stranger_thing.yml +31 -33
  182. data/lib/locales/en/street_fighter.yml +1 -1
  183. data/lib/locales/en/subscription.yml +47 -5
  184. data/lib/locales/en/superhero.yml +574 -4
  185. data/lib/locales/en/sword_art_online.yml +327 -331
  186. data/lib/locales/en/team.yml +125 -3
  187. data/lib/locales/en/the_expanse.yml +92 -4
  188. data/lib/locales/en/the_it_crowd.yml +148 -152
  189. data/lib/locales/en/the_office.yml +77 -81
  190. data/lib/locales/en/the_room.yml +35 -35
  191. data/lib/locales/en/the_thick_of_it.yml +83 -3
  192. data/lib/locales/en/theater.yml +593 -593
  193. data/lib/locales/en/tolkien.yml +2 -2
  194. data/lib/locales/en/touhou.yml +54 -54
  195. data/lib/locales/en/tron.yml +191 -191
  196. data/lib/locales/en/twin_peaks.yml +130 -3
  197. data/lib/locales/en/umphreys_mcgee.yml +266 -1
  198. data/lib/locales/en/university.yml +15 -2
  199. data/lib/locales/en/v_for_vendetta.yml +157 -160
  200. data/lib/locales/en/venture_bros.yml +225 -4
  201. data/lib/locales/en/verbs.yml +3785 -5
  202. data/lib/locales/en/volleyball.yml +493 -493
  203. data/lib/locales/en/warhammer_fantasy.yml +540 -573
  204. data/lib/locales/en/world_cup.yml +1132 -235
  205. data/lib/locales/en/yoda.yml +38 -1
  206. data/lib/locales/en-BORK.yml +104 -1
  207. data/lib/locales/en-GB.yml +9 -7
  208. data/lib/locales/en-NG.yml +737 -66
  209. data/lib/locales/en-PAK.yml +24 -1
  210. data/lib/locales/en-TH.yml +1 -1
  211. data/lib/locales/en-UG.yml +374 -76
  212. data/lib/locales/en-ZA.yml +1394 -13
  213. data/lib/locales/es-AR.yml +1 -1
  214. data/lib/locales/es-MX.yml +1907 -40
  215. data/lib/locales/es.yml +2117 -52
  216. data/lib/locales/fa.yml +1624 -5
  217. data/lib/locales/fi-FI.yml +315 -17
  218. data/lib/locales/fr/address.yml +761 -8
  219. data/lib/locales/fr/adjective.yml +261 -261
  220. data/lib/locales/fr/ancient.yml +134 -134
  221. data/lib/locales/fr/animal.yml +118 -1
  222. data/lib/locales/fr/appliance.yml +66 -1
  223. data/lib/locales/fr/book.yml +27 -3
  224. data/lib/locales/fr/color.yml +31 -1
  225. data/lib/locales/fr/company.yml +490 -10
  226. data/lib/locales/fr/compass.yml +58 -10
  227. data/lib/locales/fr/demographic.yml +3 -1
  228. data/lib/locales/fr/gender.yml +18 -3
  229. data/lib/locales/fr/internet.yml +12 -1
  230. data/lib/locales/fr/lorem.yml +1091 -2
  231. data/lib/locales/fr/measurement.yml +31 -4
  232. data/lib/locales/fr/name.yml +1176 -5
  233. data/lib/locales/fr/phone_number.yml +34 -3
  234. data/lib/locales/fr/pokemon.yml +417 -3
  235. data/lib/locales/fr-CA.yml +12 -6
  236. data/lib/locales/fr-CH.yml +2455 -41
  237. data/lib/locales/he.yml +255 -9
  238. data/lib/locales/hy.yml +12 -6
  239. data/lib/locales/it.yml +12 -6
  240. data/lib/locales/ja/address.yml +350 -120526
  241. data/lib/locales/ja/ancient.yml +15 -1
  242. data/lib/locales/ja/animal.yml +83 -1
  243. data/lib/locales/ja/artist.yml +46 -0
  244. data/lib/locales/ja/bank.yml +136 -1
  245. data/lib/locales/ja/book.yml +492 -3
  246. data/lib/locales/ja/cat.yml +75 -1
  247. data/lib/locales/ja/coffee.yml +19 -1
  248. data/lib/locales/ja/color.yml +32 -1
  249. data/lib/locales/ja/commerce.yml +98 -6
  250. data/lib/locales/ja/company.yml +20 -2
  251. data/lib/locales/ja/dog.yml +335 -2
  252. data/lib/locales/ja/emotion.yml +1 -3
  253. data/lib/locales/ja/food.yml +38 -1
  254. data/lib/locales/ja/gender.yml +3 -1
  255. data/lib/locales/ja/lorem.yml +1014 -3
  256. data/lib/locales/ja/name.yml +203 -3
  257. data/lib/locales/ja/overwatch.yml +33 -1
  258. data/lib/locales/ja/phone_number.yml +9 -3
  259. data/lib/locales/ja/pokemon.yml +437 -3
  260. data/lib/locales/ja/relationship.yml +29 -6
  261. data/lib/locales/ja/restaurant.yml +74 -3
  262. data/lib/locales/ja/space.yml +20 -2
  263. data/lib/locales/ja/subscription.yml +47 -5
  264. data/lib/locales/ja/super_mario.yml +68 -4
  265. data/lib/locales/ja/university.yml +15 -2
  266. data/lib/locales/ja/zelda.yml +15 -1
  267. data/lib/locales/ko.yml +1 -1
  268. data/lib/locales/lv.yml +1221 -26
  269. data/lib/locales/nl.yml +33514 -55
  270. data/lib/locales/pl.yml +4008 -37
  271. data/lib/locales/sk.yml +12 -6
  272. data/lib/locales/sv.yml +639 -49
  273. data/lib/locales/th.yml +375 -375
  274. data/lib/locales/tr.yml +77 -18
  275. data/lib/locales/uk.yml +7 -7
  276. data/lib/locales/vi.yml +392 -49
  277. data/lib/locales/zh-CN.yml +540 -19
  278. data/lib/locales/zh-TW.yml +1030 -15
  279. metadata +29 -18
  280. data/lib/faker/default/bossa_nova.rb +0 -33
  281. data/lib/faker/default/religion.rb +0 -6
  282. data/lib/faker/default/twitter.rb +0 -207
  283. /data/lib/faker/{books → default}/book.rb +0 -0
  284. /data/lib/faker/{games → default}/game.rb +0 -0
  285. /data/lib/faker/{movies → default}/movie.rb +0 -0
  286. /data/lib/faker/{quotes → default}/quote.rb +0 -0
  287. /data/lib/faker/{sports → default}/sport.rb +0 -0
  288. /data/lib/faker/{default/internet_http.rb → internet/http.rb} +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ad65b0b170d18a8541ff81c4db2ccce41263844bd877e4ecb0b78261a04f916a
4
- data.tar.gz: 2c84244f6994575b1d94fb1a7e60a3d16122e17aeed81bcb6945360aeb5b7eda
3
+ metadata.gz: 38a9d198febc038719036f12b99ba3b7f72a88bcc63335ff7246823732880d95
4
+ data.tar.gz: 7a01cb7591744939b8704abdf2f40e953eddb01307faea36b6a8ca000db9454d
5
5
  SHA512:
6
- metadata.gz: a436fa77b8d61b96a5f52748061e823528c234b5e8ce5e6e3876254eaddb3f72b6fca43e52c0aeed3d6e00701c2ab81b77a192846929d46920f088182e20e5d9
7
- data.tar.gz: 0d2eb003ccd5492d09a2e5565994380bbb61fb1cfa0ca94efcae3f556e27bce231dfc13e643be150893040137e6c856011c7891fcde0b19c4aea99bf3d2853a4
6
+ metadata.gz: c2305eff5122ee4e9754333e8c11488a6fd2c6efc6985e8cf05f80118c2ae079aab1c0e81eee20414a6fa2cc156bf2c0a8d542792ff96d18dfaafa06965aac3d
7
+ data.tar.gz: 7f07790d5f5b8e4b3815fa0a9c32d28098bcf7f46f2b8d3c87e60600e61f0435b3c7bcf3260fc7b377e7765b29cc254c867530c455ab657bb869a825bd82e393
data/CHANGELOG.md CHANGED
@@ -1,5 +1,249 @@
1
1
  # Changelog
2
2
 
3
+ ## [v3.8.0](https://github.com/faker-ruby/faker/tree/v3.8.0) (2026-04-16)
4
+
5
+ * Add Lazy loading config by @stefannibrasil and @thdaraujo in https://github.com/faker-ruby/faker/pull/3244
6
+
7
+ ### Enabling lazy load
8
+
9
+ This version introduces lazy loading. It means users will only pay for what they use. Faker [loads 2x faster](https://github.com/faker-ruby/faker/blob/main/experiments/lazy_load.md) when it's enabled.
10
+
11
+ Lazy loading the generators is disabled by default. To enable it, choose one of the configuration options below:
12
+
13
+ #### 1 - Set lazy load as a Faker Config
14
+
15
+ `Faker::Config.lazy_loading = true`
16
+
17
+ #### 2 - Set lazy load as an environment variable
18
+
19
+ `FAKER_LAZY_LOAD = 1`
20
+
21
+ We hope you get to see the improvement by enabling it. Please file a bug report for any issues!
22
+
23
+ Thanks to @jeremyevans for the mentoring, and to @thdaraujo for pairing and code reviews.
24
+
25
+ **Full Changelog**: https://github.com/faker-ruby/faker/compare/v3.7.1...v3.8.0
26
+
27
+ -----------------------
28
+
29
+ ## [v3.7.1](https://github.com/faker-ruby/faker/tree/v3.7.1) (2026-04-14)
30
+
31
+ Thanks to all contributors!
32
+
33
+ ### Drops support for Ruby 3.1
34
+
35
+ * Drop support for Ruby EOL 3.1 by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3240
36
+
37
+ ### What's changed
38
+
39
+ * Remove json_schema and public-suffix versions constraint by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3224
40
+ * Added additional football teams by @John222 in https://github.com/faker-ruby/faker/pull/3231
41
+ * Remove duplicate 'Recalled to Life' book title by @gkrimer in https://github.com/faker-ruby/faker/pull/3238
42
+
43
+ ### Update development dependencies
44
+
45
+ * Bump yard from 0.9.38 to 0.9.40 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3237
46
+ * Bump timecop from 0.9.10 to 0.9.11 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3236
47
+ * Bump rubocop from 1.85.1 to 1.86.1 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3235
48
+
49
+ ### New Contributors
50
+ * @John222 made their first contribution in https://github.com/faker-ruby/faker/pull/3231
51
+ * @gkrimer made their first contribution in https://github.com/faker-ruby/faker/pull/3238
52
+
53
+ **Full Changelog**: https://github.com/faker-ruby/faker/compare/v3.6.1...v3.7.1
54
+
55
+ --------------------------------
56
+
57
+ ## [v3.6.1](https://github.com/faker-ruby/faker/tree/v3.6.1) (2026-03-04)
58
+
59
+ It's almost Spring time in the Northern hemisphere 🌸
60
+
61
+ ### Security, performance improvements and bug fixes
62
+
63
+ * fix: polynomial regex on uncontrolled input by @thdaraujo in https://github.com/faker-ruby/faker/pull/3196
64
+ * perf: replaces list of postcodes in `ja/address.yml` with a 7-digit format by @thdaraujo in https://github.com/faker-ruby/faker/pull/3201
65
+ * Remove unnecessary whitespace from code blocks in READMEs by @ryotaro-shirai in https://github.com/faker-ruby/faker/pull/3209
66
+ * Document lazy load experiment results by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3205
67
+ * [skip ci] Add-backtick by @OzuAkira in https://github.com/faker-ruby/faker/pull/3210
68
+ * Zeitwerk experiment changes and results [skip ci] by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3213
69
+ * Remove duplicate reference link in README.md by @yutasb in https://github.com/faker-ruby/faker/pull/3217
70
+
71
+ ### Update development dependencies
72
+
73
+ * Bump rubocop from 1.84.0 to 1.84.1 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3202
74
+ * Bump irb from 1.16.0 to 1.17.0 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3203
75
+ * Bump rubocop version and fix offenses by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3198
76
+ * Bump rdoc from 7.1.0 to 7.2.0 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3204
77
+ * Bump rubocop to 1.84.2 by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3215
78
+ * Bump rubocop-minitest from 0.38.2 to 0.39.1 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3216
79
+ * Bump rubocop to v1.85.0 by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3220
80
+
81
+ ### New Contributors
82
+ * @ryotaro-shirai made their first contribution in https://github.com/faker-ruby/faker/pull/3209
83
+ * @OzuAkira made their first contribution in https://github.com/faker-ruby/faker/pull/3210
84
+ * @yutasb made their first contribution in https://github.com/faker-ruby/faker/pull/3217
85
+
86
+ **Full Changelog**: https://github.com/faker-ruby/faker/compare/v3.6.0...v3.6.1
87
+
88
+ ---------------------------------
89
+
90
+ ## [v3.6.0](https://github.com/faker-ruby/faker/tree/v3.6.0) (2026-01-21)
91
+
92
+ First release of the new year!
93
+
94
+ This version comes with some performance improvements (speeds faker load time by 17%!) and removal of deprecated generators.
95
+
96
+ It also drops support to Ruby's EOL `3.0`. The minimum supported Ruby version is `3.1`.
97
+
98
+ ### Drops support for Ruby 3.0
99
+
100
+ * Drop support for Ruby EOL 3.0 by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3167
101
+
102
+ ### Removes deprecated generators
103
+
104
+ * `Faker::Twitter` and `Faker::BossaNova` have been removed. Please use the new generators `Faker::X` and `Faker::Music::BossaNova` and check the new docs for more details in https://github.com/faker-ruby/faker/pull/3190
105
+
106
+ ### Improvements and bug fixes
107
+
108
+ * Autoload OpenSSL by @stefannibrasil and @thdaraujo in https://github.com/faker-ruby/faker/pull/3188 - this speeds faker load time by 17%!
109
+ * Fix typos in README.md by @CarlosCalgaro in https://github.com/faker-ruby/faker/pull/3156
110
+ * fix: badly anchored regexes by @thdaraujo in https://github.com/faker-ruby/faker/pull/3181
111
+ * Benchmark revamp + run benchmark as part of CI by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3176
112
+ * Add reformat locales rake task by @thdaraujo in https://github.com/faker-ruby/faker/pull/3061
113
+ * Add option to trigger GH workflows manually by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3187
114
+
115
+ ### Update development dependencies
116
+
117
+ * Bump bundler version by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3165
118
+ * Add GitHub actions to dependabot workflow by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3168
119
+ * Bump pry from 0.15.2 to 0.16.0 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3175
120
+ * Bump i18n from 1.14.7 to 1.14.8 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3174
121
+ * Bump yard from 0.9.37 to 0.9.38 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3173
122
+ * Bump actions/checkout from 3 to 6 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3170
123
+ * Bump test-unit from 3.7.1 to 3.7.7 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3172
124
+ * Bump github/codeql-action from 2 to 4 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3169
125
+ * Bump rubocop from 1.81.7 to 1.82.1 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3171
126
+ * Bump minitest from 5.26.1 to 5.27.0 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3177
127
+ * Bump 'rdoc' dependency, handle 'erb' version constraint with Ruby 3.1 and improve CI bundle cache by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3185
128
+
129
+ ### New Contributors
130
+ * @CarlosCalgaro made their first contribution in https://github.com/faker-ruby/faker/pull/3156
131
+
132
+ **Full Changelog**: https://github.com/faker-ruby/faker/compare/v3.5.3...v3.6.0
133
+
134
+ ---------------------------------
135
+
136
+ ## [v3.5.3](https://github.com/faker-ruby/faker/tree/v3.5.3) (2025-12-02)
137
+
138
+ Wishing you a cozy and calm Holiday season ☃️
139
+
140
+ This version adds and improves some locales, fixes some bugs, and deprecates some generators.
141
+
142
+ Thanks to all contributors!
143
+
144
+ ### Deprecated generators
145
+ * Refactor: move `Faker::BossaNova` under `Faker::Music::BossaNova` by @thdaraujo in https://github.com/faker-ruby/faker/pull/3140
146
+ * Deprecate `Faker::Twitter` in favor of `Faker::X` and update attributes by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3138
147
+
148
+ ### Improvements & Bug Fixes
149
+ * Remove duplicate entry `amateur radio` from `locales/en/hobby.yml` by @Leenday in https://github.com/faker-ruby/faker/pull/3099
150
+ * fix #3114: prevent scientific notation when generating bank account number by @AhmedHisham552 in https://github.com/faker-ruby/faker/pull/3118
151
+ * Fix: typos in locales for `overwatch.yml`, `rajnikanth.yml` and `street_fighter.ym` by @smorttey in https://github.com/faker-ruby/faker/pull/3106
152
+ * Add `Artist` translations for the japanese locale by @neco-nico in https://github.com/faker-ruby/faker/pull/3110
153
+ * Add `country_code` to Estonia locale (`locales/ee.yml`) by @HassanAkbar in https://github.com/faker-ruby/faker/pull/3111
154
+ * Reformat Arabic locale (`locales/ar.yml`) by @ramzieus in https://github.com/faker-ruby/faker/pull/3130
155
+ * Refactor: Improve UK Phone number false failure hit-rate by @luke-hill in https://github.com/faker-ruby/faker/pull/3136
156
+ * Improvements and fixes for Elder Scrolls locale (`elder_scrolls.yml`) by @SleekMutt in https://github.com/faker-ruby/faker/pull/3129
157
+ * Add en-GB ID Numbers (aka National Insurance Numbers) by @stefanjcollier in https://github.com/faker-ruby/faker/pull/3032
158
+ * Update ukrainian city locales to the modern ones by @SleekMutt in https://github.com/faker-ruby/faker/pull/3127
159
+ * Revamp the docs to make them easier to find by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3151
160
+
161
+ ### Chores
162
+ * test: fix flaky test on `Faker::IdNumber` by @thdaraujo in https://github.com/faker-ruby/faker/pull/3126
163
+ * Remove minitest dependency on i18n reload test by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3149
164
+ * Remove unused release workflow by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3133
165
+
166
+ ### Update local dependencies
167
+ * Bump benchmark from 0.4.1 to 0.5.0 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3122
168
+ * Bump rake from 13.3.0 to 13.3.1 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3124
169
+ * Bump test-unit from 3.7.0 to 3.7.1 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3128
170
+ * Bump rubocop-minitest from 0.38.1 to 0.38.2 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3116
171
+ * deps: bump dependencies by @thdaraujo in https://github.com/faker-ruby/faker/pull/3141
172
+ * deps: bump Minitest version to `v5.26.1` and fix issues by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3144
173
+ * deps: bump rubocop version to `v1.81.7` by @thdaraujo in https://github.com/faker-ruby/faker/pull/3143
174
+
175
+ ### New Contributors
176
+ * @Leenday made their first contribution in https://github.com/faker-ruby/faker/pull/3099
177
+ * @AhmedHisham552 made their first contribution in https://github.com/faker-ruby/faker/pull/3118
178
+ * @smorttey made their first contribution in https://github.com/faker-ruby/faker/pull/3106
179
+ * @neco-nico made their first contribution in https://github.com/faker-ruby/faker/pull/3110
180
+ * @HassanAkbar made their first contribution in https://github.com/faker-ruby/faker/pull/3111
181
+ * @ramzieus made their first contribution in https://github.com/faker-ruby/faker/pull/3130
182
+ * @luke-hill made their first contribution in https://github.com/faker-ruby/faker/pull/3136
183
+ * @SleekMutt made their first contribution in https://github.com/faker-ruby/faker/pull/3129
184
+ * @stefanjcollier made their first contribution in https://github.com/faker-ruby/faker/pull/3032
185
+
186
+ **Full Changelog**: https://github.com/faker-ruby/faker/compare/v3.5.2...v3.5.3
187
+
188
+ ---------------------------------
189
+
190
+ ## [v3.5.2](https://github.com/faker-ruby/faker/tree/v3.5.2) (2025-07-01)
191
+
192
+ Happy Canada Day! 🍁
193
+
194
+ This version adds and improves some locales and fixes some bugs.
195
+
196
+ Thanks to all contributors!
197
+
198
+ ### Improvements & Bug fixes
199
+ * Correct `Faker::Address.city` and `Faker::Address.street_address` for `:fr` locale by @brupla6126 in https://github.com/faker-ruby/faker/pull/3018
200
+ * fix condominium_fiscal_code generator length from 9 to 11 characters by @FiloSpaTeam in https://github.com/faker-ruby/faker/pull/3037
201
+ * Add Cell Phone, Default Time Zone and State Abbreviation translation for en-PAK locale by @wonderer007 in https://github.com/faker-ruby/faker/pull/3024
202
+ * Fix usage docs header indentation by @jaredsmithse in https://github.com/faker-ruby/faker/pull/3049
203
+ * Fix nl phone format by @klaaspieter in https://github.com/faker-ruby/faker/pull/3050
204
+ * Fix typo in `ja/book` locale by @thdaraujo in https://github.com/faker-ruby/faker/pull/3062
205
+ * fix a typo by @jethrodaniel in https://github.com/faker-ruby/faker/pull/3060
206
+ * Fix typo in `restaurant.yml` by @daniel-nerdgeschoss in https://github.com/faker-ruby/faker/pull/3067
207
+ * Fix city address with number in `locales/fr/address.yml` by @brupla6126 in https://github.com/faker-ruby/faker/pull/3071
208
+ * Fix unclosed quote in `locales/en/cosmere.yml` by @bensheldon in https://github.com/faker-ruby/faker/pull/3075
209
+ * Remove inappropriate word from ja lorem by @se4weed in https://github.com/faker-ruby/faker/pull/3095
210
+ * Add mountains to de-CH locale by @codez in https://github.com/faker-ruby/faker/pull/3066
211
+ * Bump i18n from 1.14.6 to 1.14.7 by @dependabot in https://github.com/faker-ruby/faker/pull/3042
212
+
213
+ ### Chore
214
+ * ci: run against Ruby 3.4 by @thdaraujo in https://github.com/faker-ruby/faker/pull/3079
215
+ * Fix Broken CI by @wonderer007 in https://github.com/faker-ruby/faker/pull/3073
216
+
217
+ ### Update local dependencies
218
+ * Bump rubocop from 1.67.0 to 1.68.0 by @dependabot in https://github.com/faker-ruby/faker/pull/3020
219
+ * Bump rubocop from 1.68.0 to 1.69.2 by @dependabot in https://github.com/faker-ruby/faker/pull/3035
220
+ * Bump rubocop version + offenses fixes by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3053
221
+ * deps: update dev dependencies by @thdaraujo in https://github.com/faker-ruby/faker/pull/3078
222
+ * Bump rubocop-minitest and fix rubocop's offense by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3052
223
+ * Bump rubocop-minitest from 0.38.0 to 0.38.1 by @dependabot in https://github.com/faker-ruby/faker/pull/3088
224
+ * Bump rubocop-rake from 0.6.0 to 0.7.1 by @dependabot in https://github.com/faker-ruby/faker/pull/3059
225
+ * deps: bump `rubocop-minitest` from `0.37.1` to `0.38.0`. by @thdaraujo in https://github.com/faker-ruby/faker/pull/3080
226
+ * Bump minitest from 5.25.1 to 5.25.4 by @dependabot in https://github.com/faker-ruby/faker/pull/3031
227
+ * Bump test-unit from 3.6.2 to 3.6.7 by @dependabot in https://github.com/faker-ruby/faker/pull/3038
228
+ * Bump benchmark from 0.3.0 to 0.4.0 by @dependabot in https://github.com/faker-ruby/faker/pull/3021
229
+ * Bump benchmark from 0.4.0 to 0.4.1 by @dependabot in https://github.com/faker-ruby/faker/pull/3087
230
+ * Bump pry from 0.14.2 to 0.15.2 by @dependabot in https://github.com/faker-ruby/faker/pull/3039
231
+ * Bump rake from 13.2.1 to 13.3.0 by @dependabot in https://github.com/faker-ruby/faker/pull/3086
232
+ * Bump test-unit from 3.6.8 to 3.6.9 by @dependabot in https://github.com/faker-ruby/faker/pull/3096
233
+
234
+ ### New Contributors
235
+ * @brupla6126 made their first contribution in https://github.com/faker-ruby/faker/pull/3018
236
+ * @jaredsmithse made their first contribution in https://github.com/faker-ruby/faker/pull/3049
237
+ * @klaaspieter made their first contribution in https://github.com/faker-ruby/faker/pull/3050
238
+ * @jethrodaniel made their first contribution in https://github.com/faker-ruby/faker/pull/3060
239
+ * @daniel-nerdgeschoss made their first contribution in https://github.com/faker-ruby/faker/pull/3067
240
+ * @bensheldon made their first contribution in https://github.com/faker-ruby/faker/pull/3075
241
+ * @se4weed made their first contribution in https://github.com/faker-ruby/faker/pull/3095
242
+
243
+ **Full Changelog**: https://github.com/faker-ruby/faker/compare/v3.5.1...v3.5.2
244
+
245
+ ---------------------------------
246
+
3
247
  ## [v3.5.1](https://github.com/faker-ruby/faker/tree/v3.5.1) (2024-10-18)
4
248
 
5
249
  Happy October! 🎃
@@ -10,7 +254,7 @@ Besides that, this version removes deprecated generators, fixes some bugs, and a
10
254
 
11
255
  Thanks to all contributors!
12
256
 
13
- ## Breaking Changes
257
+ ### Breaking Changes
14
258
  * Drop support for Ruby 2.7 by @tatheerf02 in https://github.com/faker-ruby/faker/pull/3006
15
259
  * Removes deprecated generators by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3014
16
260
 
@@ -46,7 +290,7 @@ The following deprecated generators are being removed. Please use the new genera
46
290
  * Bump yard from 0.9.36 to 0.9.37 by @dependabot in https://github.com/faker-ruby/faker/pull/3000
47
291
  * Bump rubocop from 1.65.1 to 1.66.1 by @dependabot in https://github.com/faker-ruby/faker/pull/3001
48
292
 
49
- ## New Contributors
293
+ ### New Contributors
50
294
  * @murichristopher made their first contribution in https://github.com/faker-ruby/faker/pull/2960
51
295
  * @admtnnr made their first contribution in https://github.com/faker-ruby/faker/pull/2996
52
296
  * @dirschn made their first contribution in https://github.com/faker-ruby/faker/pull/3007
@@ -93,7 +337,7 @@ Breaking change was introduced in "Add test range param to NHS numbers" by @nean
93
337
  * Bump rubocop from 1.64.1 to 1.65.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2979
94
338
  * Bump rubocop-minitest from 0.35.0 to 0.35.1 by @dependabot in https://github.com/faker-ruby/faker/pull/2980
95
339
 
96
- ## New Contributors
340
+ ### New Contributors
97
341
  * @twk-mn made their first contribution in https://github.com/faker-ruby/faker/pull/2961
98
342
  * @neanias made their first contribution in https://github.com/faker-ruby/faker/pull/2947
99
343
  * @garrettgregor made their first contribution in https://github.com/faker-ruby/faker/pull/2963
@@ -136,7 +380,7 @@ Breaking change was introduced in "Add test range param to NHS numbers" by @nean
136
380
  * Bump minitest from 5.22.3 to 5.23.1 by @dependabot in https://github.com/faker-ruby/faker/pull/2957
137
381
  * Bump rubocop from 1.63.4 to 1.64.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2958
138
382
 
139
- ## New Contributors
383
+ ### New Contributors
140
384
 
141
385
  * @connie-feng made their first contribution in https://github.com/faker-ruby/faker/pull/2930
142
386
  * @andrelaszlo made their first contribution in https://github.com/faker-ruby/faker/pull/2927
@@ -291,7 +535,7 @@ This version:
291
535
  * Bump rubocop from 1.57.1 to 1.57.2 by @dependabot in https://github.com/faker-ruby/faker/pull/2844
292
536
  * Bump timecop from 0.9.6 to 0.9.8 by @dependabot in https://github.com/faker-ruby/faker/pull/2811
293
537
 
294
- ## New Contributors
538
+ ### New Contributors
295
539
  * @BelaBartok39 made their first contribution in https://github.com/faker-ruby/faker/pull/2812
296
540
  * @fernandomenolli made their first contribution in https://github.com/faker-ruby/faker/pull/2816
297
541
  * @hoshy made their first contribution in https://github.com/faker-ruby/faker/pull/2818
@@ -355,7 +599,7 @@ Other changes included in this version:
355
599
  * Update rubocop-minitest requirement from = 0.30.0 to = 0.31.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2759
356
600
  * Bump minitest from 5.18.1 to 5.19.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2804
357
601
 
358
- ## New Contributors
602
+ ### New Contributors
359
603
  * @old-dead-account made their first contribution in https://github.com/faker-ruby/faker/pull/2742
360
604
  * @IvanReyesO7 made their first contribution in https://github.com/faker-ruby/faker/pull/2744
361
605
  * @DeepakRaj228 made their first contribution in https://github.com/faker-ruby/faker/pull/2741
@@ -422,7 +666,7 @@ Other changes included in this version:
422
666
  * Add Faker::Company.department generator by @acuppy in https://github.com/faker-ruby/faker/pull/2737
423
667
  * Update Pull Request template and guides by @stefannibrasil in https://github.com/faker-ruby/faker/pull/2749
424
668
 
425
- ## New Contributors
669
+ ### New Contributors
426
670
  * @lexisvar made their first contribution in https://github.com/faker-ruby/faker/pull/2699
427
671
  * @danieldiekmeier made their first contribution in https://github.com/faker-ruby/faker/pull/2700
428
672
  * @AaronRustad made their first contribution in https://github.com/faker-ruby/faker/pull/2706