faker 2.11.0 → 3.2.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +810 -19
- data/History.md +5 -5
- data/README.md +232 -105
- data/lib/faker/blockchain/aeternity.rb +5 -5
- data/lib/faker/blockchain/bitcoin.rb +2 -2
- data/lib/faker/blockchain/ethereum.rb +1 -1
- data/lib/faker/blockchain/tezos.rb +31 -3
- data/lib/faker/books/dune.rb +17 -12
- data/lib/faker/books/lovecraft.rb +14 -41
- data/lib/faker/books/the_kingkiller_chronicle.rb +61 -0
- data/lib/faker/creature/bird.rb +203 -0
- data/lib/faker/default/address.rb +40 -30
- data/lib/faker/default/adjective.rb +35 -0
- data/lib/faker/default/alphanumeric.rb +2 -8
- data/lib/faker/default/app.rb +1 -10
- data/lib/faker/default/avatar.rb +1 -12
- data/lib/faker/default/bank.rb +104 -19
- data/lib/faker/default/barcode.rb +165 -0
- data/lib/faker/default/beer.rb +3 -3
- data/lib/faker/default/blood.rb +48 -0
- data/lib/faker/default/boolean.rb +1 -4
- data/lib/faker/default/business.rb +1 -1
- data/lib/faker/default/camera.rb +46 -0
- data/lib/faker/default/cannabis.rb +10 -0
- data/lib/faker/default/chile_rut.rb +54 -16
- data/lib/faker/default/chuck_norris.rb +1 -0
- data/lib/faker/default/code.rb +106 -38
- data/lib/faker/default/color.rb +77 -6
- data/lib/faker/default/commerce.rb +105 -28
- data/lib/faker/default/company.rb +116 -28
- data/lib/faker/default/compass.rb +135 -0
- data/lib/faker/default/computer.rb +63 -0
- data/lib/faker/default/construction.rb +54 -0
- data/lib/faker/default/cosmere.rb +90 -0
- data/lib/faker/default/crypto.rb +17 -4
- data/lib/faker/default/crypto_coin.rb +48 -15
- data/lib/faker/default/date.rb +21 -50
- data/lib/faker/default/demographic.rb +1 -5
- data/lib/faker/default/driving_licence.rb +66 -10
- data/lib/faker/default/drone.rb +332 -0
- data/lib/faker/default/educator.rb +13 -0
- data/lib/faker/default/emotion.rb +33 -0
- data/lib/faker/default/file.rb +53 -21
- data/lib/faker/default/finance.rb +75 -7
- data/lib/faker/default/food.rb +28 -2
- data/lib/faker/default/gender.rb +1 -1
- data/lib/faker/default/hipster.rb +106 -48
- data/lib/faker/default/hobby.rb +22 -0
- data/lib/faker/default/id_number.rb +230 -13
- data/lib/faker/default/internet.rb +390 -108
- data/lib/faker/default/internet_http.rb +48 -0
- data/lib/faker/default/invoice.rb +37 -23
- data/lib/faker/default/json.rb +61 -23
- data/lib/faker/default/lorem.rb +171 -72
- data/lib/faker/default/lorem_flickr.rb +69 -37
- data/lib/faker/default/markdown.rb +97 -11
- data/lib/faker/default/marketing.rb +1 -1
- data/lib/faker/default/measurement.rb +101 -42
- data/lib/faker/default/military.rb +26 -0
- data/lib/faker/default/mountain.rb +33 -0
- data/lib/faker/default/name.rb +99 -5
- data/lib/faker/default/nation.rb +0 -3
- data/lib/faker/default/nhs.rb +21 -6
- data/lib/faker/default/number.rb +38 -68
- data/lib/faker/default/omniauth.rb +111 -53
- data/lib/faker/default/phone_number.rb +89 -10
- data/lib/faker/default/placeholdit.rb +23 -12
- data/lib/faker/default/relationship.rb +2 -6
- data/lib/faker/default/religion.rb +6 -0
- data/lib/faker/default/science.rb +108 -0
- data/lib/faker/default/slack_emoji.rb +81 -0
- data/lib/faker/default/source.rb +3 -16
- data/lib/faker/default/south_africa.rb +90 -0
- data/lib/faker/default/space.rb +1 -1
- data/lib/faker/default/string.rb +18 -8
- data/lib/faker/default/stripe.rb +68 -23
- data/lib/faker/default/tea.rb +41 -0
- data/lib/faker/default/time.rb +4 -34
- data/lib/faker/default/twitter.rb +42 -23
- data/lib/faker/default/types.rb +88 -29
- data/lib/faker/default/university.rb +45 -0
- data/lib/faker/default/vehicle.rb +212 -54
- data/lib/faker/default/verb.rb +45 -0
- data/lib/faker/default/vulnerability_identifier.rb +23 -0
- data/lib/faker/default/world_cup.rb +6 -15
- data/lib/faker/fantasy/tolkien.rb +67 -0
- data/lib/faker/games/clash_of_clans.rb +48 -0
- data/lib/faker/games/control.rb +113 -0
- data/lib/faker/games/dnd.rb +178 -0
- data/lib/faker/games/dota.rb +14 -5
- data/lib/faker/games/elder_scrolls.rb +26 -0
- data/lib/faker/games/heroes.rb +13 -0
- data/lib/faker/games/heroes_of_the_storm.rb +16 -5
- data/lib/faker/games/minecraft.rb +113 -0
- data/lib/faker/games/myst.rb +1 -1
- data/lib/faker/games/street_fighter.rb +61 -0
- data/lib/faker/games/super_mario.rb +48 -0
- data/lib/faker/games/tarkov.rb +205 -0
- data/lib/faker/games/touhou.rb +75 -0
- data/lib/faker/games/warhammer_fantasy.rb +74 -0
- data/lib/faker/games/witcher.rb +39 -0
- data/lib/faker/games/world_of_warcraft.rb +26 -1
- data/lib/faker/japanese_media/conan.rb +48 -0
- data/lib/faker/japanese_media/cowboy_bebop.rb +61 -0
- data/lib/faker/japanese_media/doraemon.rb +48 -0
- data/lib/faker/japanese_media/dragon_ball.rb +26 -0
- data/lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb +48 -0
- data/lib/faker/japanese_media/kamen_rider.rb +102 -0
- data/lib/faker/japanese_media/naruto.rb +61 -0
- data/lib/faker/japanese_media/one_piece.rb +1 -1
- data/lib/faker/japanese_media/studio_ghibli.rb +48 -0
- data/lib/faker/locations/australia.rb +47 -0
- data/lib/faker/movies/avatar.rb +49 -0
- data/lib/faker/movies/departed.rb +49 -0
- data/lib/faker/movies/hackers.rb +48 -0
- data/lib/faker/movies/hobbit.rb +4 -4
- data/lib/faker/movies/how_to_train_your_dragon.rb +48 -0
- data/lib/faker/movies/lord_of_the_rings.rb +3 -3
- data/lib/faker/movies/movie.rb +13 -0
- data/lib/faker/movies/room.rb +63 -0
- data/lib/faker/movies/star_wars.rb +75 -7
- data/lib/faker/movies/tron.rb +161 -0
- data/lib/faker/music/hiphop.rb +48 -0
- data/lib/faker/music/music.rb +12 -0
- data/lib/faker/music/opera.rb +237 -1
- data/lib/faker/music/pearl_jam.rb +50 -0
- data/lib/faker/music/phish.rb +27 -1
- data/lib/faker/music/prince.rb +64 -0
- data/lib/faker/music/rock_band.rb +12 -0
- data/lib/faker/music/rush.rb +37 -0
- data/lib/faker/music/show.rb +49 -0
- data/lib/faker/quotes/quote.rb +93 -1
- data/lib/faker/quotes/rajnikanth.rb +1 -0
- data/lib/faker/quotes/shakespeare.rb +70 -0
- data/lib/faker/religion/bible.rb +50 -0
- data/lib/faker/sports/chess.rb +90 -0
- data/lib/faker/sports/mountaineering.rb +22 -0
- data/lib/faker/sports/sport.rb +116 -0
- data/lib/faker/sports/volleyball.rb +74 -0
- data/lib/faker/travel/airport.rb +43 -0
- data/lib/faker/tv_shows/aqua_teen_hunger_force.rb +13 -0
- data/lib/faker/tv_shows/big_bang_theory.rb +37 -0
- data/lib/faker/tv_shows/brooklyn_nine_nine.rb +38 -0
- data/lib/faker/tv_shows/buffy.rb +17 -4
- data/lib/faker/tv_shows/dr_who.rb +1 -1
- data/lib/faker/tv_shows/final_space.rb +51 -0
- data/lib/faker/tv_shows/futurama.rb +65 -0
- data/lib/faker/tv_shows/michael_scott.rb +0 -3
- data/lib/faker/tv_shows/simpsons.rb +14 -0
- data/lib/faker/tv_shows/spongebob.rb +50 -0
- data/lib/faker/tv_shows/suits.rb +37 -0
- data/lib/faker/tv_shows/supernatural.rb +48 -0
- data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +17 -4
- data/lib/faker/tv_shows/the_office.rb +37 -0
- data/lib/faker/version.rb +2 -2
- data/lib/faker.rb +40 -84
- data/lib/helpers/base58.rb +1 -1
- data/lib/helpers/char.rb +22 -27
- data/lib/helpers/unique_generator.rb +13 -13
- data/lib/locales/ar.yml +6 -1
- data/lib/locales/bg.yml +1 -1
- data/lib/locales/da-DK.yml +1 -1
- data/lib/locales/de-AT.yml +7 -6
- data/lib/locales/de-CH.yml +1697 -2
- data/lib/locales/de.yml +12 -6
- data/lib/locales/en/address.yml +4 -3
- data/lib/locales/en/adjective.yml +179 -0
- data/lib/locales/en/airport.yml +381 -0
- data/lib/locales/en/animal.yml +1 -1
- data/lib/locales/en/aqua_teen_hunger_force.yml +33 -1
- data/lib/locales/en/australia.yml +107 -0
- data/lib/locales/en/avatar.yml +31 -0
- data/lib/locales/en/bank.yml +1 -1
- data/lib/locales/en/barcode.yml +24 -0
- data/lib/locales/en/bible.yml +90 -0
- data/lib/locales/en/big_bang_theory.yml +38 -0
- data/lib/locales/en/bird.yml +1281 -0
- data/lib/locales/en/blood.yml +13 -0
- data/lib/locales/en/book.yml +487 -3
- data/lib/locales/en/brooklyn_nine_nine.yml +35 -0
- data/lib/locales/en/buffy.yml +1 -1
- data/lib/locales/en/camera.yml +611 -0
- data/lib/locales/en/cat.yml +1 -1
- data/lib/locales/en/chess.yml +103 -0
- data/lib/locales/en/clash_of_clan.yml +101 -0
- data/lib/locales/en/coffee.yml +1 -1
- data/lib/locales/en/commerce.yml +17 -0
- data/lib/locales/en/community.yml +17 -17
- data/lib/locales/en/company.yml +3 -2
- data/lib/locales/en/computer.yml +55 -0
- data/lib/locales/en/conan.yml +171 -0
- data/lib/locales/en/control.yml +247 -0
- data/lib/locales/en/cowboy_bebop.yml +163 -0
- data/lib/locales/en/demographic.yml +218 -5
- data/lib/locales/en/departed.yml +50 -0
- data/lib/locales/en/device.yml +112 -4
- data/lib/locales/en/dnd.yml +636 -0
- data/lib/locales/en/doraemon.yml +286 -0
- data/lib/locales/en/dota.yml +651 -63
- data/lib/locales/en/dragon_ball.yml +243 -1
- data/lib/locales/en/driving_license.yml +181 -0
- data/lib/locales/en/drone.yml +95 -0
- data/lib/locales/en/dune.yml +270 -131
- data/lib/locales/en/educator.yml +6 -0
- data/lib/locales/en/elder_scrolls.yml +583 -9
- data/lib/locales/en/emotion.yml +480 -0
- data/lib/locales/en/fallout.yml +311 -133
- data/lib/locales/en/file.yml +9 -1
- data/lib/locales/en/final_space.yml +37 -0
- data/lib/locales/en/finance.yml +77 -1
- data/lib/locales/en/fma_brotherhood.yml +78 -0
- data/lib/locales/en/food.yml +1066 -10
- data/lib/locales/en/football.yml +3 -3
- data/lib/locales/en/fresh_prince_of_bel_air.yml +1 -1
- data/lib/locales/en/futurama.yml +344 -0
- data/lib/locales/en/game.yml +11 -0
- data/lib/locales/en/hackers.yml +53 -0
- data/lib/locales/en/half_life.yml +84 -3
- data/lib/locales/en/heroes.yml +408 -3
- data/lib/locales/en/heroes_of_the_storm.yml +131 -4
- data/lib/locales/en/hobby.yml +171 -0
- data/lib/locales/en/horse.yml +2 -2
- data/lib/locales/en/house.yml +1 -1
- data/lib/locales/en/how_to_train_your_dragon.yml +174 -0
- data/lib/locales/en/internet.yml +140 -3
- data/lib/locales/en/jack_handey.yml +54 -0
- data/lib/locales/en/kamen_rider.yml +452 -0
- data/lib/locales/en/kpop.yml +7 -7
- data/lib/locales/en/league_of_legends.yml +285 -6
- data/lib/locales/en/lebowski.yml +1 -1
- data/lib/locales/en/lovecraft.yml +76 -6
- data/lib/locales/en/military.yml +179 -5
- data/lib/locales/en/minecraft.yml +663 -0
- data/lib/locales/en/mitch_hedberg.yml +46 -0
- data/lib/locales/en/mountain.yml +171 -0
- data/lib/locales/en/mountaineering.yml +14 -0
- data/lib/locales/en/movie.yml +194 -2
- data/lib/locales/en/music.yml +461 -29
- data/lib/locales/en/myst.yml +87 -31
- data/lib/locales/en/name.yml +5 -4
- data/lib/locales/en/naruto.yml +230 -0
- data/lib/locales/en/one_piece.yml +2 -2
- data/lib/locales/en/opera.yml +169 -1
- data/lib/locales/en/overwatch.yml +2648 -2622
- data/lib/locales/en/pearl_jam.yml +213 -0
- data/lib/locales/en/phish.yml +392 -1
- data/lib/locales/en/pokemon.yml +417 -4
- data/lib/locales/en/prince.yml +227 -0
- data/lib/locales/en/quote.yml +692 -163
- data/lib/locales/en/rock_band.yml +1 -0
- data/lib/locales/en/room.yml +68 -0
- data/lib/locales/en/rush.yml +32 -0
- data/lib/locales/en/science.yml +481 -3
- data/lib/locales/en/shakespeare.yml +21 -24
- data/lib/locales/en/show.yml +597 -0
- data/lib/locales/en/simpsons.yml +668 -0
- data/lib/locales/en/source.yml +35 -0
- data/lib/locales/en/space.yml +1 -1
- data/lib/locales/en/spongebob.yml +489 -0
- data/lib/locales/en/sport.yml +130 -0
- data/lib/locales/en/star_trek.yml +1 -1
- data/lib/locales/en/star_wars.yml +568 -220
- data/lib/locales/en/stranger_thing.yml +1 -1
- data/lib/locales/en/street_fighter.yml +1524 -0
- data/lib/locales/en/studio_ghibli.yml +107 -0
- data/lib/locales/en/suits.yml +45 -0
- data/lib/locales/en/super_mario.yml +58 -0
- data/lib/locales/en/super_smash_bros.yml +23 -6
- data/lib/locales/en/supernatural.yml +141 -0
- data/lib/locales/en/tarkov.yml +593 -0
- data/lib/locales/en/tea.yml +172 -0
- data/lib/locales/en/the_kingkiller_chronicle.yml +56 -0
- data/lib/locales/en/the_office.yml +86 -0
- data/lib/locales/en/tolkien.yml +2453 -0
- data/lib/locales/en/touhou.yml +839 -0
- data/lib/locales/en/tron.yml +227 -0
- data/lib/locales/en/vehicle.yml +2809 -75
- data/lib/locales/en/volleyball.yml +501 -0
- data/lib/locales/en/warhammer_fantasy.yml +582 -0
- data/lib/locales/en/witcher.yml +426 -7
- data/lib/locales/en/world_of_warcraft.yml +122 -4
- data/lib/locales/en/zelda.yml +962 -4
- data/lib/locales/en-AU.yml +50 -10
- data/lib/locales/en-CA.yml +4 -1
- data/lib/locales/en-GB.yml +3 -2
- data/lib/locales/en-IND.yml +2 -1
- data/lib/locales/en-MS.yml +3 -1
- data/lib/locales/en-NEP.yml +4 -1
- data/lib/locales/en-NG.yml +1 -0
- data/lib/locales/en-NZ.yml +4 -1
- data/lib/locales/en-PAK.yml +3 -1
- data/lib/locales/en-SG.yml +3 -1
- data/lib/locales/en-UG.yml +1 -0
- data/lib/locales/en-US.yml +38 -12
- data/lib/locales/en-ZA.yml +1 -1
- data/lib/locales/en-au-ocker.yml +4 -1
- data/lib/locales/en.yml +0 -3
- data/lib/locales/es-AR.yml +4601 -0
- data/lib/locales/es-MX.yml +1 -1
- data/lib/locales/es.yml +58 -2
- data/lib/locales/fi-FI.yml +4 -2
- data/lib/locales/fr/address.yml +20 -0
- data/lib/locales/fr/adjective.yml +266 -0
- data/lib/locales/fr/ancient.yml +141 -0
- data/lib/locales/fr/animal.yml +5 -0
- data/lib/locales/fr/appliance.yml +4 -0
- data/lib/locales/fr/book.yml +7 -0
- data/lib/locales/fr/color.yml +4 -0
- data/lib/locales/fr/company.yml +17 -0
- data/lib/locales/fr/compass.yml +23 -0
- data/lib/locales/fr/demographic.yml +4 -0
- data/lib/locales/fr/gender.yml +6 -0
- data/lib/locales/fr/internet.yml +5 -0
- data/lib/locales/fr/lorem.yml +5 -0
- data/lib/locales/fr/measurement.yml +7 -0
- data/lib/locales/fr/name.yml +21 -0
- data/lib/locales/fr/phone_number.yml +7 -0
- data/lib/locales/fr/pokemon.yml +7 -0
- data/lib/locales/fr-CA.yml +22 -6
- data/lib/locales/fr-CH.yml +3 -3
- data/lib/locales/fr.yml +1 -113
- data/lib/locales/hy.yml +2 -1
- data/lib/locales/id.yml +3 -1
- data/lib/locales/it.yml +3 -1
- data/lib/locales/ja/README.md +13 -0
- data/lib/locales/ja/address.yml +120539 -0
- data/lib/locales/ja/adjective.yml +148 -0
- data/lib/locales/ja/ancient.yml +4 -0
- data/lib/locales/ja/animal.yml +5 -0
- data/lib/locales/ja/bank.yml +4 -0
- data/lib/locales/ja/book.yml +7 -0
- data/lib/locales/ja/cat.yml +5 -0
- data/lib/locales/ja/coffee.yml +4 -0
- data/lib/locales/ja/color.yml +4 -0
- data/lib/locales/ja/commerce.yml +11 -0
- data/lib/locales/ja/company.yml +8 -0
- data/lib/locales/ja/dog.yml +6 -0
- data/lib/locales/ja/emotion.yml +51 -0
- data/lib/locales/ja/food.yml +4 -0
- data/lib/locales/ja/gender.yml +4 -0
- data/lib/locales/ja/lorem.yml +9 -0
- data/lib/locales/ja/name.yml +13 -0
- data/lib/locales/ja/naruto.yml +230 -0
- data/lib/locales/ja/overwatch.yml +5 -0
- data/lib/locales/ja/phone_number.yml +7 -0
- data/lib/locales/ja/pokemon.yml +7 -0
- data/lib/locales/ja/relationship.yml +10 -0
- data/lib/locales/ja/restaurant.yml +11 -0
- data/lib/locales/ja/space.yml +5 -0
- data/lib/locales/ja/studio_ghibli.yml +112 -0
- data/lib/locales/ja/subscription.yml +8 -0
- data/lib/locales/ja/super_mario.yml +9 -0
- data/lib/locales/ja/super_smash_bros.yml +8 -0
- data/lib/locales/ja/university.yml +9 -0
- data/lib/locales/ja/zelda.yml +5 -0
- data/lib/locales/ko.yml +95 -2
- data/lib/locales/lt.yml +34 -0
- data/lib/locales/lv.yml +1 -1
- data/lib/locales/mi-NZ.yml +283 -0
- data/lib/locales/nb-NO.yml +5 -2
- data/lib/locales/nl.yml +1 -0
- data/lib/locales/pl.yml +2 -2
- data/lib/locales/pt-BR.yml +10 -2
- data/lib/locales/pt.yml +4 -2
- data/lib/locales/ru.yml +43 -1
- data/lib/locales/sk.yml +5 -2
- data/lib/locales/sv.yml +1 -0
- data/lib/locales/th.yml +76 -76
- data/lib/locales/tr.yml +1 -0
- data/lib/locales/uk.yml +3 -0
- data/lib/locales/vi.yml +1 -0
- data/lib/locales/zh-CN.yml +1 -0
- data/lib/locales/zh-TW.yml +1 -0
- metadata +219 -29
- data/lib/faker/default/fillmurray.rb +0 -45
- data/lib/faker/default/lorem_pixel.rb +0 -47
- data/lib/locales/en/hobbit.yml +0 -19
- data/lib/locales/en/lord_of_the_rings.yml +0 -6
- data/lib/locales/ja.yml +0 -101
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: faker
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 3.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Benjamin Curtis
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2023-04-14 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:
|
|
20
|
+
version: 1.8.11
|
|
21
21
|
- - "<"
|
|
22
22
|
- !ruby/object:Gem::Version
|
|
23
23
|
version: '2'
|
|
@@ -27,7 +27,7 @@ dependencies:
|
|
|
27
27
|
requirements:
|
|
28
28
|
- - ">="
|
|
29
29
|
- !ruby/object:Gem::Version
|
|
30
|
-
version:
|
|
30
|
+
version: 1.8.11
|
|
31
31
|
- - "<"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
33
|
version: '2'
|
|
@@ -37,112 +37,140 @@ dependencies:
|
|
|
37
37
|
requirements:
|
|
38
38
|
- - '='
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 5.
|
|
40
|
+
version: 5.18.0
|
|
41
41
|
type: :development
|
|
42
42
|
prerelease: false
|
|
43
43
|
version_requirements: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
45
|
- - '='
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 5.
|
|
47
|
+
version: 5.18.0
|
|
48
48
|
- !ruby/object:Gem::Dependency
|
|
49
49
|
name: pry
|
|
50
50
|
requirement: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - '='
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: 0.
|
|
54
|
+
version: 0.14.2
|
|
55
55
|
type: :development
|
|
56
56
|
prerelease: false
|
|
57
57
|
version_requirements: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
59
|
- - '='
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: 0.
|
|
61
|
+
version: 0.14.2
|
|
62
62
|
- !ruby/object:Gem::Dependency
|
|
63
63
|
name: rake
|
|
64
64
|
requirement: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
66
|
- - '='
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: 13.0.
|
|
68
|
+
version: 13.0.6
|
|
69
69
|
type: :development
|
|
70
70
|
prerelease: false
|
|
71
71
|
version_requirements: !ruby/object:Gem::Requirement
|
|
72
72
|
requirements:
|
|
73
73
|
- - '='
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: 13.0.
|
|
75
|
+
version: 13.0.6
|
|
76
76
|
- !ruby/object:Gem::Dependency
|
|
77
77
|
name: rubocop
|
|
78
78
|
requirement: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
80
|
- - '='
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version:
|
|
82
|
+
version: 1.50.1
|
|
83
83
|
type: :development
|
|
84
84
|
prerelease: false
|
|
85
85
|
version_requirements: !ruby/object:Gem::Requirement
|
|
86
86
|
requirements:
|
|
87
87
|
- - '='
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
|
-
version:
|
|
89
|
+
version: 1.50.1
|
|
90
|
+
- !ruby/object:Gem::Dependency
|
|
91
|
+
name: rubocop-minitest
|
|
92
|
+
requirement: !ruby/object:Gem::Requirement
|
|
93
|
+
requirements:
|
|
94
|
+
- - '='
|
|
95
|
+
- !ruby/object:Gem::Version
|
|
96
|
+
version: 0.30.0
|
|
97
|
+
type: :development
|
|
98
|
+
prerelease: false
|
|
99
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
100
|
+
requirements:
|
|
101
|
+
- - '='
|
|
102
|
+
- !ruby/object:Gem::Version
|
|
103
|
+
version: 0.30.0
|
|
104
|
+
- !ruby/object:Gem::Dependency
|
|
105
|
+
name: rubocop-rake
|
|
106
|
+
requirement: !ruby/object:Gem::Requirement
|
|
107
|
+
requirements:
|
|
108
|
+
- - '='
|
|
109
|
+
- !ruby/object:Gem::Version
|
|
110
|
+
version: 0.6.0
|
|
111
|
+
type: :development
|
|
112
|
+
prerelease: false
|
|
113
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
114
|
+
requirements:
|
|
115
|
+
- - '='
|
|
116
|
+
- !ruby/object:Gem::Version
|
|
117
|
+
version: 0.6.0
|
|
90
118
|
- !ruby/object:Gem::Dependency
|
|
91
119
|
name: simplecov
|
|
92
120
|
requirement: !ruby/object:Gem::Requirement
|
|
93
121
|
requirements:
|
|
94
122
|
- - '='
|
|
95
123
|
- !ruby/object:Gem::Version
|
|
96
|
-
version: 0.
|
|
124
|
+
version: 0.22.0
|
|
97
125
|
type: :development
|
|
98
126
|
prerelease: false
|
|
99
127
|
version_requirements: !ruby/object:Gem::Requirement
|
|
100
128
|
requirements:
|
|
101
129
|
- - '='
|
|
102
130
|
- !ruby/object:Gem::Version
|
|
103
|
-
version: 0.
|
|
131
|
+
version: 0.22.0
|
|
104
132
|
- !ruby/object:Gem::Dependency
|
|
105
133
|
name: test-unit
|
|
106
134
|
requirement: !ruby/object:Gem::Requirement
|
|
107
135
|
requirements:
|
|
108
136
|
- - '='
|
|
109
137
|
- !ruby/object:Gem::Version
|
|
110
|
-
version: 3.
|
|
138
|
+
version: 3.5.7
|
|
111
139
|
type: :development
|
|
112
140
|
prerelease: false
|
|
113
141
|
version_requirements: !ruby/object:Gem::Requirement
|
|
114
142
|
requirements:
|
|
115
143
|
- - '='
|
|
116
144
|
- !ruby/object:Gem::Version
|
|
117
|
-
version: 3.
|
|
145
|
+
version: 3.5.7
|
|
118
146
|
- !ruby/object:Gem::Dependency
|
|
119
147
|
name: timecop
|
|
120
148
|
requirement: !ruby/object:Gem::Requirement
|
|
121
149
|
requirements:
|
|
122
150
|
- - '='
|
|
123
151
|
- !ruby/object:Gem::Version
|
|
124
|
-
version: 0.9.
|
|
152
|
+
version: 0.9.6
|
|
125
153
|
type: :development
|
|
126
154
|
prerelease: false
|
|
127
155
|
version_requirements: !ruby/object:Gem::Requirement
|
|
128
156
|
requirements:
|
|
129
157
|
- - '='
|
|
130
158
|
- !ruby/object:Gem::Version
|
|
131
|
-
version: 0.9.
|
|
159
|
+
version: 0.9.6
|
|
132
160
|
- !ruby/object:Gem::Dependency
|
|
133
161
|
name: yard
|
|
134
162
|
requirement: !ruby/object:Gem::Requirement
|
|
135
163
|
requirements:
|
|
136
164
|
- - '='
|
|
137
165
|
- !ruby/object:Gem::Version
|
|
138
|
-
version: 0.9.
|
|
166
|
+
version: 0.9.34
|
|
139
167
|
type: :development
|
|
140
168
|
prerelease: false
|
|
141
169
|
version_requirements: !ruby/object:Gem::Requirement
|
|
142
170
|
requirements:
|
|
143
171
|
- - '='
|
|
144
172
|
- !ruby/object:Gem::Version
|
|
145
|
-
version: 0.9.
|
|
173
|
+
version: 0.9.34
|
|
146
174
|
description: 'Faker, a port of Data::Faker from Perl, is used to easily generate fake
|
|
147
175
|
data: names, addresses, phone numbers, etc.'
|
|
148
176
|
email:
|
|
@@ -167,11 +195,14 @@ files:
|
|
|
167
195
|
- lib/faker/books/culture_series.rb
|
|
168
196
|
- lib/faker/books/dune.rb
|
|
169
197
|
- lib/faker/books/lovecraft.rb
|
|
198
|
+
- lib/faker/books/the_kingkiller_chronicle.rb
|
|
170
199
|
- lib/faker/creature/animal.rb
|
|
200
|
+
- lib/faker/creature/bird.rb
|
|
171
201
|
- lib/faker/creature/cat.rb
|
|
172
202
|
- lib/faker/creature/dog.rb
|
|
173
203
|
- lib/faker/creature/horse.rb
|
|
174
204
|
- lib/faker/default/address.rb
|
|
205
|
+
- lib/faker/default/adjective.rb
|
|
175
206
|
- lib/faker/default/alphanumeric.rb
|
|
176
207
|
- lib/faker/default/ancient.rb
|
|
177
208
|
- lib/faker/default/app.rb
|
|
@@ -179,10 +210,13 @@ files:
|
|
|
179
210
|
- lib/faker/default/artist.rb
|
|
180
211
|
- lib/faker/default/avatar.rb
|
|
181
212
|
- lib/faker/default/bank.rb
|
|
213
|
+
- lib/faker/default/barcode.rb
|
|
182
214
|
- lib/faker/default/beer.rb
|
|
215
|
+
- lib/faker/default/blood.rb
|
|
183
216
|
- lib/faker/default/boolean.rb
|
|
184
217
|
- lib/faker/default/bossa_nova.rb
|
|
185
218
|
- lib/faker/default/business.rb
|
|
219
|
+
- lib/faker/default/camera.rb
|
|
186
220
|
- lib/faker/default/cannabis.rb
|
|
187
221
|
- lib/faker/default/chile_rut.rb
|
|
188
222
|
- lib/faker/default/chuck_norris.rb
|
|
@@ -193,6 +227,7 @@ files:
|
|
|
193
227
|
- lib/faker/default/commerce.rb
|
|
194
228
|
- lib/faker/default/company.rb
|
|
195
229
|
- lib/faker/default/compass.rb
|
|
230
|
+
- lib/faker/default/computer.rb
|
|
196
231
|
- lib/faker/default/construction.rb
|
|
197
232
|
- lib/faker/default/cosmere.rb
|
|
198
233
|
- lib/faker/default/crypto.rb
|
|
@@ -204,11 +239,12 @@ files:
|
|
|
204
239
|
- lib/faker/default/dessert.rb
|
|
205
240
|
- lib/faker/default/device.rb
|
|
206
241
|
- lib/faker/default/driving_licence.rb
|
|
242
|
+
- lib/faker/default/drone.rb
|
|
207
243
|
- lib/faker/default/educator.rb
|
|
208
244
|
- lib/faker/default/electrical_components.rb
|
|
245
|
+
- lib/faker/default/emotion.rb
|
|
209
246
|
- lib/faker/default/esport.rb
|
|
210
247
|
- lib/faker/default/file.rb
|
|
211
|
-
- lib/faker/default/fillmurray.rb
|
|
212
248
|
- lib/faker/default/finance.rb
|
|
213
249
|
- lib/faker/default/food.rb
|
|
214
250
|
- lib/faker/default/funny_name.rb
|
|
@@ -216,21 +252,23 @@ files:
|
|
|
216
252
|
- lib/faker/default/greek_philosophers.rb
|
|
217
253
|
- lib/faker/default/hacker.rb
|
|
218
254
|
- lib/faker/default/hipster.rb
|
|
255
|
+
- lib/faker/default/hobby.rb
|
|
219
256
|
- lib/faker/default/house.rb
|
|
220
257
|
- lib/faker/default/id_number.rb
|
|
221
258
|
- lib/faker/default/industry_segments.rb
|
|
222
259
|
- lib/faker/default/internet.rb
|
|
260
|
+
- lib/faker/default/internet_http.rb
|
|
223
261
|
- lib/faker/default/invoice.rb
|
|
224
262
|
- lib/faker/default/job.rb
|
|
225
263
|
- lib/faker/default/json.rb
|
|
226
264
|
- lib/faker/default/kpop.rb
|
|
227
265
|
- lib/faker/default/lorem.rb
|
|
228
266
|
- lib/faker/default/lorem_flickr.rb
|
|
229
|
-
- lib/faker/default/lorem_pixel.rb
|
|
230
267
|
- lib/faker/default/markdown.rb
|
|
231
268
|
- lib/faker/default/marketing.rb
|
|
232
269
|
- lib/faker/default/measurement.rb
|
|
233
270
|
- lib/faker/default/military.rb
|
|
271
|
+
- lib/faker/default/mountain.rb
|
|
234
272
|
- lib/faker/default/name.rb
|
|
235
273
|
- lib/faker/default/nation.rb
|
|
236
274
|
- lib/faker/default/nato_phonetic_alphabet.rb
|
|
@@ -241,6 +279,7 @@ files:
|
|
|
241
279
|
- lib/faker/default/placeholdit.rb
|
|
242
280
|
- lib/faker/default/programming_language.rb
|
|
243
281
|
- lib/faker/default/relationship.rb
|
|
282
|
+
- lib/faker/default/religion.rb
|
|
244
283
|
- lib/faker/default/restaurant.rb
|
|
245
284
|
- lib/faker/default/science.rb
|
|
246
285
|
- lib/faker/default/slack_emoji.rb
|
|
@@ -251,6 +290,7 @@ files:
|
|
|
251
290
|
- lib/faker/default/stripe.rb
|
|
252
291
|
- lib/faker/default/subscription.rb
|
|
253
292
|
- lib/faker/default/superhero.rb
|
|
293
|
+
- lib/faker/default/tea.rb
|
|
254
294
|
- lib/faker/default/team.rb
|
|
255
295
|
- lib/faker/default/time.rb
|
|
256
296
|
- lib/faker/default/twitter.rb
|
|
@@ -258,7 +298,12 @@ files:
|
|
|
258
298
|
- lib/faker/default/university.rb
|
|
259
299
|
- lib/faker/default/vehicle.rb
|
|
260
300
|
- lib/faker/default/verb.rb
|
|
301
|
+
- lib/faker/default/vulnerability_identifier.rb
|
|
261
302
|
- lib/faker/default/world_cup.rb
|
|
303
|
+
- lib/faker/fantasy/tolkien.rb
|
|
304
|
+
- lib/faker/games/clash_of_clans.rb
|
|
305
|
+
- lib/faker/games/control.rb
|
|
306
|
+
- lib/faker/games/dnd.rb
|
|
262
307
|
- lib/faker/games/dota.rb
|
|
263
308
|
- lib/faker/games/elder_scrolls.rb
|
|
264
309
|
- lib/faker/games/fallout.rb
|
|
@@ -267,49 +312,84 @@ files:
|
|
|
267
312
|
- lib/faker/games/heroes.rb
|
|
268
313
|
- lib/faker/games/heroes_of_the_storm.rb
|
|
269
314
|
- lib/faker/games/league_of_legends.rb
|
|
315
|
+
- lib/faker/games/minecraft.rb
|
|
270
316
|
- lib/faker/games/myst.rb
|
|
271
317
|
- lib/faker/games/overwatch.rb
|
|
272
318
|
- lib/faker/games/pokemon.rb
|
|
273
319
|
- lib/faker/games/sonic_the_hedgehog.rb
|
|
320
|
+
- lib/faker/games/street_fighter.rb
|
|
321
|
+
- lib/faker/games/super_mario.rb
|
|
274
322
|
- lib/faker/games/super_smash_bros.rb
|
|
323
|
+
- lib/faker/games/tarkov.rb
|
|
324
|
+
- lib/faker/games/touhou.rb
|
|
325
|
+
- lib/faker/games/warhammer_fantasy.rb
|
|
275
326
|
- lib/faker/games/witcher.rb
|
|
276
327
|
- lib/faker/games/world_of_warcraft.rb
|
|
277
328
|
- lib/faker/games/zelda.rb
|
|
329
|
+
- lib/faker/japanese_media/conan.rb
|
|
330
|
+
- lib/faker/japanese_media/cowboy_bebop.rb
|
|
331
|
+
- lib/faker/japanese_media/doraemon.rb
|
|
278
332
|
- lib/faker/japanese_media/dragon_ball.rb
|
|
333
|
+
- lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb
|
|
334
|
+
- lib/faker/japanese_media/kamen_rider.rb
|
|
335
|
+
- lib/faker/japanese_media/naruto.rb
|
|
279
336
|
- lib/faker/japanese_media/one_piece.rb
|
|
337
|
+
- lib/faker/japanese_media/studio_ghibli.rb
|
|
280
338
|
- lib/faker/japanese_media/sword_art_online.rb
|
|
339
|
+
- lib/faker/locations/australia.rb
|
|
340
|
+
- lib/faker/movies/avatar.rb
|
|
281
341
|
- lib/faker/movies/back_to_the_future.rb
|
|
342
|
+
- lib/faker/movies/departed.rb
|
|
282
343
|
- lib/faker/movies/ghostbusters.rb
|
|
344
|
+
- lib/faker/movies/hackers.rb
|
|
283
345
|
- lib/faker/movies/harry_potter.rb
|
|
284
346
|
- lib/faker/movies/hitchhikers_guide_to_the_galaxy.rb
|
|
285
347
|
- lib/faker/movies/hobbit.rb
|
|
348
|
+
- lib/faker/movies/how_to_train_your_dragon.rb
|
|
286
349
|
- lib/faker/movies/lebowski.rb
|
|
287
350
|
- lib/faker/movies/lord_of_the_rings.rb
|
|
288
351
|
- lib/faker/movies/movie.rb
|
|
289
352
|
- lib/faker/movies/princess_bride.rb
|
|
353
|
+
- lib/faker/movies/room.rb
|
|
290
354
|
- lib/faker/movies/star_wars.rb
|
|
355
|
+
- lib/faker/movies/tron.rb
|
|
291
356
|
- lib/faker/movies/v_for_vendetta.rb
|
|
292
357
|
- lib/faker/music/grateful_dead.rb
|
|
358
|
+
- lib/faker/music/hiphop.rb
|
|
293
359
|
- lib/faker/music/music.rb
|
|
294
360
|
- lib/faker/music/opera.rb
|
|
361
|
+
- lib/faker/music/pearl_jam.rb
|
|
295
362
|
- lib/faker/music/phish.rb
|
|
363
|
+
- lib/faker/music/prince.rb
|
|
296
364
|
- lib/faker/music/rock_band.rb
|
|
365
|
+
- lib/faker/music/rush.rb
|
|
366
|
+
- lib/faker/music/show.rb
|
|
297
367
|
- lib/faker/music/umphreys_mcgee.rb
|
|
298
368
|
- lib/faker/quotes/chiquito.rb
|
|
299
369
|
- lib/faker/quotes/quote.rb
|
|
300
370
|
- lib/faker/quotes/rajnikanth.rb
|
|
301
371
|
- lib/faker/quotes/shakespeare.rb
|
|
372
|
+
- lib/faker/religion/bible.rb
|
|
302
373
|
- lib/faker/sports/basketball.rb
|
|
374
|
+
- lib/faker/sports/chess.rb
|
|
303
375
|
- lib/faker/sports/football.rb
|
|
376
|
+
- lib/faker/sports/mountaineering.rb
|
|
377
|
+
- lib/faker/sports/sport.rb
|
|
378
|
+
- lib/faker/sports/volleyball.rb
|
|
379
|
+
- lib/faker/travel/airport.rb
|
|
304
380
|
- lib/faker/tv_shows/aqua_teen_hunger_force.rb
|
|
381
|
+
- lib/faker/tv_shows/big_bang_theory.rb
|
|
305
382
|
- lib/faker/tv_shows/bojack_horseman.rb
|
|
306
383
|
- lib/faker/tv_shows/breaking_bad.rb
|
|
384
|
+
- lib/faker/tv_shows/brooklyn_nine_nine.rb
|
|
307
385
|
- lib/faker/tv_shows/buffy.rb
|
|
308
386
|
- lib/faker/tv_shows/community.rb
|
|
309
387
|
- lib/faker/tv_shows/dr_who.rb
|
|
310
388
|
- lib/faker/tv_shows/dumb_and_dumber.rb
|
|
311
389
|
- lib/faker/tv_shows/family_guy.rb
|
|
390
|
+
- lib/faker/tv_shows/final_space.rb
|
|
312
391
|
- lib/faker/tv_shows/friends.rb
|
|
392
|
+
- lib/faker/tv_shows/futurama.rb
|
|
313
393
|
- lib/faker/tv_shows/game_of_thrones.rb
|
|
314
394
|
- lib/faker/tv_shows/hey_arnold.rb
|
|
315
395
|
- lib/faker/tv_shows/how_i_met_your_mother.rb
|
|
@@ -322,12 +402,16 @@ files:
|
|
|
322
402
|
- lib/faker/tv_shows/silicon_valley.rb
|
|
323
403
|
- lib/faker/tv_shows/simpsons.rb
|
|
324
404
|
- lib/faker/tv_shows/south_park.rb
|
|
405
|
+
- lib/faker/tv_shows/spongebob.rb
|
|
325
406
|
- lib/faker/tv_shows/star_trek.rb
|
|
326
407
|
- lib/faker/tv_shows/stargate.rb
|
|
327
408
|
- lib/faker/tv_shows/stranger_things.rb
|
|
409
|
+
- lib/faker/tv_shows/suits.rb
|
|
410
|
+
- lib/faker/tv_shows/supernatural.rb
|
|
328
411
|
- lib/faker/tv_shows/the_expanse.rb
|
|
329
412
|
- lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb
|
|
330
413
|
- lib/faker/tv_shows/the_it_crowd.rb
|
|
414
|
+
- lib/faker/tv_shows/the_office.rb
|
|
331
415
|
- lib/faker/tv_shows/the_thick_of_it.rb
|
|
332
416
|
- lib/faker/tv_shows/twin_peaks.rb
|
|
333
417
|
- lib/faker/tv_shows/venture_bros.rb
|
|
@@ -364,26 +448,39 @@ files:
|
|
|
364
448
|
- lib/locales/en.yml
|
|
365
449
|
- lib/locales/en/README.md
|
|
366
450
|
- lib/locales/en/address.yml
|
|
451
|
+
- lib/locales/en/adjective.yml
|
|
452
|
+
- lib/locales/en/airport.yml
|
|
367
453
|
- lib/locales/en/ancient.yml
|
|
368
454
|
- lib/locales/en/animal.yml
|
|
369
455
|
- lib/locales/en/app.yml
|
|
370
456
|
- lib/locales/en/appliance.yml
|
|
371
457
|
- lib/locales/en/aqua_teen_hunger_force.yml
|
|
372
458
|
- lib/locales/en/artist.yml
|
|
459
|
+
- lib/locales/en/australia.yml
|
|
460
|
+
- lib/locales/en/avatar.yml
|
|
373
461
|
- lib/locales/en/back_to_the_future.yml
|
|
374
462
|
- lib/locales/en/bank.yml
|
|
463
|
+
- lib/locales/en/barcode.yml
|
|
375
464
|
- lib/locales/en/basketball.yml
|
|
376
465
|
- lib/locales/en/beer.yml
|
|
466
|
+
- lib/locales/en/bible.yml
|
|
467
|
+
- lib/locales/en/big_bang_theory.yml
|
|
468
|
+
- lib/locales/en/bird.yml
|
|
469
|
+
- lib/locales/en/blood.yml
|
|
377
470
|
- lib/locales/en/bojack_horseman.yml
|
|
378
471
|
- lib/locales/en/book.yml
|
|
379
472
|
- lib/locales/en/bossa_nova.yml
|
|
380
473
|
- lib/locales/en/breaking_bad.yml
|
|
474
|
+
- lib/locales/en/brooklyn_nine_nine.yml
|
|
381
475
|
- lib/locales/en/buffy.yml
|
|
382
476
|
- lib/locales/en/business.yml
|
|
477
|
+
- lib/locales/en/camera.yml
|
|
383
478
|
- lib/locales/en/cannabis.yml
|
|
384
479
|
- lib/locales/en/cat.yml
|
|
480
|
+
- lib/locales/en/chess.yml
|
|
385
481
|
- lib/locales/en/chiquito.yml
|
|
386
482
|
- lib/locales/en/chuck_norris.yml
|
|
483
|
+
- lib/locales/en/clash_of_clan.yml
|
|
387
484
|
- lib/locales/en/code.yml
|
|
388
485
|
- lib/locales/en/coffee.yml
|
|
389
486
|
- lib/locales/en/coin.yml
|
|
@@ -392,34 +489,47 @@ files:
|
|
|
392
489
|
- lib/locales/en/community.yml
|
|
393
490
|
- lib/locales/en/company.yml
|
|
394
491
|
- lib/locales/en/compass.yml
|
|
492
|
+
- lib/locales/en/computer.yml
|
|
493
|
+
- lib/locales/en/conan.yml
|
|
395
494
|
- lib/locales/en/construction.yml
|
|
495
|
+
- lib/locales/en/control.yml
|
|
396
496
|
- lib/locales/en/cosmere.yml
|
|
497
|
+
- lib/locales/en/cowboy_bebop.yml
|
|
397
498
|
- lib/locales/en/crypto_coin.yml
|
|
398
499
|
- lib/locales/en/culture_series.yml
|
|
399
500
|
- lib/locales/en/currency.yml
|
|
400
501
|
- lib/locales/en/dc_comics.yml
|
|
401
502
|
- lib/locales/en/demographic.yml
|
|
503
|
+
- lib/locales/en/departed.yml
|
|
402
504
|
- lib/locales/en/dessert.yml
|
|
403
505
|
- lib/locales/en/device.yml
|
|
506
|
+
- lib/locales/en/dnd.yml
|
|
404
507
|
- lib/locales/en/dog.yml
|
|
508
|
+
- lib/locales/en/doraemon.yml
|
|
405
509
|
- lib/locales/en/dota.yml
|
|
406
510
|
- lib/locales/en/dr_who.yml
|
|
407
511
|
- lib/locales/en/dragon_ball.yml
|
|
512
|
+
- lib/locales/en/driving_license.yml
|
|
513
|
+
- lib/locales/en/drone.yml
|
|
408
514
|
- lib/locales/en/dumb_and_dumber.yml
|
|
409
515
|
- lib/locales/en/dune.yml
|
|
410
516
|
- lib/locales/en/educator.yml
|
|
411
517
|
- lib/locales/en/elder_scrolls.yml
|
|
412
518
|
- lib/locales/en/electrical_components.yml
|
|
519
|
+
- lib/locales/en/emotion.yml
|
|
413
520
|
- lib/locales/en/esport.yml
|
|
414
521
|
- lib/locales/en/fallout.yml
|
|
415
522
|
- lib/locales/en/family_guy.yml
|
|
416
523
|
- lib/locales/en/file.yml
|
|
524
|
+
- lib/locales/en/final_space.yml
|
|
417
525
|
- lib/locales/en/finance.yml
|
|
526
|
+
- lib/locales/en/fma_brotherhood.yml
|
|
418
527
|
- lib/locales/en/food.yml
|
|
419
528
|
- lib/locales/en/football.yml
|
|
420
529
|
- lib/locales/en/fresh_prince_of_bel_air.yml
|
|
421
530
|
- lib/locales/en/friends.yml
|
|
422
531
|
- lib/locales/en/funny_name.yml
|
|
532
|
+
- lib/locales/en/futurama.yml
|
|
423
533
|
- lib/locales/en/game.yml
|
|
424
534
|
- lib/locales/en/game_of_thrones.yml
|
|
425
535
|
- lib/locales/en/gender.yml
|
|
@@ -427,6 +537,7 @@ files:
|
|
|
427
537
|
- lib/locales/en/grateful_dead.yml
|
|
428
538
|
- lib/locales/en/greek_philosophers.yml
|
|
429
539
|
- lib/locales/en/hacker.yml
|
|
540
|
+
- lib/locales/en/hackers.yml
|
|
430
541
|
- lib/locales/en/half_life.yml
|
|
431
542
|
- lib/locales/en/harry_potter.yml
|
|
432
543
|
- lib/locales/en/heroes.yml
|
|
@@ -434,19 +545,21 @@ files:
|
|
|
434
545
|
- lib/locales/en/hey_arnold.yml
|
|
435
546
|
- lib/locales/en/hipster.yml
|
|
436
547
|
- lib/locales/en/hitchhikers_guide_to_the_galaxy.yml
|
|
437
|
-
- lib/locales/en/
|
|
548
|
+
- lib/locales/en/hobby.yml
|
|
438
549
|
- lib/locales/en/horse.yml
|
|
439
550
|
- lib/locales/en/house.yml
|
|
440
551
|
- lib/locales/en/how_i_met_your_mother.yml
|
|
552
|
+
- lib/locales/en/how_to_train_your_dragon.yml
|
|
441
553
|
- lib/locales/en/id_number.yml
|
|
442
554
|
- lib/locales/en/industry_segments.yml
|
|
443
555
|
- lib/locales/en/internet.yml
|
|
444
556
|
- lib/locales/en/invoice.yml
|
|
557
|
+
- lib/locales/en/jack_handey.yml
|
|
445
558
|
- lib/locales/en/job.yml
|
|
559
|
+
- lib/locales/en/kamen_rider.yml
|
|
446
560
|
- lib/locales/en/kpop.yml
|
|
447
561
|
- lib/locales/en/league_of_legends.yml
|
|
448
562
|
- lib/locales/en/lebowski.yml
|
|
449
|
-
- lib/locales/en/lord_of_the_rings.yml
|
|
450
563
|
- lib/locales/en/lorem.yml
|
|
451
564
|
- lib/locales/en/lovecraft.yml
|
|
452
565
|
- lib/locales/en/markdown.yml
|
|
@@ -454,10 +567,15 @@ files:
|
|
|
454
567
|
- lib/locales/en/measurement.yml
|
|
455
568
|
- lib/locales/en/michael_scott.yml
|
|
456
569
|
- lib/locales/en/military.yml
|
|
570
|
+
- lib/locales/en/minecraft.yml
|
|
571
|
+
- lib/locales/en/mitch_hedberg.yml
|
|
572
|
+
- lib/locales/en/mountain.yml
|
|
573
|
+
- lib/locales/en/mountaineering.yml
|
|
457
574
|
- lib/locales/en/movie.yml
|
|
458
575
|
- lib/locales/en/music.yml
|
|
459
576
|
- lib/locales/en/myst.yml
|
|
460
577
|
- lib/locales/en/name.yml
|
|
578
|
+
- lib/locales/en/naruto.yml
|
|
461
579
|
- lib/locales/en/nation.yml
|
|
462
580
|
- lib/locales/en/nato_phonetic_alphabet.yml
|
|
463
581
|
- lib/locales/en/new_girl.yml
|
|
@@ -465,9 +583,11 @@ files:
|
|
|
465
583
|
- lib/locales/en/opera.yml
|
|
466
584
|
- lib/locales/en/overwatch.yml
|
|
467
585
|
- lib/locales/en/parks_and_rec.yml
|
|
586
|
+
- lib/locales/en/pearl_jam.yml
|
|
468
587
|
- lib/locales/en/phish.yml
|
|
469
588
|
- lib/locales/en/phone_number.yml
|
|
470
589
|
- lib/locales/en/pokemon.yml
|
|
590
|
+
- lib/locales/en/prince.yml
|
|
471
591
|
- lib/locales/en/princess_bride.yml
|
|
472
592
|
- lib/locales/en/programming_language.yml
|
|
473
593
|
- lib/locales/en/quote.yml
|
|
@@ -476,10 +596,13 @@ files:
|
|
|
476
596
|
- lib/locales/en/restaurant.yml
|
|
477
597
|
- lib/locales/en/rick_and_morty.yml
|
|
478
598
|
- lib/locales/en/rock_band.yml
|
|
599
|
+
- lib/locales/en/room.yml
|
|
479
600
|
- lib/locales/en/rupaul.yml
|
|
601
|
+
- lib/locales/en/rush.yml
|
|
480
602
|
- lib/locales/en/science.yml
|
|
481
603
|
- lib/locales/en/seinfeld.yml
|
|
482
604
|
- lib/locales/en/shakespeare.yml
|
|
605
|
+
- lib/locales/en/show.yml
|
|
483
606
|
- lib/locales/en/silicon_valley.yml
|
|
484
607
|
- lib/locales/en/simpsons.yml
|
|
485
608
|
- lib/locales/en/slack_emoji.yml
|
|
@@ -487,19 +610,33 @@ files:
|
|
|
487
610
|
- lib/locales/en/source.yml
|
|
488
611
|
- lib/locales/en/south_park.yml
|
|
489
612
|
- lib/locales/en/space.yml
|
|
613
|
+
- lib/locales/en/spongebob.yml
|
|
614
|
+
- lib/locales/en/sport.yml
|
|
490
615
|
- lib/locales/en/star_trek.yml
|
|
491
616
|
- lib/locales/en/star_wars.yml
|
|
492
617
|
- lib/locales/en/stargate.yml
|
|
493
618
|
- lib/locales/en/stranger_thing.yml
|
|
619
|
+
- lib/locales/en/street_fighter.yml
|
|
494
620
|
- lib/locales/en/stripe.yml
|
|
621
|
+
- lib/locales/en/studio_ghibli.yml
|
|
495
622
|
- lib/locales/en/subscription.yml
|
|
623
|
+
- lib/locales/en/suits.yml
|
|
624
|
+
- lib/locales/en/super_mario.yml
|
|
496
625
|
- lib/locales/en/super_smash_bros.yml
|
|
497
626
|
- lib/locales/en/superhero.yml
|
|
627
|
+
- lib/locales/en/supernatural.yml
|
|
498
628
|
- lib/locales/en/sword_art_online.yml
|
|
629
|
+
- lib/locales/en/tarkov.yml
|
|
630
|
+
- lib/locales/en/tea.yml
|
|
499
631
|
- lib/locales/en/team.yml
|
|
500
632
|
- lib/locales/en/the_expanse.yml
|
|
501
633
|
- lib/locales/en/the_it_crowd.yml
|
|
634
|
+
- lib/locales/en/the_kingkiller_chronicle.yml
|
|
635
|
+
- lib/locales/en/the_office.yml
|
|
502
636
|
- lib/locales/en/the_thick_of_it.yml
|
|
637
|
+
- lib/locales/en/tolkien.yml
|
|
638
|
+
- lib/locales/en/touhou.yml
|
|
639
|
+
- lib/locales/en/tron.yml
|
|
503
640
|
- lib/locales/en/twin_peaks.yml
|
|
504
641
|
- lib/locales/en/umphreys_mcgee.yml
|
|
505
642
|
- lib/locales/en/university.yml
|
|
@@ -507,11 +644,14 @@ files:
|
|
|
507
644
|
- lib/locales/en/vehicle.yml
|
|
508
645
|
- lib/locales/en/venture_bros.yml
|
|
509
646
|
- lib/locales/en/verbs.yml
|
|
647
|
+
- lib/locales/en/volleyball.yml
|
|
648
|
+
- lib/locales/en/warhammer_fantasy.yml
|
|
510
649
|
- lib/locales/en/witcher.yml
|
|
511
650
|
- lib/locales/en/world_cup.yml
|
|
512
651
|
- lib/locales/en/world_of_warcraft.yml
|
|
513
652
|
- lib/locales/en/yoda.yml
|
|
514
653
|
- lib/locales/en/zelda.yml
|
|
654
|
+
- lib/locales/es-AR.yml
|
|
515
655
|
- lib/locales/es-MX.yml
|
|
516
656
|
- lib/locales/es.yml
|
|
517
657
|
- lib/locales/fa.yml
|
|
@@ -519,13 +659,62 @@ files:
|
|
|
519
659
|
- lib/locales/fr-CA.yml
|
|
520
660
|
- lib/locales/fr-CH.yml
|
|
521
661
|
- lib/locales/fr.yml
|
|
662
|
+
- lib/locales/fr/address.yml
|
|
663
|
+
- lib/locales/fr/adjective.yml
|
|
664
|
+
- lib/locales/fr/ancient.yml
|
|
665
|
+
- lib/locales/fr/animal.yml
|
|
666
|
+
- lib/locales/fr/appliance.yml
|
|
667
|
+
- lib/locales/fr/book.yml
|
|
668
|
+
- lib/locales/fr/color.yml
|
|
669
|
+
- lib/locales/fr/company.yml
|
|
670
|
+
- lib/locales/fr/compass.yml
|
|
671
|
+
- lib/locales/fr/demographic.yml
|
|
672
|
+
- lib/locales/fr/gender.yml
|
|
673
|
+
- lib/locales/fr/internet.yml
|
|
674
|
+
- lib/locales/fr/lorem.yml
|
|
675
|
+
- lib/locales/fr/measurement.yml
|
|
676
|
+
- lib/locales/fr/name.yml
|
|
677
|
+
- lib/locales/fr/phone_number.yml
|
|
678
|
+
- lib/locales/fr/pokemon.yml
|
|
522
679
|
- lib/locales/he.yml
|
|
523
680
|
- lib/locales/hy.yml
|
|
524
681
|
- lib/locales/id.yml
|
|
525
682
|
- lib/locales/it.yml
|
|
526
|
-
- lib/locales/ja.
|
|
683
|
+
- lib/locales/ja/README.md
|
|
684
|
+
- lib/locales/ja/address.yml
|
|
685
|
+
- lib/locales/ja/adjective.yml
|
|
686
|
+
- lib/locales/ja/ancient.yml
|
|
687
|
+
- lib/locales/ja/animal.yml
|
|
688
|
+
- lib/locales/ja/bank.yml
|
|
689
|
+
- lib/locales/ja/book.yml
|
|
690
|
+
- lib/locales/ja/cat.yml
|
|
691
|
+
- lib/locales/ja/coffee.yml
|
|
692
|
+
- lib/locales/ja/color.yml
|
|
693
|
+
- lib/locales/ja/commerce.yml
|
|
694
|
+
- lib/locales/ja/company.yml
|
|
695
|
+
- lib/locales/ja/dog.yml
|
|
696
|
+
- lib/locales/ja/emotion.yml
|
|
697
|
+
- lib/locales/ja/food.yml
|
|
698
|
+
- lib/locales/ja/gender.yml
|
|
699
|
+
- lib/locales/ja/lorem.yml
|
|
700
|
+
- lib/locales/ja/name.yml
|
|
701
|
+
- lib/locales/ja/naruto.yml
|
|
702
|
+
- lib/locales/ja/overwatch.yml
|
|
703
|
+
- lib/locales/ja/phone_number.yml
|
|
704
|
+
- lib/locales/ja/pokemon.yml
|
|
705
|
+
- lib/locales/ja/relationship.yml
|
|
706
|
+
- lib/locales/ja/restaurant.yml
|
|
707
|
+
- lib/locales/ja/space.yml
|
|
708
|
+
- lib/locales/ja/studio_ghibli.yml
|
|
709
|
+
- lib/locales/ja/subscription.yml
|
|
710
|
+
- lib/locales/ja/super_mario.yml
|
|
711
|
+
- lib/locales/ja/super_smash_bros.yml
|
|
712
|
+
- lib/locales/ja/university.yml
|
|
713
|
+
- lib/locales/ja/zelda.yml
|
|
527
714
|
- lib/locales/ko.yml
|
|
715
|
+
- lib/locales/lt.yml
|
|
528
716
|
- lib/locales/lv.yml
|
|
717
|
+
- lib/locales/mi-NZ.yml
|
|
529
718
|
- lib/locales/nb-NO.yml
|
|
530
719
|
- lib/locales/nl.yml
|
|
531
720
|
- lib/locales/no.yml
|
|
@@ -545,11 +734,12 @@ homepage: https://github.com/faker-ruby/faker
|
|
|
545
734
|
licenses:
|
|
546
735
|
- MIT
|
|
547
736
|
metadata:
|
|
548
|
-
changelog_uri: https://github.com/faker-ruby/faker/blob/
|
|
737
|
+
changelog_uri: https://github.com/faker-ruby/faker/blob/main/CHANGELOG.md
|
|
549
738
|
source_code_uri: https://github.com/faker-ruby/faker
|
|
550
739
|
bug_tracker_uri: https://github.com/faker-ruby/faker/issues
|
|
551
|
-
documentation_uri: https://rubydoc.info/github/faker-ruby/faker
|
|
740
|
+
documentation_uri: https://rubydoc.info/github/faker-ruby/faker
|
|
552
741
|
yard.run: yri
|
|
742
|
+
rubygems_mfa_required: 'true'
|
|
553
743
|
post_install_message:
|
|
554
744
|
rdoc_options: []
|
|
555
745
|
require_paths:
|
|
@@ -558,14 +748,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
558
748
|
requirements:
|
|
559
749
|
- - ">="
|
|
560
750
|
- !ruby/object:Gem::Version
|
|
561
|
-
version: '2.
|
|
751
|
+
version: '2.7'
|
|
562
752
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
563
753
|
requirements:
|
|
564
754
|
- - ">="
|
|
565
755
|
- !ruby/object:Gem::Version
|
|
566
756
|
version: '0'
|
|
567
757
|
requirements: []
|
|
568
|
-
rubygems_version: 3.
|
|
758
|
+
rubygems_version: 3.3.7
|
|
569
759
|
signing_key:
|
|
570
760
|
specification_version: 4
|
|
571
761
|
summary: Easily generate fake data
|