faker 1.8.2 → 2.23.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/CHANGELOG.md +1756 -10
- data/History.md +4 -4
- data/License.txt +2 -2
- data/README.md +328 -111
- data/bin/faker +5 -0
- data/lib/faker/blockchain/aeternity.rb +70 -0
- data/lib/faker/blockchain/bitcoin.rb +60 -0
- data/lib/faker/blockchain/ethereum.rb +26 -0
- data/lib/faker/blockchain/tezos.rb +135 -0
- data/lib/faker/books/book.rb +61 -0
- data/lib/faker/books/culture_series.rb +83 -0
- data/lib/faker/books/dune.rb +132 -0
- data/lib/faker/books/lovecraft.rb +280 -0
- data/lib/faker/books/the_kingkiller_chronicle.rb +61 -0
- data/lib/faker/creature/animal.rb +22 -0
- data/lib/faker/creature/bird.rb +203 -0
- data/lib/faker/creature/cat.rb +50 -0
- data/lib/faker/creature/dog.rb +115 -0
- data/lib/faker/creature/horse.rb +37 -0
- data/lib/faker/default/address.rb +368 -0
- data/lib/faker/default/adjective.rb +35 -0
- data/lib/faker/default/alphanumeric.rb +73 -0
- data/lib/faker/default/ancient.rb +59 -0
- data/lib/faker/default/app.rb +77 -0
- data/lib/faker/default/appliance.rb +33 -0
- data/lib/faker/default/artist.rb +20 -0
- data/lib/faker/default/avatar.rb +60 -0
- data/lib/faker/default/bank.rb +207 -0
- data/lib/faker/default/barcode.rb +165 -0
- data/lib/faker/default/beer.rb +113 -0
- data/lib/faker/default/blood.rb +48 -0
- data/lib/faker/default/boolean.rb +26 -0
- data/lib/faker/default/bossa_nova.rb +33 -0
- data/lib/faker/default/business.rb +50 -0
- data/lib/faker/default/camera.rb +46 -0
- data/lib/faker/default/cannabis.rb +135 -0
- data/lib/faker/default/chile_rut.rb +102 -0
- data/lib/faker/default/chuck_norris.rb +25 -0
- data/lib/faker/default/code.rb +282 -0
- data/lib/faker/default/coffee.rb +82 -0
- data/lib/faker/default/coin.rb +33 -0
- data/lib/faker/default/color.rb +79 -0
- data/lib/faker/default/commerce.rb +171 -0
- data/lib/faker/default/company.rb +579 -0
- data/lib/faker/default/compass.rb +202 -0
- data/lib/faker/default/computer.rb +63 -0
- data/lib/faker/default/construction.rb +83 -0
- data/lib/faker/default/cosmere.rb +138 -0
- data/lib/faker/default/crypto.rb +61 -0
- data/lib/faker/default/crypto_coin.rb +94 -0
- data/lib/faker/default/currency.rb +46 -0
- data/lib/faker/default/date.rb +186 -0
- data/lib/faker/default/dc_comics.rb +70 -0
- data/lib/faker/default/demographic.rb +98 -0
- data/lib/faker/default/dessert.rb +48 -0
- data/lib/faker/default/device.rb +85 -0
- data/lib/faker/default/driving_licence.rb +131 -0
- data/lib/faker/default/drone.rb +332 -0
- data/lib/faker/default/educator.rb +102 -0
- data/lib/faker/default/electrical_components.rb +48 -0
- data/lib/faker/default/emotion.rb +33 -0
- data/lib/faker/default/esport.rb +72 -0
- data/lib/faker/default/file.rb +100 -0
- data/lib/faker/default/fillmurray.rb +45 -0
- data/lib/faker/default/finance.rb +116 -0
- data/lib/faker/default/food.rb +126 -0
- data/lib/faker/default/funny_name.rb +90 -0
- data/lib/faker/default/gender.rb +46 -0
- data/lib/faker/default/greek_philosophers.rb +33 -0
- data/lib/faker/default/hacker.rb +103 -0
- data/lib/faker/default/hipster.rb +194 -0
- data/lib/faker/default/hobby.rb +22 -0
- data/lib/faker/default/house.rb +33 -0
- data/lib/faker/default/id_number.rb +418 -0
- data/lib/faker/default/industry_segments.rb +61 -0
- data/lib/faker/default/internet.rb +629 -0
- data/lib/faker/default/internet_http.rb +48 -0
- data/lib/faker/default/invoice.rb +136 -0
- data/lib/faker/default/job.rb +61 -0
- data/lib/faker/default/json.rb +143 -0
- data/lib/faker/default/kpop.rb +85 -0
- data/lib/faker/default/lorem.rb +302 -0
- data/lib/faker/default/lorem_flickr.rb +138 -0
- data/lib/faker/default/lorem_pixel.rb +70 -0
- data/lib/faker/default/markdown.rb +175 -0
- data/lib/faker/default/marketing.rb +22 -0
- data/lib/faker/default/measurement.rb +207 -0
- data/lib/faker/default/military.rb +98 -0
- data/lib/faker/default/mountain.rb +33 -0
- data/lib/faker/default/name.rb +156 -0
- data/lib/faker/default/nation.rb +73 -0
- data/lib/faker/default/nato_phonetic_alphabet.rb +20 -0
- data/lib/faker/default/nhs.rb +57 -0
- data/lib/faker/default/number.rb +289 -0
- data/lib/faker/default/omniauth.rb +505 -0
- data/lib/faker/default/phone_number.rb +137 -0
- data/lib/faker/default/placeholdit.rb +63 -0
- data/lib/faker/default/programming_language.rb +33 -0
- data/lib/faker/default/relationship.rb +91 -0
- data/lib/faker/default/religion.rb +6 -0
- data/lib/faker/default/restaurant.rb +63 -0
- data/lib/faker/default/science.rb +154 -0
- data/lib/faker/default/slack_emoji.rb +124 -0
- data/lib/faker/default/source.rb +76 -0
- data/lib/faker/default/south_africa.rb +141 -0
- data/lib/faker/default/space.rb +191 -0
- data/lib/faker/default/string.rb +63 -0
- data/lib/faker/default/stripe.rb +142 -0
- data/lib/faker/default/subscription.rb +70 -0
- data/lib/faker/default/superhero.rb +72 -0
- data/lib/faker/default/tea.rb +41 -0
- data/lib/faker/default/team.rb +74 -0
- data/lib/faker/default/time.rb +177 -0
- data/lib/faker/default/twitter.rb +223 -0
- data/lib/faker/default/types.rb +182 -0
- data/lib/faker/default/university.rb +75 -0
- data/lib/faker/default/vehicle.rb +355 -0
- data/lib/faker/default/verb.rb +72 -0
- data/lib/faker/default/vulnerability_identifier.rb +23 -0
- data/lib/faker/default/world_cup.rb +86 -0
- 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 +136 -0
- data/lib/faker/games/dota.rb +93 -0
- data/lib/faker/games/elder_scrolls.rb +139 -0
- data/lib/faker/games/fallout.rb +62 -0
- data/lib/faker/games/game.rb +48 -0
- data/lib/faker/games/half_life.rb +48 -0
- data/lib/faker/games/heroes.rb +61 -0
- data/lib/faker/games/heroes_of_the_storm.rb +72 -0
- data/lib/faker/games/league_of_legends.rb +87 -0
- data/lib/faker/games/minecraft.rb +113 -0
- data/lib/faker/games/myst.rb +74 -0
- data/lib/faker/games/overwatch.rb +48 -0
- data/lib/faker/games/pokemon.rb +48 -0
- data/lib/faker/games/sonic_the_hedgehog.rb +48 -0
- data/lib/faker/games/street_fighter.rb +61 -0
- data/lib/faker/games/super_mario.rb +48 -0
- data/lib/faker/games/super_smash_bros.rb +35 -0
- data/lib/faker/games/touhou.rb +75 -0
- data/lib/faker/games/warhammer_fantasy.rb +74 -0
- data/lib/faker/games/witcher.rb +126 -0
- data/lib/faker/games/world_of_warcraft.rb +60 -0
- data/lib/faker/games/zelda.rb +62 -0
- data/lib/faker/japanese_media/conan.rb +48 -0
- data/lib/faker/japanese_media/doraemon.rb +48 -0
- data/lib/faker/japanese_media/dragon_ball.rb +48 -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 +87 -0
- data/lib/faker/japanese_media/studio_ghibli.rb +48 -0
- data/lib/faker/japanese_media/sword_art_online.rb +61 -0
- data/lib/faker/locations/australia.rb +47 -0
- data/lib/faker/movies/back_to_the_future.rb +49 -0
- data/lib/faker/movies/departed.rb +49 -0
- data/lib/faker/movies/ghostbusters.rb +49 -0
- data/lib/faker/movies/harry_potter.rb +87 -0
- data/lib/faker/movies/hitchhikers_guide_to_the_galaxy.rb +106 -0
- data/lib/faker/movies/hobbit.rb +62 -0
- data/lib/faker/movies/how_to_train_your_dragon.rb +48 -0
- data/lib/faker/movies/lebowski.rb +48 -0
- data/lib/faker/movies/lord_of_the_rings.rb +49 -0
- data/lib/faker/movies/movie.rb +33 -0
- data/lib/faker/movies/princess_bride.rb +36 -0
- data/lib/faker/movies/room.rb +63 -0
- data/lib/faker/movies/star_wars.rb +273 -0
- data/lib/faker/movies/tron.rb +161 -0
- data/lib/faker/movies/v_for_vendetta.rb +50 -0
- data/lib/faker/music/grateful_dead.rb +37 -0
- data/lib/faker/music/hiphop.rb +48 -0
- data/lib/faker/music/music.rb +145 -0
- data/lib/faker/music/opera.rb +298 -0
- data/lib/faker/music/pearl_jam.rb +50 -0
- data/lib/faker/music/phish.rb +48 -0
- data/lib/faker/music/prince.rb +64 -0
- data/lib/faker/music/rock_band.rb +34 -0
- data/lib/faker/music/rush.rb +37 -0
- data/lib/faker/music/show.rb +49 -0
- data/lib/faker/music/umphreys_mcgee.rb +22 -0
- data/lib/faker/quotes/chiquito.rb +80 -0
- data/lib/faker/quotes/quote.rb +111 -0
- data/lib/faker/quotes/rajnikanth.rb +27 -0
- data/lib/faker/quotes/shakespeare.rb +111 -0
- data/lib/faker/religion/bible.rb +50 -0
- data/lib/faker/sports/basketball.rb +61 -0
- data/lib/faker/sports/football.rb +74 -0
- data/lib/faker/sports/mountaineering.rb +22 -0
- data/lib/faker/sports/sport.rb +110 -0
- data/lib/faker/sports/volleyball.rb +74 -0
- data/lib/faker/tv_shows/aqua_teen_hunger_force.rb +37 -0
- data/lib/faker/tv_shows/big_bang_theory.rb +37 -0
- data/lib/faker/tv_shows/bojack_horseman.rb +51 -0
- data/lib/faker/tv_shows/breaking_bad.rb +37 -0
- data/lib/faker/tv_shows/brooklyn_nine_nine.rb +38 -0
- data/lib/faker/tv_shows/buffy.rb +89 -0
- data/lib/faker/tv_shows/community.rb +38 -0
- data/lib/faker/tv_shows/dr_who.rb +115 -0
- data/lib/faker/tv_shows/dumb_and_dumber.rb +51 -0
- data/lib/faker/tv_shows/family_guy.rb +51 -0
- data/lib/faker/tv_shows/final_space.rb +51 -0
- data/lib/faker/tv_shows/friends.rb +50 -0
- data/lib/faker/tv_shows/futurama.rb +65 -0
- data/lib/faker/tv_shows/game_of_thrones.rb +77 -0
- data/lib/faker/tv_shows/hey_arnold.rb +50 -0
- data/lib/faker/tv_shows/how_i_met_your_mother.rb +64 -0
- data/lib/faker/tv_shows/michael_scott.rb +23 -0
- data/lib/faker/tv_shows/new_girl.rb +38 -0
- data/lib/faker/tv_shows/parks_and_rec.rb +37 -0
- data/lib/faker/tv_shows/rick_and_morty.rb +51 -0
- data/lib/faker/tv_shows/ru_paul.rb +37 -0
- data/lib/faker/tv_shows/seinfeld.rb +51 -0
- data/lib/faker/tv_shows/silicon_valley.rb +118 -0
- data/lib/faker/tv_shows/simpsons.rb +65 -0
- data/lib/faker/tv_shows/south_park.rb +38 -0
- data/lib/faker/tv_shows/star_trek.rb +63 -0
- data/lib/faker/tv_shows/stargate.rb +51 -0
- data/lib/faker/tv_shows/stranger_things.rb +38 -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_expanse.rb +63 -0
- data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +64 -0
- data/lib/faker/tv_shows/the_it_crowd.rb +64 -0
- data/lib/faker/tv_shows/the_office.rb +37 -0
- data/lib/faker/tv_shows/the_thick_of_it.rb +51 -0
- data/lib/faker/tv_shows/twin_peaks.rb +51 -0
- data/lib/faker/tv_shows/venture_bros.rb +65 -0
- data/lib/faker/version.rb +4 -2
- data/lib/faker.rb +166 -66
- data/lib/helpers/base58.rb +22 -0
- data/lib/helpers/char.rb +37 -20
- data/lib/helpers/unique_generator.rb +34 -6
- data/lib/locales/README.md +40 -0
- data/lib/locales/ar.yml +106 -0
- data/lib/locales/bg.yml +5 -2
- data/lib/locales/ca-CAT.yml +1 -1
- data/lib/locales/ca.yml +2 -4
- data/lib/locales/da-DK.yml +10 -6
- data/lib/locales/de-AT.yml +14 -5
- data/lib/locales/de-CH.yml +1696 -1
- data/lib/locales/de.yml +27 -13
- data/lib/locales/ee.yml +61 -0
- data/lib/locales/en/address.yml +553 -4
- data/lib/locales/en/adjective.yml +179 -0
- data/lib/locales/en/ancient.yml +7 -0
- data/lib/locales/en/animal.yml +6 -0
- data/lib/locales/en/app.yml +8 -0
- data/lib/locales/en/appliance.yml +5 -0
- data/lib/locales/en/aqua_teen_hunger_force.yml +36 -0
- data/lib/locales/en/artist.yml +4 -0
- data/lib/locales/en/australia.yml +107 -0
- data/lib/locales/en/back_to_the_future.yml +120 -0
- data/lib/locales/en/bank.yml +302 -0
- data/lib/locales/en/barcode.yml +24 -0
- data/lib/locales/en/basketball.yml +99 -0
- data/lib/locales/en/beer.yml +9 -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/bojack_horseman.yml +6 -0
- data/lib/locales/en/book.yml +491 -0
- data/lib/locales/en/bossa_nova.yml +6 -0
- data/lib/locales/en/breaking_bad.yml +28 -0
- data/lib/locales/en/brooklyn_nine_nine.yml +35 -0
- data/lib/locales/en/buffy.yml +260 -0
- data/lib/locales/en/business.yml +5 -0
- data/lib/locales/en/camera.yml +611 -0
- data/lib/locales/en/cannabis.yml +13 -0
- data/lib/locales/en/cat.yml +7 -0
- data/lib/locales/en/chiquito.yml +64 -0
- data/lib/locales/en/chuck_norris.yml +82 -0
- data/lib/locales/en/clash_of_clan.yml +101 -0
- data/lib/locales/en/code.yml +4 -0
- data/lib/locales/en/coffee.yml +31 -0
- data/lib/locales/en/coin.yml +6 -0
- data/lib/locales/en/color.yml +4 -0
- data/lib/locales/en/commerce.yml +28 -0
- data/lib/locales/en/community.yml +33 -0
- data/lib/locales/en/company.yml +22 -0
- data/lib/locales/en/compass.yml +34 -0
- data/lib/locales/en/computer.yml +55 -0
- data/lib/locales/en/conan.yml +171 -0
- data/lib/locales/en/construction.yml +425 -0
- data/lib/locales/en/control.yml +247 -0
- data/lib/locales/en/cosmere.yml +57 -0
- data/lib/locales/en/crypto_coin.yml +25 -0
- data/lib/locales/en/culture_series.yml +307 -0
- data/lib/locales/en/currency.yml +6 -0
- data/lib/locales/en/dc_comics.yml +52 -0
- data/lib/locales/en/demographic.yml +221 -0
- data/lib/locales/en/departed.yml +50 -0
- data/lib/locales/en/dessert.yml +6 -0
- data/lib/locales/en/device.yml +115 -0
- data/lib/locales/en/dnd.yml +451 -0
- data/lib/locales/en/dog.yml +11 -0
- data/lib/locales/en/doraemon.yml +286 -0
- data/lib/locales/en/dota.yml +693 -0
- data/lib/locales/en/dr_who.yml +31 -9
- data/lib/locales/en/dragon_ball.yml +246 -0
- data/lib/locales/en/driving_license.yml +181 -0
- data/lib/locales/en/drone.yml +95 -0
- data/lib/locales/en/dumb_and_dumber.yml +59 -0
- data/lib/locales/en/dune.yml +298 -0
- data/lib/locales/en/educator.yml +80 -0
- data/lib/locales/en/elder_scrolls.yml +585 -0
- data/lib/locales/en/electrical_components.yml +6 -0
- data/lib/locales/en/emotion.yml +480 -0
- data/lib/locales/en/esport.yml +8 -0
- data/lib/locales/en/fallout.yml +315 -0
- data/lib/locales/en/file.yml +13 -0
- data/lib/locales/en/final_space.yml +37 -0
- data/lib/locales/en/finance.yml +189 -0
- data/lib/locales/en/fma_brotherhood.yml +78 -0
- data/lib/locales/en/food.yml +1057 -0
- data/lib/locales/en/football.yml +8 -0
- data/lib/locales/en/fresh_prince_of_bel_air.yml +73 -0
- data/lib/locales/en/friends.yml +6 -0
- data/lib/locales/en/funny_name.yml +4 -0
- data/lib/locales/en/futurama.yml +344 -0
- data/lib/locales/en/game.yml +294 -0
- data/lib/locales/en/game_of_thrones.yml +8 -0
- data/lib/locales/en/gender.yml +6 -0
- data/lib/locales/en/ghostbusters.yml +91 -0
- data/lib/locales/en/grateful_dead.yml +48 -0
- data/lib/locales/en/greek_philosophers.yml +26 -0
- data/lib/locales/en/hacker.yml +8 -0
- data/lib/locales/en/half_life.yml +88 -0
- data/lib/locales/en/harry_potter.yml +9 -0
- data/lib/locales/en/heroes.yml +411 -0
- data/lib/locales/en/heroes_of_the_storm.yml +134 -0
- data/lib/locales/en/hey_arnold.yml +24 -0
- data/lib/locales/en/hipster.yml +4 -0
- data/lib/locales/en/hitchhikers_guide_to_the_galaxy.yml +45 -0
- data/lib/locales/en/hobby.yml +171 -0
- data/lib/locales/en/horse.yml +6 -0
- data/lib/locales/en/house.yml +5 -0
- data/lib/locales/en/how_i_met_your_mother.yml +28 -0
- data/lib/locales/en/how_to_train_your_dragon.yml +174 -0
- data/lib/locales/en/id_number.yml +5 -0
- data/lib/locales/en/industry_segments.yml +7 -0
- data/lib/locales/en/internet.yml +137 -3
- data/lib/locales/en/invoice.yml +6 -0
- data/lib/locales/en/jack_handey.yml +54 -0
- data/lib/locales/en/job.yml +15 -0
- data/lib/locales/en/kamen_rider.yml +452 -0
- data/lib/locales/en/kpop.yml +83 -0
- data/lib/locales/en/league_of_legends.yml +289 -0
- data/lib/locales/en/lebowski.yml +43 -0
- data/lib/locales/en/lorem.yml +11 -0
- data/lib/locales/en/lovecraft.yml +76 -6
- data/lib/locales/en/markdown.yml +5 -0
- data/lib/locales/en/marketing.yml +4 -0
- data/lib/locales/en/measurement.yml +11 -0
- data/lib/locales/en/michael_scott.yml +45 -0
- data/lib/locales/en/military.yml +182 -0
- data/lib/locales/en/minecraft.yml +663 -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 +464 -0
- data/lib/locales/en/myst.yml +104 -0
- data/lib/locales/en/name.yml +26 -0
- data/lib/locales/en/naruto.yml +230 -0
- data/lib/locales/en/nation.yml +11 -0
- data/lib/locales/en/nato_phonetic_alphabet.yml +4 -0
- data/lib/locales/en/new_girl.yml +40 -0
- data/lib/locales/en/one_piece.yml +9 -0
- data/lib/locales/en/opera.yml +340 -0
- data/lib/locales/en/overwatch.yml +2654 -0
- data/lib/locales/en/parks_and_rec.yml +7 -0
- data/lib/locales/en/pearl_jam.yml +213 -0
- data/lib/locales/en/phish.yml +395 -0
- data/lib/locales/en/phone_number.yml +7 -0
- data/lib/locales/en/pokemon.yml +421 -0
- data/lib/locales/en/prince.yml +227 -0
- data/lib/locales/en/princess_bride.yml +5 -0
- data/lib/locales/en/programming_language.yml +6 -0
- data/lib/locales/en/quote.yml +695 -0
- data/lib/locales/en/rajnikanth.yml +77 -0
- data/lib/locales/en/relationship.yml +10 -0
- data/lib/locales/en/restaurant.yml +129 -0
- data/lib/locales/en/rock_band.yml +5 -0
- data/lib/locales/en/room.yml +68 -0
- data/lib/locales/en/rupaul.yml +125 -0
- data/lib/locales/en/rush.yml +32 -0
- data/lib/locales/en/science.yml +484 -0
- data/lib/locales/en/seinfeld.yml +6 -0
- data/lib/locales/en/shakespeare.yml +53 -0
- data/lib/locales/en/show.yml +597 -0
- data/lib/locales/en/silicon_valley.yml +53 -0
- data/lib/locales/en/simpsons.yml +694 -0
- data/lib/locales/en/slack_emoji.yml +20 -0
- data/lib/locales/en/sonic_the_hedgehog.yml +410 -0
- data/lib/locales/en/source.yml +46 -0
- data/lib/locales/en/south_park.yml +5 -0
- data/lib/locales/en/space.yml +17 -0
- data/lib/locales/en/sport.yml +121 -0
- data/lib/locales/en/star_trek.yml +7 -0
- data/lib/locales/en/star_wars.yml +606 -0
- data/lib/locales/en/stargate.yml +21 -0
- data/lib/locales/en/stranger_thing.yml +36 -0
- data/lib/locales/en/street_fighter.yml +1524 -0
- data/lib/locales/en/stripe.yml +42 -0
- data/lib/locales/en/studio_ghibli.yml +107 -0
- data/lib/locales/en/subscription.yml +8 -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 +223 -0
- data/lib/locales/en/superhero.yml +12 -0
- data/lib/locales/en/supernatural.yml +141 -0
- data/lib/locales/en/sword_art_online.yml +334 -0
- data/lib/locales/en/tea.yml +172 -0
- data/lib/locales/en/team.yml +8 -0
- data/lib/locales/en/the_expanse.yml +7 -0
- data/lib/locales/en/the_it_crowd.yml +155 -0
- data/lib/locales/en/the_kingkiller_chronicle.yml +56 -0
- data/lib/locales/en/the_office.yml +86 -0
- data/lib/locales/en/the_thick_of_it.yml +6 -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/twin_peaks.yml +6 -0
- data/lib/locales/en/umphreys_mcgee.yml +4 -0
- data/lib/locales/en/university.yml +10 -0
- data/lib/locales/en/v_for_vendetta.yml +163 -0
- data/lib/locales/en/vehicle.yml +2814 -0
- data/lib/locales/en/venture_bros.yml +7 -0
- data/lib/locales/en/verbs.yml +8 -0
- data/lib/locales/en/volleyball.yml +501 -0
- data/lib/locales/en/warhammer_fantasy.yml +582 -0
- data/lib/locales/en/witcher.yml +430 -0
- data/lib/locales/en/world_cup.yml +271 -0
- data/lib/locales/en/world_of_warcraft.yml +126 -0
- data/lib/locales/en/yoda.yml +4 -0
- data/lib/locales/en/zelda.yml +966 -0
- data/lib/locales/en-AU.yml +50 -8
- data/lib/locales/en-CA.yml +27 -2
- data/lib/locales/en-GB.yml +2 -1
- data/lib/locales/en-IND.yml +5 -2
- data/lib/locales/en-MS.yml +10 -1
- data/lib/locales/en-NEP.yml +6 -3
- data/lib/locales/en-NG.yml +2 -0
- data/lib/locales/en-NZ.yml +140 -17
- data/lib/locales/en-PAK.yml +4 -2
- data/lib/locales/en-SG.yml +6 -1
- data/lib/locales/en-TH.yml +360 -0
- data/lib/locales/en-US.yml +38 -10
- data/lib/locales/en-ZA.yml +114 -17
- data/lib/locales/en-au-ocker.yml +2 -1
- data/lib/locales/en.yml +0 -746
- data/lib/locales/es-AR.yml +4600 -0
- data/lib/locales/es-MX.yml +17 -1
- data/lib/locales/es.yml +75 -1
- data/lib/locales/fa.yml +6 -0
- data/lib/locales/fi-FI.yml +12 -6
- data/lib/locales/fr/address.yml +21 -0
- data/lib/locales/fr/adjective.yml +266 -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 +107 -0
- data/lib/locales/fr-CH.yml +78 -0
- data/lib/locales/fr.yml +1 -65
- data/lib/locales/he.yml +2 -0
- data/lib/locales/hy.yml +411 -0
- data/lib/locales/id.yml +7 -2
- data/lib/locales/it.yml +15 -3
- 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 +98 -3
- data/lib/locales/lt.yml +35 -0
- data/lib/locales/lv.yml +55 -0
- data/lib/locales/mi-NZ.yml +281 -0
- data/lib/locales/nb-NO.yml +15 -6
- data/lib/locales/nl.yml +13 -4
- data/lib/locales/no.yml +7 -0
- data/lib/locales/pl.yml +13 -2
- data/lib/locales/pt-BR.yml +657 -17
- data/lib/locales/pt.yml +16 -6
- data/lib/locales/ru.yml +54 -5
- data/lib/locales/sk.yml +21 -13
- data/lib/locales/sv.yml +15 -7
- data/lib/locales/th.yml +380 -0
- data/lib/locales/tr.yml +14 -0
- data/lib/locales/uk.yml +17 -4
- data/lib/locales/vi.yml +7 -2
- data/lib/locales/zh-CN.yml +10 -4
- data/lib/locales/zh-TW.yml +3 -1
- metadata +620 -98
- data/lib/extensions/array.rb +0 -22
- data/lib/extensions/symbol.rb +0 -9
- data/lib/faker/address.rb +0 -67
- data/lib/faker/ancient.rb +0 -21
- data/lib/faker/app.rb +0 -18
- data/lib/faker/artist.rb +0 -9
- data/lib/faker/avatar.rb +0 -15
- data/lib/faker/bank.rb +0 -31
- data/lib/faker/beer.rb +0 -40
- data/lib/faker/bitcoin.rb +0 -48
- data/lib/faker/book.rb +0 -23
- data/lib/faker/boolean.rb +0 -9
- data/lib/faker/business.rb +0 -22
- data/lib/faker/cat.rb +0 -19
- data/lib/faker/chuck_norris.rb +0 -11
- data/lib/faker/code.rb +0 -147
- data/lib/faker/coffee.rb +0 -29
- data/lib/faker/color.rb +0 -30
- data/lib/faker/commerce.rb +0 -64
- data/lib/faker/company.rb +0 -141
- data/lib/faker/compass.rb +0 -65
- data/lib/faker/crypto.rb +0 -19
- data/lib/faker/date.rb +0 -78
- data/lib/faker/demographic.rb +0 -35
- data/lib/faker/dessert.rb +0 -19
- data/lib/faker/dr_who.rb +0 -34
- data/lib/faker/dragon_ball.rb +0 -9
- data/lib/faker/educator.rb +0 -23
- data/lib/faker/esport.rb +0 -25
- data/lib/faker/family_guy.rb +0 -17
- data/lib/faker/file.rb +0 -24
- data/lib/faker/fillmurray.rb +0 -14
- data/lib/faker/finance.rb +0 -28
- data/lib/faker/food.rb +0 -21
- data/lib/faker/friends.rb +0 -17
- data/lib/faker/funny_name.rb +0 -43
- data/lib/faker/game_of_thrones.rb +0 -25
- data/lib/faker/hacker.rb +0 -45
- data/lib/faker/harry_potter.rb +0 -21
- data/lib/faker/hey_arnold.rb +0 -17
- data/lib/faker/hipster.rb +0 -59
- data/lib/faker/hitchhikers_guide_to_the_galaxy.rb +0 -33
- data/lib/faker/hobbit.rb +0 -21
- data/lib/faker/how_i_met_your_mother.rb +0 -21
- data/lib/faker/id_number.rb +0 -36
- data/lib/faker/internet.rb +0 -178
- data/lib/faker/job.rb +0 -16
- data/lib/faker/league_of_legends.rb +0 -29
- data/lib/faker/lord_of_the_rings.rb +0 -13
- data/lib/faker/lorem.rb +0 -68
- data/lib/faker/lorem_pixel.rb +0 -21
- data/lib/faker/lovecraft.rb +0 -73
- data/lib/faker/markdown.rb +0 -66
- data/lib/faker/matz.rb +0 -9
- data/lib/faker/movie.rb +0 -9
- data/lib/faker/music.rb +0 -33
- data/lib/faker/name.rb +0 -42
- data/lib/faker/number.rb +0 -86
- data/lib/faker/omniauth.rb +0 -340
- data/lib/faker/overwatch.rb +0 -17
- data/lib/faker/phone_number.rb +0 -44
- data/lib/faker/placeholdit.rb +0 -20
- data/lib/faker/pokemon.rb +0 -17
- data/lib/faker/rick_and_morty.rb +0 -17
- data/lib/faker/robin.rb +0 -9
- data/lib/faker/rock_band.rb +0 -9
- data/lib/faker/rupaul.rb +0 -11
- data/lib/faker/shakespeare.rb +0 -83
- data/lib/faker/simpsons.rb +0 -22
- data/lib/faker/slack_emoji.rb +0 -43
- data/lib/faker/space.rb +0 -58
- data/lib/faker/star_trek.rb +0 -21
- data/lib/faker/star_wars.rb +0 -80
- data/lib/faker/superhero.rb +0 -25
- data/lib/faker/team.rb +0 -24
- data/lib/faker/time.rb +0 -51
- data/lib/faker/twin_peaks.rb +0 -17
- data/lib/faker/twitter.rb +0 -172
- data/lib/faker/university.rb +0 -20
- data/lib/faker/vehicle.rb +0 -37
- data/lib/faker/yoda.rb +0 -10
- data/lib/faker/zelda.rb +0 -18
- data/lib/locales/ja.yml +0 -46
data/lib/faker/shakespeare.rb
DELETED
@@ -1,83 +0,0 @@
|
|
1
|
-
module Faker
|
2
|
-
class Shakespeare < Base
|
3
|
-
class << self
|
4
|
-
|
5
|
-
def hamlet_quote
|
6
|
-
sample(hamlet)
|
7
|
-
end
|
8
|
-
|
9
|
-
def as_you_like_it_quote
|
10
|
-
sample(as_you_like_it)
|
11
|
-
end
|
12
|
-
|
13
|
-
def king_richard_iii_quote
|
14
|
-
sample(king_richard_iii)
|
15
|
-
end
|
16
|
-
|
17
|
-
def romeo_and_juliet_quote
|
18
|
-
sample(romeo_and_juliet)
|
19
|
-
end
|
20
|
-
|
21
|
-
def hamlet
|
22
|
-
["To be, or not to be: that is the question.",
|
23
|
-
"Neither a borrower nor a lender be; For loan oft loses both itself and friend, and borrowing dulls the edge of husbandry.",
|
24
|
-
"This above all: to thine own self be true.",
|
25
|
-
"Though this be madness, yet there is method in 't.",
|
26
|
-
"That it should come to this!.",
|
27
|
-
"There is nothing either good or bad, but thinking makes it so.",
|
28
|
-
"What a piece of work is man! how noble in reason! how infinite in faculty! in form and moving how express and admirable! in action how like an angel! in apprehension how like a god! the beauty of the world, the paragon of animals! .",
|
29
|
-
"The lady doth protest too much, methinks.",
|
30
|
-
"In my mind's eye.",
|
31
|
-
"A little more than kin, and less than kind.",
|
32
|
-
"The play 's the thing wherein I'll catch the conscience of the king.",
|
33
|
-
"And it must follow, as the night the day, thou canst not then be false to any man.",
|
34
|
-
"Brevity is the soul of wit.",
|
35
|
-
"Doubt that the sun doth move, doubt truth to be a liar, but never doubt I love.",
|
36
|
-
"Rich gifts wax poor when givers prove unkind.",
|
37
|
-
"Do you think I am easier to be played on than a pipe?",
|
38
|
-
"I will speak daggers to her, but use none.",
|
39
|
-
"When sorrows come, they come not single spies, but in battalions."]
|
40
|
-
end
|
41
|
-
|
42
|
-
|
43
|
-
def as_you_like_it
|
44
|
-
["All the world 's a stage, and all the men and women merely players. They have their exits and their entrances; And one man in his time plays many parts.",
|
45
|
-
"Can one desire too much of a good thing?.",
|
46
|
-
"I like this place and willingly could waste my time in it.",
|
47
|
-
"How bitter a thing it is to look into happiness through another man's eyes!",
|
48
|
-
"Blow, blow, thou winter wind! Thou art not so unkind as man's ingratitude.",
|
49
|
-
"True is it that we have seen better days.",
|
50
|
-
"For ever and a day.",
|
51
|
-
"The fool doth think he is wise, but the wise man knows himself to be a fool."]
|
52
|
-
end
|
53
|
-
|
54
|
-
|
55
|
-
def king_richard_iii
|
56
|
-
["Now is the winter of our discontent.",
|
57
|
-
"A horse! a horse! my kingdom for a horse!.",
|
58
|
-
"Conscience is but a word that cowards use, devised at first to keep the strong in awe.",
|
59
|
-
"So wise so young, they say, do never live long.",
|
60
|
-
"Off with his head!",
|
61
|
-
"An honest tale speeds best, being plainly told.",
|
62
|
-
"The king's name is a tower of strength.",
|
63
|
-
"The world is grown so bad, that wrens make prey where eagles dare not perch."]
|
64
|
-
end
|
65
|
-
|
66
|
-
def romeo_and_juliet
|
67
|
-
["O Romeo, Romeo! wherefore art thou Romeo?.",
|
68
|
-
"It is the east, and Juliet is the sun.",
|
69
|
-
"Good Night, Good night! Parting is such sweet sorrow, that I shall say good night till it be morrow.",
|
70
|
-
"What's in a name? That which we call a rose by any other name would smell as sweet.",
|
71
|
-
"Wisely and slow; they stumble that run fast.",
|
72
|
-
"Tempt not a desperate man.",
|
73
|
-
"For you and I are past our dancing days.",
|
74
|
-
"O! she doth teach the torches to burn bright.",
|
75
|
-
"It seems she hangs upon the cheek of night like a rich jewel in an Ethiope's ear.",
|
76
|
-
"See, how she leans her cheek upon her hand! O that I were a glove upon that hand, that I might touch that cheek!.",
|
77
|
-
"Not stepping o'er the bounds of modesty."]
|
78
|
-
end
|
79
|
-
|
80
|
-
end
|
81
|
-
end
|
82
|
-
end
|
83
|
-
|
data/lib/faker/simpsons.rb
DELETED
@@ -1,22 +0,0 @@
|
|
1
|
-
#encoding: utf-8
|
2
|
-
#frozen_string_literal: true
|
3
|
-
|
4
|
-
module Faker
|
5
|
-
|
6
|
-
class Simpsons < Base
|
7
|
-
|
8
|
-
def self.character
|
9
|
-
fetch('simpsons.characters')
|
10
|
-
end
|
11
|
-
|
12
|
-
def self.location
|
13
|
-
fetch('simpsons.locations')
|
14
|
-
end
|
15
|
-
|
16
|
-
def self.quote
|
17
|
-
fetch('simpsons.quotes')
|
18
|
-
end
|
19
|
-
|
20
|
-
end #class Simpsons
|
21
|
-
|
22
|
-
end #module Faker
|
data/lib/faker/slack_emoji.rb
DELETED
@@ -1,43 +0,0 @@
|
|
1
|
-
module Faker
|
2
|
-
class SlackEmoji < Base
|
3
|
-
class << self
|
4
|
-
|
5
|
-
def people
|
6
|
-
fetch('slack_emoji.people')
|
7
|
-
end
|
8
|
-
|
9
|
-
def nature
|
10
|
-
fetch('slack_emoji.nature')
|
11
|
-
end
|
12
|
-
|
13
|
-
def food_and_drink
|
14
|
-
fetch('slack_emoji.food_and_drink')
|
15
|
-
end
|
16
|
-
|
17
|
-
def celebration
|
18
|
-
fetch('slack_emoji.celebration')
|
19
|
-
end
|
20
|
-
|
21
|
-
def activity
|
22
|
-
fetch('slack_emoji.activity')
|
23
|
-
end
|
24
|
-
|
25
|
-
def travel_and_places
|
26
|
-
fetch('slack_emoji.travel_and_places')
|
27
|
-
end
|
28
|
-
|
29
|
-
def objects_and_symbols
|
30
|
-
fetch('slack_emoji.objects_and_symbols')
|
31
|
-
end
|
32
|
-
|
33
|
-
def custom
|
34
|
-
fetch('slack_emoji.custom')
|
35
|
-
end
|
36
|
-
|
37
|
-
def emoji
|
38
|
-
parse('slack_emoji.emoji')
|
39
|
-
end
|
40
|
-
|
41
|
-
end
|
42
|
-
end
|
43
|
-
end
|
data/lib/faker/space.rb
DELETED
@@ -1,58 +0,0 @@
|
|
1
|
-
module Faker
|
2
|
-
class Space < Base
|
3
|
-
flexible :space
|
4
|
-
class << self
|
5
|
-
def planet
|
6
|
-
fetch('space.planet')
|
7
|
-
end
|
8
|
-
|
9
|
-
def moon
|
10
|
-
fetch('space.moon')
|
11
|
-
end
|
12
|
-
|
13
|
-
def galaxy
|
14
|
-
fetch('space.galaxy')
|
15
|
-
end
|
16
|
-
|
17
|
-
def nebula
|
18
|
-
fetch('space.nebula')
|
19
|
-
end
|
20
|
-
|
21
|
-
def star_cluster
|
22
|
-
fetch('space.star_cluster')
|
23
|
-
end
|
24
|
-
|
25
|
-
def constellation
|
26
|
-
fetch('space.constellation')
|
27
|
-
end
|
28
|
-
|
29
|
-
def star
|
30
|
-
fetch('space.star')
|
31
|
-
end
|
32
|
-
|
33
|
-
def agency
|
34
|
-
fetch('space.agency')
|
35
|
-
end
|
36
|
-
|
37
|
-
def agency_abv
|
38
|
-
fetch('space.agency_abv')
|
39
|
-
end
|
40
|
-
|
41
|
-
def nasa_space_craft
|
42
|
-
fetch('space.nasa_space_craft')
|
43
|
-
end
|
44
|
-
|
45
|
-
def company
|
46
|
-
fetch('space.company')
|
47
|
-
end
|
48
|
-
|
49
|
-
def distance_measurement
|
50
|
-
rand(10..100).to_s + ' ' + fetch('space.distance_measurement')
|
51
|
-
end
|
52
|
-
|
53
|
-
def meteorite
|
54
|
-
fetch('space.meteorite')
|
55
|
-
end
|
56
|
-
end
|
57
|
-
end
|
58
|
-
end
|
data/lib/faker/star_trek.rb
DELETED
@@ -1,21 +0,0 @@
|
|
1
|
-
module Faker
|
2
|
-
class StarTrek < Base
|
3
|
-
class << self
|
4
|
-
def character
|
5
|
-
fetch('star_trek.character')
|
6
|
-
end
|
7
|
-
|
8
|
-
def location
|
9
|
-
fetch('star_trek.location')
|
10
|
-
end
|
11
|
-
|
12
|
-
def specie
|
13
|
-
fetch('star_trek.specie')
|
14
|
-
end
|
15
|
-
|
16
|
-
def villain
|
17
|
-
fetch('star_trek.villain')
|
18
|
-
end
|
19
|
-
end
|
20
|
-
end
|
21
|
-
end
|
data/lib/faker/star_wars.rb
DELETED
@@ -1,80 +0,0 @@
|
|
1
|
-
module Faker
|
2
|
-
class StarWars < Base
|
3
|
-
class << self
|
4
|
-
def character
|
5
|
-
sample(characters)
|
6
|
-
end
|
7
|
-
|
8
|
-
def droid
|
9
|
-
sample(droids)
|
10
|
-
end
|
11
|
-
|
12
|
-
def planet
|
13
|
-
sample(planets)
|
14
|
-
end
|
15
|
-
|
16
|
-
def quote
|
17
|
-
sample(quotes)
|
18
|
-
end
|
19
|
-
|
20
|
-
def specie
|
21
|
-
sample(species)
|
22
|
-
end
|
23
|
-
|
24
|
-
def vehicle
|
25
|
-
sample(vehicles)
|
26
|
-
end
|
27
|
-
|
28
|
-
def wookie_sentence
|
29
|
-
sentence = sample(wookie_words).capitalize
|
30
|
-
|
31
|
-
rand(0..10).times { sentence += " " + sample(wookie_words)}
|
32
|
-
|
33
|
-
sentence + sample(['.','?','!'])
|
34
|
-
end
|
35
|
-
|
36
|
-
def characters
|
37
|
-
['Padme Amidala', 'Jar Jar Binks', 'Borvo the Hutt', 'Darth Caedus', 'Boba Fett', 'Jabba the Hutt', 'Obi-Wan Kenobi', 'Darth Maul', 'Leia Organa', 'Sheev Palpatine',
|
38
|
-
'Kylo Ren', 'Darth Sidious', 'Anakin Skywalker', 'Luke Skywalker', 'Ben Solo', 'Han Solo', 'Darth Vader', 'Watto', 'Mace Windu', 'Yoda', 'Count Dooku', 'Sebulba',
|
39
|
-
'Qui-Gon Jinn', 'Chewbacca', 'Jango Fett', 'Lando Calrissian', 'Bail Organa', 'Wedge Antilles', 'Poe Dameron', 'Ki-Adi-Mundi', 'Nute Gunray', 'Panaka', 'Rune Haako']
|
40
|
-
end
|
41
|
-
|
42
|
-
def droids
|
43
|
-
['2-1B', '4-LOM', 'ASP', 'B2-RP', 'B1', 'BD-3000', 'FA-4', 'GH-7', 'GNK', 'LM-432', 'ID9', '11-4D', '2-1B', '327-T', '4-LOM', 'B4-D4',
|
44
|
-
'NR-N99', 'C-3PO', 'R2-D2', 'BB-8', 'R2-Q5']
|
45
|
-
end
|
46
|
-
|
47
|
-
def planets
|
48
|
-
['Alderaan', 'Bespin', 'Coruscant', 'DQar', 'Dagobah', 'Endor', 'Geonosis', 'Hoth',
|
49
|
-
'Hosnian Prime', 'Jakku', 'Kamino', 'Kashyyyk', 'Lothal', 'Mustafar', 'Naboo',
|
50
|
-
'Sullust', 'Takodana', 'Tatooine', 'Utapau', 'Yavin']
|
51
|
-
end
|
52
|
-
|
53
|
-
def quotes
|
54
|
-
["Never tell me the odds!", "Well, you said you wanted to be around when I made a mistake.", "You will never find a more wretched hive of scum and villainy. We must be cautious.", "Wars not make one great.",
|
55
|
-
"You do have your moments. Not many, but you have them.", "Now, witness the power of this fully operational battle station.", "No reward is worth this.", "Shut him up or shut him down.",
|
56
|
-
"I have a bad feeling about this.", "Who\'s the more foolish; the fool, or the fool who follows him?", "Would somebody get this big walking carpet out of my way?", "I find your lack of faith disturbing.",
|
57
|
-
"If they follow standard Imperial procedure, they\'ll dump their garbage before they go to light-speed.", "Only at the end do you realize the power of the Dark Side.", "Bounty hunters! We don\'t need this scum.",
|
58
|
-
"It\'s not impossible. I used to bullseye womp rats in my T-16 back home, they\'re not much bigger than two meters.", "Strike me down, and I will become more powerful than you could possibly imagine.",
|
59
|
-
"You know, that little droid is going to cause me a lot of trouble.", "If you\'re saying that coming here was a bad idea, I\'m starting to agree with you.", "You\'ll find I\'m full of surprises!",
|
60
|
-
"Aren\'t you a little short for a Stormtrooper?", "You are unwise to lower your defenses!", "R2-D2, you know better than to trust a strange computer!", "Truly wonderful, the mind of a child is.",
|
61
|
-
"That is why you fail.", "A Jedi uses the Force for knowledge and defense, never for attack.", "Adventure. Excitement. A Jedi craves not these things.", "Judge me by my size, do you?",
|
62
|
-
"Fear is the path to the dark side... fear leads to anger... anger leads to hate... hate leads to suffering.", "Do. Or do not. There is no try."]
|
63
|
-
end
|
64
|
-
|
65
|
-
def species
|
66
|
-
['Ewok', 'Hutt', 'Gungan', 'Ithorian', 'Jawa', 'Neimoidian', 'Sullustan', 'Wookiee', 'Mon Calamari']
|
67
|
-
end
|
68
|
-
|
69
|
-
def vehicles
|
70
|
-
['V-Wing Fighter', 'ATT Battle Tank', 'Naboo N-1 Starfighter', 'Vulture Droid', 'Republic Cruiser', 'Naboo Royal Starship', 'Gungan Bongo Submarine', 'Flash Speeder', 'Trade Federation Battleship', 'Millennium Falcon',
|
71
|
-
'Sith Infiltrator', 'AT-ST Walker', 'TIE Bomber', 'Imperial Shuttle', 'Sandcrawler', 'TIE Interceptor', 'Speeder Bike', 'Death Star', 'AT-AT Walker', 'Imperial Star Destroyer', 'X-Wing Fighter']
|
72
|
-
end
|
73
|
-
|
74
|
-
def wookie_words
|
75
|
-
['wyaaaaaa', 'ruh', 'huewaa', 'muaa', 'mumwa', 'wua', 'ga', 'ma', 'ahuma', 'ooma', 'youw', 'kabukk', 'wyogg',
|
76
|
-
'gwyaaaag', 'roooarrgh', 'ur', 'ru', 'roo', 'hnn-rowr', 'yrroonn', 'nng', 'rarr']
|
77
|
-
end
|
78
|
-
end
|
79
|
-
end
|
80
|
-
end
|
data/lib/faker/superhero.rb
DELETED
@@ -1,25 +0,0 @@
|
|
1
|
-
module Faker
|
2
|
-
class Superhero < Base
|
3
|
-
class << self
|
4
|
-
def power
|
5
|
-
fetch('superhero.power')
|
6
|
-
end
|
7
|
-
|
8
|
-
def prefix
|
9
|
-
fetch('superhero.prefix')
|
10
|
-
end
|
11
|
-
|
12
|
-
def suffix
|
13
|
-
fetch('superhero.suffix')
|
14
|
-
end
|
15
|
-
|
16
|
-
def descriptor
|
17
|
-
fetch('superhero.descriptor')
|
18
|
-
end
|
19
|
-
|
20
|
-
def name
|
21
|
-
parse('superhero.name')
|
22
|
-
end
|
23
|
-
end
|
24
|
-
end
|
25
|
-
end
|
data/lib/faker/team.rb
DELETED
@@ -1,24 +0,0 @@
|
|
1
|
-
module Faker
|
2
|
-
class Team < Base
|
3
|
-
flexible :team
|
4
|
-
|
5
|
-
class << self
|
6
|
-
def name
|
7
|
-
parse('team.name')
|
8
|
-
end
|
9
|
-
|
10
|
-
def creature
|
11
|
-
fetch('team.creature')
|
12
|
-
end
|
13
|
-
|
14
|
-
def state
|
15
|
-
fetch('address.state')
|
16
|
-
end
|
17
|
-
|
18
|
-
def mascot
|
19
|
-
fetch('team.mascot')
|
20
|
-
end
|
21
|
-
end
|
22
|
-
|
23
|
-
end
|
24
|
-
end
|
data/lib/faker/time.rb
DELETED
@@ -1,51 +0,0 @@
|
|
1
|
-
module Faker
|
2
|
-
class Time < Faker::Date
|
3
|
-
TIME_RANGES = {
|
4
|
-
:all => (0..23),
|
5
|
-
:day => (9..17),
|
6
|
-
:night => (18..23),
|
7
|
-
:morning => (6..11),
|
8
|
-
:afternoon => (12..17),
|
9
|
-
:evening => (17..21),
|
10
|
-
:midnight => (0..4)
|
11
|
-
}
|
12
|
-
|
13
|
-
class << self
|
14
|
-
def between(from, to, period = :all, format = nil)
|
15
|
-
time = period == :between ? rand(from..to) : date_with_random_time(super(from, to), period)
|
16
|
-
time_with_format(time, format)
|
17
|
-
end
|
18
|
-
|
19
|
-
def forward(days = 365, period = :all, format = nil)
|
20
|
-
time_with_format(date_with_random_time(super(days), period), format)
|
21
|
-
end
|
22
|
-
|
23
|
-
def backward(days = 365, period = :all, format = nil)
|
24
|
-
time_with_format(date_with_random_time(super(days), period), format)
|
25
|
-
end
|
26
|
-
|
27
|
-
private
|
28
|
-
|
29
|
-
def date_with_random_time(date, period)
|
30
|
-
::Time.local(date.year, date.month, date.day, hours(period), minutes, seconds)
|
31
|
-
end
|
32
|
-
|
33
|
-
def time_with_format(time, format)
|
34
|
-
format.nil? ? time : I18n.l( DateTime.parse(time.to_s), :format => format )
|
35
|
-
end
|
36
|
-
|
37
|
-
def hours(period)
|
38
|
-
raise ArgumentError, 'invalid period' unless TIME_RANGES.has_key? period
|
39
|
-
sample(TIME_RANGES[period].to_a)
|
40
|
-
end
|
41
|
-
|
42
|
-
def minutes
|
43
|
-
seconds
|
44
|
-
end
|
45
|
-
|
46
|
-
def seconds
|
47
|
-
sample((0..59).to_a)
|
48
|
-
end
|
49
|
-
end
|
50
|
-
end
|
51
|
-
end
|
data/lib/faker/twin_peaks.rb
DELETED
data/lib/faker/twitter.rb
DELETED
@@ -1,172 +0,0 @@
|
|
1
|
-
module Faker
|
2
|
-
class Twitter < Base
|
3
|
-
class << self
|
4
|
-
def user(include_status: true, include_email: false)
|
5
|
-
user_id = id
|
6
|
-
background_image_url = Faker::LoremPixel.image('600x400') # TODO: Make the dimensions change
|
7
|
-
profile_image_url = Faker::Avatar.image(user_id, '48x48')
|
8
|
-
user = {
|
9
|
-
id: user_id,
|
10
|
-
id_str: user_id.to_s,
|
11
|
-
contributors_enabled: Faker::Boolean.boolean(0.1),
|
12
|
-
created_at: created_at,
|
13
|
-
default_profile_image: Faker::Boolean.boolean(0.1),
|
14
|
-
default_profile: Faker::Boolean.boolean(0.1),
|
15
|
-
description: Faker::Lorem.sentence,
|
16
|
-
entities: user_entities,
|
17
|
-
favourites_count: Faker::Number.between(1, 100_000),
|
18
|
-
follow_request_sent: false,
|
19
|
-
followers_count: Faker::Number.between(1, 10_000_000),
|
20
|
-
following: false,
|
21
|
-
friends_count: Faker::Number.between(1, 100_000),
|
22
|
-
geo_enabled: Faker::Boolean.boolean(0.1),
|
23
|
-
is_translation_enabled: Faker::Boolean.boolean(0.1),
|
24
|
-
is_translator: Faker::Boolean.boolean(0.1),
|
25
|
-
lang: Faker::Address.country_code,
|
26
|
-
listed_count: Faker::Number.between(1, 1000),
|
27
|
-
location: "#{Faker::Address.city}, #{Faker::Address.state_abbr}, #{Faker::Address.country_code}",
|
28
|
-
name: Faker::Name.name,
|
29
|
-
notifications: false,
|
30
|
-
profile_background_color: Faker::Color.hex_color,
|
31
|
-
profile_background_image_url_https: background_image_url,
|
32
|
-
profile_background_image_url: background_image_url.sub('https://', 'http://'),
|
33
|
-
profile_background_tile: Faker::Boolean.boolean(0.1),
|
34
|
-
profile_banner_url: Faker::LoremPixel.image('1500x500'),
|
35
|
-
profile_image_url_https: profile_image_url,
|
36
|
-
profile_image_url: profile_image_url.sub('https://', 'http://'),
|
37
|
-
profile_link_color: Faker::Color.hex_color,
|
38
|
-
profile_sidebar_border_color: Faker::Color.hex_color,
|
39
|
-
profile_sidebar_fill_color: Faker::Color.hex_color,
|
40
|
-
profile_text_color: Faker::Color.hex_color,
|
41
|
-
profile_use_background_image: Faker::Boolean.boolean(0.4),
|
42
|
-
protected: Faker::Boolean.boolean(0.1),
|
43
|
-
screen_name: screen_name,
|
44
|
-
statuses_count: Faker::Number.between(1, 100_000),
|
45
|
-
time_zone: Faker::Address.time_zone,
|
46
|
-
url: Faker::Internet.url('example.com'),
|
47
|
-
utc_offset: utc_offset,
|
48
|
-
verified: Faker::Boolean.boolean(0.1)
|
49
|
-
}
|
50
|
-
user[:status] = Faker::Twitter.status(include_user: false) if include_status
|
51
|
-
user[:email] = Faker::Internet.safe_email if include_email
|
52
|
-
user
|
53
|
-
end
|
54
|
-
|
55
|
-
def status(include_user: true, include_photo: false)
|
56
|
-
status_id = id
|
57
|
-
status = {
|
58
|
-
id: status_id,
|
59
|
-
id_str: status_id.to_s,
|
60
|
-
contributors: nil,
|
61
|
-
coordinates: nil,
|
62
|
-
created_at: created_at,
|
63
|
-
entities: status_entities(include_photo: include_photo),
|
64
|
-
favorite_count: Faker::Number.between(1, 10_000),
|
65
|
-
favorited: false,
|
66
|
-
geo: nil,
|
67
|
-
in_reply_to_screen_name: nil,
|
68
|
-
in_reply_to_status_id: nil,
|
69
|
-
in_reply_to_user_id_str: nil,
|
70
|
-
in_reply_to_user_id: nil,
|
71
|
-
is_quote_status: false,
|
72
|
-
lang: Faker::Address.country_code,
|
73
|
-
nil: nil,
|
74
|
-
place: nil,
|
75
|
-
possibly_sensitive: Faker::Boolean.boolean(0.1),
|
76
|
-
retweet_count: Faker::Number.between(1, 10_000),
|
77
|
-
retweeted_status: nil,
|
78
|
-
retweeted: false,
|
79
|
-
source: "<a href=\"#{Faker::Internet.url('example.com')}\" rel=\"nofollow\">#{Faker::Company.name}</a>",
|
80
|
-
text: Faker::Lorem.sentence,
|
81
|
-
truncated: false
|
82
|
-
}
|
83
|
-
status[:user] = Faker::Twitter.user(include_status: false) if include_user
|
84
|
-
status[:text] = "#{status[:text]} #{status[:entities][:media].first[:url]}" if include_photo
|
85
|
-
status
|
86
|
-
end
|
87
|
-
|
88
|
-
def screen_name
|
89
|
-
Faker::Internet.user_name(nil, ['_'])[0...20]
|
90
|
-
end
|
91
|
-
|
92
|
-
private
|
93
|
-
|
94
|
-
def id
|
95
|
-
Faker::Number.between(1, 9_223_372_036_854_775_807)
|
96
|
-
end
|
97
|
-
|
98
|
-
def created_at
|
99
|
-
Faker::Date.between('2006-03-21', ::Date.today).strftime('%a %b %d %H:%M:%S %z %Y')
|
100
|
-
end
|
101
|
-
|
102
|
-
def utc_offset
|
103
|
-
Faker::Number.between(-43_200, 50_400)
|
104
|
-
end
|
105
|
-
|
106
|
-
def user_entities
|
107
|
-
{
|
108
|
-
url: {
|
109
|
-
urls: []
|
110
|
-
},
|
111
|
-
description: {
|
112
|
-
urls: []
|
113
|
-
}
|
114
|
-
}
|
115
|
-
end
|
116
|
-
|
117
|
-
def status_entities(include_photo: false)
|
118
|
-
entities = {
|
119
|
-
hashtags: [],
|
120
|
-
symbols: [],
|
121
|
-
user_mentions: [],
|
122
|
-
urls: []
|
123
|
-
}
|
124
|
-
entities[:media] = [photo_entity] if include_photo
|
125
|
-
entities
|
126
|
-
end
|
127
|
-
|
128
|
-
def photo_entity
|
129
|
-
# TODO: Dynamic image sizes
|
130
|
-
# TODO: Return accurate indices
|
131
|
-
media_url = Faker::LoremPixel.image('1064x600')
|
132
|
-
media_id = id
|
133
|
-
{
|
134
|
-
id: media_id,
|
135
|
-
id_str: media_id.to_s,
|
136
|
-
indices: [
|
137
|
-
103,
|
138
|
-
126
|
139
|
-
],
|
140
|
-
media_url: media_url.sub('https://', 'http://'),
|
141
|
-
media_url_https: media_url,
|
142
|
-
url: Faker::Internet.url('example.com'),
|
143
|
-
display_url: 'example.com',
|
144
|
-
expanded_url: Faker::Internet.url('example.com'),
|
145
|
-
type: 'photo',
|
146
|
-
sizes: {
|
147
|
-
medium: {
|
148
|
-
w: 1064,
|
149
|
-
h: 600,
|
150
|
-
resize: 'fit'
|
151
|
-
},
|
152
|
-
large: {
|
153
|
-
w: 1064,
|
154
|
-
h: 600,
|
155
|
-
resize: 'fit'
|
156
|
-
},
|
157
|
-
small: {
|
158
|
-
w: 680,
|
159
|
-
h: 383,
|
160
|
-
resize: 'fit'
|
161
|
-
},
|
162
|
-
thumb: {
|
163
|
-
w: 150,
|
164
|
-
h: 150,
|
165
|
-
resize: 'crop'
|
166
|
-
}
|
167
|
-
}
|
168
|
-
}
|
169
|
-
end
|
170
|
-
end
|
171
|
-
end
|
172
|
-
end
|
data/lib/faker/university.rb
DELETED
@@ -1,20 +0,0 @@
|
|
1
|
-
module Faker
|
2
|
-
class University < Base
|
3
|
-
flexible :university
|
4
|
-
|
5
|
-
class << self
|
6
|
-
def name
|
7
|
-
parse('university.name')
|
8
|
-
end
|
9
|
-
|
10
|
-
def prefix
|
11
|
-
fetch('university.prefix')
|
12
|
-
end
|
13
|
-
|
14
|
-
def suffix
|
15
|
-
fetch('university.suffix')
|
16
|
-
end
|
17
|
-
|
18
|
-
end
|
19
|
-
end
|
20
|
-
end
|
data/lib/faker/vehicle.rb
DELETED
@@ -1,37 +0,0 @@
|
|
1
|
-
module Faker
|
2
|
-
class Vehicle < Base
|
3
|
-
VIN_CHARS = '0123456789.ABCDEFGH..JKLMN.P.R..STUVWXYZ'
|
4
|
-
VIN_MAP = '0123456789X'
|
5
|
-
VIN_WEIGHTS = '8765432X098765432'
|
6
|
-
|
7
|
-
class << self
|
8
|
-
#ISO 3779
|
9
|
-
def vin
|
10
|
-
_, wmi, wmi_ext = sample(fetch_all('vehicle.manufacture'))
|
11
|
-
|
12
|
-
c = VIN_CHARS.split('').reject{ |n| n == '.'}
|
13
|
-
vehicle_identification_number = wmi.split('').concat( Array.new(14) { sample(c) } )
|
14
|
-
(12..14).to_a.each_with_index { |n, i| vehicle_identification_number[n] = wmi_ext[i] } unless wmi_ext.nil?
|
15
|
-
vehicle_identification_number[10] = fetch('vehicle.year')
|
16
|
-
vehicle_identification_number[8] = vin_checksum(vehicle_identification_number)
|
17
|
-
|
18
|
-
vehicle_identification_number.join.upcase
|
19
|
-
end
|
20
|
-
|
21
|
-
def manufacture
|
22
|
-
sample(fetch_all('vehicle.manufacture')).first
|
23
|
-
end
|
24
|
-
|
25
|
-
private
|
26
|
-
|
27
|
-
def calculate_vin_weight(character, i)
|
28
|
-
(VIN_CHARS.index(character) % 10) * VIN_MAP.index(VIN_WEIGHTS[i])
|
29
|
-
end
|
30
|
-
|
31
|
-
def vin_checksum(vehicle_identification_number)
|
32
|
-
VIN_MAP[vehicle_identification_number.each_with_index.map(&method(:calculate_vin_weight)).inject(:+) % 11]
|
33
|
-
end
|
34
|
-
|
35
|
-
end
|
36
|
-
end
|
37
|
-
end
|