faker 1.9.1 → 1.9.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/CHANGELOG.md +181 -0
- data/License.txt +2 -2
- data/README.md +252 -162
- data/lib/faker.rb +36 -17
- data/lib/faker/blockchain/bitcoin.rb +34 -0
- data/lib/faker/blockchain/ethereum.rb +16 -0
- data/lib/faker/blockchain/tezos.rb +46 -0
- data/lib/faker/{book.rb → books/book.rb} +2 -0
- data/lib/faker/books/culture_series.rb +34 -0
- data/lib/faker/books/dune.rb +58 -0
- data/lib/faker/books/lovecraft.rb +73 -0
- data/lib/faker/creature/animal.rb +13 -0
- data/lib/faker/creature/cat.rb +23 -0
- data/lib/faker/creature/dog.rb +43 -0
- data/lib/faker/{address.rb → default/address.rb} +10 -0
- data/lib/faker/default/alphanumeric.rb +24 -0
- data/lib/faker/{ancient.rb → default/ancient.rb} +2 -0
- data/lib/faker/{app.rb → default/app.rb} +2 -0
- data/lib/faker/{appliance.rb → default/appliance.rb} +2 -0
- data/lib/faker/{artist.rb → default/artist.rb} +2 -0
- data/lib/faker/{avatar.rb → default/avatar.rb} +3 -0
- data/lib/faker/{bank.rb → default/bank.rb} +8 -2
- data/lib/faker/{beer.rb → default/beer.rb} +2 -0
- data/lib/faker/{boolean.rb → default/boolean.rb} +2 -0
- data/lib/faker/{bossa_nova.rb → default/bossa_nova.rb} +2 -0
- data/lib/faker/{business.rb → default/business.rb} +2 -0
- data/lib/faker/{cannabis.rb → default/cannabis.rb} +0 -1
- data/lib/faker/default/chile_rut.rb +44 -0
- data/lib/faker/{chuck_norris.rb → default/chuck_norris.rb} +2 -0
- data/lib/faker/{code.rb → default/code.rb} +3 -1
- data/lib/faker/{coffee.rb → default/coffee.rb} +2 -0
- data/lib/faker/default/coin.rb +15 -0
- data/lib/faker/{color.rb → default/color.rb} +2 -0
- data/lib/faker/{commerce.rb → default/commerce.rb} +3 -0
- data/lib/faker/{company.rb → default/company.rb} +35 -1
- data/lib/faker/{compass.rb → default/compass.rb} +2 -0
- data/lib/faker/default/construction.rb +29 -0
- data/lib/faker/default/cosmere.rb +48 -0
- data/lib/faker/default/creature.rb +6 -0
- data/lib/faker/{crypto.rb → default/crypto.rb} +2 -0
- data/lib/faker/default/crypto_coin.rb +32 -0
- data/lib/faker/{currency.rb → default/currency.rb} +2 -0
- data/lib/faker/{date.rb → default/date.rb} +3 -0
- data/lib/faker/default/dc_comics.rb +25 -0
- data/lib/faker/{demographic.rb → default/demographic.rb} +2 -0
- data/lib/faker/{dessert.rb → default/dessert.rb} +2 -0
- data/lib/faker/{device.rb → default/device.rb} +2 -0
- data/lib/faker/default/driving_licence.rb +59 -0
- data/lib/faker/default/educator.rb +38 -0
- data/lib/faker/{electrical_components.rb → default/electrical_components.rb} +2 -0
- data/lib/faker/{esport.rb → default/esport.rb} +2 -0
- data/lib/faker/{file.rb → default/file.rb} +2 -0
- data/lib/faker/{fillmurray.rb → default/fillmurray.rb} +2 -0
- data/lib/faker/{finance.rb → default/finance.rb} +13 -0
- data/lib/faker/{food.rb → default/food.rb} +4 -0
- data/lib/faker/{football.rb → default/football.rb} +6 -0
- data/lib/faker/{funny_name.rb → default/funny_name.rb} +3 -1
- data/lib/faker/default/games.rb +6 -0
- data/lib/faker/{gender.rb → default/gender.rb} +2 -0
- data/lib/faker/{greek_philosophers.rb → default/greek_philosophers.rb} +2 -0
- data/lib/faker/{hacker.rb → default/hacker.rb} +2 -0
- data/lib/faker/{hipster.rb → default/hipster.rb} +3 -12
- data/lib/faker/default/house.rb +15 -0
- data/lib/faker/default/id_number.rb +119 -0
- data/lib/faker/default/industry_segments.rb +25 -0
- data/lib/faker/{internet.rb → default/internet.rb} +10 -6
- data/lib/faker/{invoice.rb → default/invoice.rb} +3 -1
- data/lib/faker/default/japanese_media.rb +6 -0
- data/lib/faker/{job.rb → default/job.rb} +2 -0
- data/lib/faker/default/json.rb +70 -0
- data/lib/faker/{kpop.rb → default/kpop.rb} +2 -0
- data/lib/faker/{lorem.rb → default/lorem.rb} +5 -17
- data/lib/faker/{lorem_flickr.rb → default/lorem_flickr.rb} +2 -0
- data/lib/faker/{lorem_pixel.rb → default/lorem_pixel.rb} +2 -0
- data/lib/faker/{markdown.rb → default/markdown.rb} +6 -2
- data/lib/faker/default/marketing.rb +13 -0
- data/lib/faker/{measurement.rb → default/measurement.rb} +4 -2
- data/lib/faker/{military.rb → default/military.rb} +2 -0
- data/lib/faker/default/movies.rb +6 -0
- data/lib/faker/{name.rb → default/name.rb} +7 -11
- data/lib/faker/{nation.rb → default/nation.rb} +9 -0
- data/lib/faker/{nato_phonetic_alphabet.rb → default/nato_phonetic_alphabet.rb} +2 -0
- data/lib/faker/default/nhs.rb +34 -0
- data/lib/faker/{number.rb → default/number.rb} +13 -2
- data/lib/faker/{omniauth.rb → default/omniauth.rb} +2 -0
- data/lib/faker/{phone_number.rb → default/phone_number.rb} +14 -0
- data/lib/faker/{placeholdit.rb → default/placeholdit.rb} +4 -2
- data/lib/faker/{programming_language.rb → default/programming_language.rb} +2 -0
- data/lib/faker/default/relationship.rb +42 -0
- data/lib/faker/default/restaurant.rb +11 -0
- data/lib/faker/{science.rb → default/science.rb} +2 -0
- data/lib/faker/{slack_emoji.rb → default/slack_emoji.rb} +2 -0
- data/lib/faker/{source.rb → default/source.rb} +2 -0
- data/lib/faker/default/south_africa.rb +51 -0
- data/lib/faker/{space.rb → default/space.rb} +2 -0
- data/lib/faker/{string.rb → default/string.rb} +0 -0
- data/lib/faker/{stripe.rb → default/stripe.rb} +2 -0
- data/lib/faker/default/subscription.rb +25 -0
- data/lib/faker/{superhero.rb → default/superhero.rb} +2 -0
- data/lib/faker/{team.rb → default/team.rb} +2 -0
- data/lib/faker/{time.rb → default/time.rb} +3 -0
- data/lib/faker/default/tv_shows.rb +6 -0
- data/lib/faker/{twitter.rb → default/twitter.rb} +2 -0
- data/lib/faker/{types.rb → default/types.rb} +5 -15
- data/lib/faker/{university.rb → default/university.rb} +2 -0
- data/lib/faker/default/vehicle.rb +149 -0
- data/lib/faker/{verb.rb → default/verb.rb} +2 -0
- data/lib/faker/{world_cup.rb → default/world_cup.rb} +2 -0
- data/lib/faker/deprecate/aqua_teen_hunger_force.rb +15 -0
- data/lib/faker/deprecate/back_to_the_future.rb +25 -0
- data/lib/faker/deprecate/bitcoin.rb +20 -0
- data/lib/faker/deprecate/bojack_horseman.rb +25 -0
- data/lib/faker/deprecate/breaking_bad.rb +20 -0
- data/lib/faker/deprecate/buffy.rb +35 -0
- data/lib/faker/deprecate/cat.rb +25 -0
- data/lib/faker/deprecate/community.rb +20 -0
- data/lib/faker/deprecate/dog.rb +50 -0
- data/lib/faker/deprecate/dota.rb +35 -0
- data/lib/faker/deprecate/dr_who.rb +45 -0
- data/lib/faker/deprecate/dragon_ball.rb +15 -0
- data/lib/faker/deprecate/dumb_and_dumber.rb +25 -0
- data/lib/faker/deprecate/dune.rb +35 -0
- data/lib/faker/deprecate/elder_scrolls.rb +50 -0
- data/lib/faker/deprecate/ethereum.rb +15 -0
- data/lib/faker/deprecate/fallout.rb +30 -0
- data/lib/faker/deprecate/family_guy.rb +25 -0
- data/lib/faker/deprecate/famous_last_words.rb +15 -0
- data/lib/faker/deprecate/friends.rb +25 -0
- data/lib/faker/deprecate/game_of_thrones.rb +35 -0
- data/lib/faker/deprecate/harry_potter.rb +40 -0
- data/lib/faker/deprecate/heroes_of_the_storm.rb +30 -0
- data/lib/faker/deprecate/hey_arnold.rb +25 -0
- data/lib/faker/deprecate/hitchhikers_guide_to_the_galaxy.rb +44 -0
- data/lib/faker/deprecate/hobbit.rb +30 -0
- data/lib/faker/deprecate/how_i_met_your_mother.rb +30 -0
- data/lib/faker/deprecate/league_of_legends.rb +40 -0
- data/lib/faker/deprecate/lebowski.rb +25 -0
- data/lib/faker/deprecate/lord_of_the_rings.rb +25 -0
- data/lib/faker/deprecate/lovecraft.rb +65 -0
- data/lib/faker/deprecate/matz.rb +15 -0
- data/lib/faker/deprecate/michael_scott.rb +15 -0
- data/lib/faker/deprecate/most_interesting_man_in_the_world.rb +15 -0
- data/lib/faker/deprecate/myst.rb +35 -0
- data/lib/faker/deprecate/new_girl.rb +20 -0
- data/lib/faker/deprecate/one_piece.rb +40 -0
- data/lib/faker/deprecate/overwatch.rb +25 -0
- data/lib/faker/deprecate/parks_and_rec.rb +20 -0
- data/lib/faker/deprecate/pokemon.rb +25 -0
- data/lib/faker/deprecate/princess_bride.rb +20 -0
- data/lib/faker/deprecate/rick_and_morty.rb +25 -0
- data/lib/faker/deprecate/robin.rb +15 -0
- data/lib/faker/deprecate/rock_band.rb +15 -0
- data/lib/faker/deprecate/ru_paul.rb +20 -0
- data/lib/faker/deprecate/seinfeld.rb +25 -0
- data/lib/faker/deprecate/shakespeare.rb +50 -0
- data/lib/faker/deprecate/silicon_valley.rb +50 -0
- data/lib/faker/deprecate/simpsons.rb +25 -0
- data/lib/faker/deprecate/singular_siegler.rb +15 -0
- data/lib/faker/deprecate/south_park.rb +20 -0
- data/lib/faker/deprecate/star_trek.rb +30 -0
- data/lib/faker/deprecate/star_wars.rb +95 -0
- data/lib/faker/deprecate/stargate.rb +25 -0
- data/lib/faker/deprecate/stranger_things.rb +20 -0
- data/lib/faker/deprecate/sword_art_online.rb +30 -0
- data/lib/faker/deprecate/tezos.rb +33 -0
- data/lib/faker/deprecate/the_fresh_prince_of_bel_air.rb +25 -0
- data/lib/faker/deprecate/the_it_crowd.rb +30 -0
- data/lib/faker/deprecate/the_thick_of_it.rb +25 -0
- data/lib/faker/deprecate/twin_peaks.rb +25 -0
- data/lib/faker/deprecate/umphreys_mcgee.rb +15 -0
- data/lib/faker/deprecate/v_for_vendetta.rb +25 -0
- data/lib/faker/deprecate/venture_bros.rb +30 -0
- data/lib/faker/deprecate/witcher.rb +40 -0
- data/lib/faker/deprecate/world_of_warcraft.rb +20 -0
- data/lib/faker/deprecate/yoda.rb +16 -0
- data/lib/faker/deprecate/zelda.rb +30 -0
- data/lib/faker/games/dota.rb +29 -0
- data/lib/faker/games/elder_scrolls.rb +41 -0
- data/lib/faker/games/fallout.rb +25 -0
- data/lib/faker/games/half_life.rb +21 -0
- data/lib/faker/games/heroes.rb +21 -0
- data/lib/faker/games/heroes_of_the_storm.rb +25 -0
- data/lib/faker/games/league_of_legends.rb +33 -0
- data/lib/faker/games/myst.rb +29 -0
- data/lib/faker/games/overwatch.rb +21 -0
- data/lib/faker/games/pokemon.rb +21 -0
- data/lib/faker/games/sonic_the_hedgehog.rb +21 -0
- data/lib/faker/games/super_smash_bros.rb +17 -0
- data/lib/faker/games/witcher.rb +33 -0
- data/lib/faker/games/world_of_warcraft.rb +17 -0
- data/lib/faker/games/zelda.rb +26 -0
- data/lib/faker/japanese_media/dragon_ball.rb +13 -0
- data/lib/faker/japanese_media/one_piece.rb +33 -0
- data/lib/faker/japanese_media/sword_art_online.rb +25 -0
- data/lib/faker/movies/back_to_the_future.rb +21 -0
- data/lib/faker/movies/ghostbusters.rb +21 -0
- data/lib/faker/movies/grateful_dead.rb +17 -0
- data/lib/faker/movies/harry_potter.rb +33 -0
- data/lib/faker/movies/hitchhikers_guide_to_the_galaxy.rb +37 -0
- data/lib/faker/movies/hobbit.rb +25 -0
- data/lib/faker/movies/lebowski.rb +21 -0
- data/lib/faker/movies/lord_of_the_rings.rb +21 -0
- data/lib/faker/{movie.rb → movies/movie.rb} +2 -0
- data/lib/faker/movies/princess_bride.rb +17 -0
- data/lib/faker/movies/star_wars.rb +105 -0
- data/lib/faker/movies/v_for_vendetta.rb +21 -0
- data/lib/faker/{music.rb → music/music.rb} +2 -0
- data/lib/faker/music/phish.rb +13 -0
- data/lib/faker/music/rock_band.rb +13 -0
- data/lib/faker/music/umphreys_mcgee.rb +13 -0
- data/lib/faker/quotes/quote.rb +32 -0
- data/lib/faker/quotes/shakespeare.rb +41 -0
- data/lib/faker/tv_shows/aqua_teen_hunger_force.rb +15 -0
- data/lib/faker/tv_shows/bojack_horseman.rb +23 -0
- data/lib/faker/tv_shows/breaking_bad.rb +19 -0
- data/lib/faker/tv_shows/buffy.rb +31 -0
- data/lib/faker/tv_shows/community.rb +19 -0
- data/lib/faker/tv_shows/dr_who.rb +39 -0
- data/lib/faker/tv_shows/dumb_and_dumber.rb +23 -0
- data/lib/faker/tv_shows/family_guy.rb +23 -0
- data/lib/faker/tv_shows/friends.rb +23 -0
- data/lib/faker/tv_shows/game_of_thrones.rb +31 -0
- data/lib/faker/tv_shows/hey_arnold.rb +23 -0
- data/lib/faker/tv_shows/how_i_met_your_mother.rb +27 -0
- data/lib/faker/tv_shows/michael_scott.rb +13 -0
- data/lib/faker/tv_shows/new_girl.rb +19 -0
- data/lib/faker/tv_shows/parks_and_rec.rb +19 -0
- data/lib/faker/tv_shows/rick_and_morty.rb +23 -0
- data/lib/faker/tv_shows/ru_paul.rb +19 -0
- data/lib/faker/tv_shows/seinfeld.rb +23 -0
- data/lib/faker/tv_shows/silicon_valley.rb +43 -0
- data/lib/faker/tv_shows/simpsons.rb +23 -0
- data/lib/faker/tv_shows/south_park.rb +19 -0
- data/lib/faker/tv_shows/star_trek.rb +27 -0
- data/lib/faker/tv_shows/stargate.rb +23 -0
- data/lib/faker/tv_shows/stranger_things.rb +19 -0
- data/lib/faker/tv_shows/the_expanse.rb +27 -0
- data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +23 -0
- data/lib/faker/tv_shows/the_it_crowd.rb +27 -0
- data/lib/faker/tv_shows/the_thick_of_it.rb +23 -0
- data/lib/faker/tv_shows/twin_peaks.rb +23 -0
- data/lib/faker/tv_shows/venture_bros.rb +27 -0
- data/lib/faker/version.rb +3 -1
- data/lib/helpers/base58.rb +22 -0
- data/lib/helpers/char.rb +2 -0
- data/lib/helpers/i18n_backend.rb +10 -0
- data/lib/helpers/unique_generator.rb +19 -1
- data/lib/locales/README.md +8 -9
- data/lib/locales/ar.yml +102 -0
- data/lib/locales/arm.yml +371 -0
- data/lib/locales/bg.yml +3 -0
- data/lib/locales/ca.yml +6 -0
- data/lib/locales/da-DK.yml +6 -3
- data/lib/locales/de-AT.yml +6 -0
- data/lib/locales/de.yml +10 -3
- data/lib/locales/ee.yml +3 -1
- data/lib/locales/en-AU.yml +2 -0
- data/lib/locales/en-IND.yml +2 -0
- data/lib/locales/en-MS.yml +6 -0
- data/lib/locales/en-NEP.yml +2 -2
- data/lib/locales/en-NG.yml +2 -0
- data/lib/locales/en-NZ.yml +2 -6
- data/lib/locales/en-PAK.yml +2 -1
- data/lib/locales/en-SG.yml +4 -0
- data/lib/locales/en-ZA.yml +114 -17
- data/lib/locales/en.yml +0 -1
- data/lib/locales/en/address.yml +496 -1
- data/lib/locales/en/animal.yml +6 -0
- data/lib/locales/en/beer.yml +2 -1
- data/lib/locales/en/bojack_horseman.yml +2 -2
- data/lib/locales/en/buffy.yml +260 -0
- data/lib/locales/en/cat.yml +5 -4
- data/lib/locales/en/coin.yml +6 -0
- data/lib/locales/en/company.yml +1 -1
- data/lib/locales/en/construction.yml +425 -0
- data/lib/locales/en/cosmere.yml +57 -0
- data/lib/locales/en/crypto_coin.yml +9 -0
- data/lib/locales/en/culture_series.yml +307 -0
- data/lib/locales/en/currency.yml +1 -1
- data/lib/locales/en/dc_comics.yml +52 -0
- data/lib/locales/en/device.yml +3 -3
- data/lib/locales/en/dog.yml +9 -9
- data/lib/locales/en/dota.yml +101 -100
- data/lib/locales/en/dragon_ball.yml +1 -1
- data/lib/locales/en/educator.yml +2 -1
- data/lib/locales/en/elder_scrolls.yml +9 -8
- data/lib/locales/en/esport.yml +5 -5
- data/lib/locales/en/fallout.yml +135 -134
- data/lib/locales/en/finance.yml +63 -0
- data/lib/locales/en/food.yml +3 -2
- data/lib/locales/en/football.yml +1 -0
- data/lib/locales/en/friends.yml +3 -3
- data/lib/locales/en/ghostbusters.yml +91 -0
- data/lib/locales/en/grateful_dead.yml +47 -0
- data/lib/locales/en/half_life.yml +7 -0
- data/lib/locales/en/heroes.yml +6 -0
- data/lib/locales/en/heroes_of_the_storm.yml +7 -0
- data/lib/locales/en/house.yml +5 -0
- data/lib/locales/en/industry_segments.yml +7 -0
- data/lib/locales/en/kpop.yml +2 -2
- data/lib/locales/en/league_of_legends.yml +8 -7
- data/lib/locales/en/lorem.yml +2 -0
- data/lib/locales/en/marketing.yml +4 -0
- data/lib/locales/en/music.yml +3 -3
- data/lib/locales/en/myst.yml +41 -40
- data/lib/locales/en/name.yml +6 -7
- data/lib/locales/en/nation.yml +3 -0
- data/lib/locales/en/overwatch.yml +39 -34
- data/lib/locales/en/phish.yml +4 -0
- data/lib/locales/en/phone_number.yml +1 -0
- data/lib/locales/en/pokemon.yml +5 -4
- data/lib/locales/en/quote.yml +166 -0
- data/lib/locales/en/relationship.yml +10 -0
- data/lib/locales/en/restaurant.yml +129 -0
- data/lib/locales/en/seinfeld.yml +2 -1
- data/lib/locales/en/sonic_the_hedgehog.yml +410 -0
- data/lib/locales/en/south_park.yml +5 -0
- data/lib/locales/en/star_wars.yml +3 -3
- data/lib/locales/en/subscription.yml +8 -0
- data/lib/locales/en/super_smash_bros.yml +197 -0
- data/lib/locales/en/the_expanse.yml +7 -0
- data/lib/locales/en/vehicle.yml +62 -58
- data/lib/locales/en/witcher.yml +8 -7
- data/lib/locales/en/world_of_warcraft.yml +5 -4
- data/lib/locales/en/zelda.yml +6 -5
- data/lib/locales/es-MX.yml +14 -1
- data/lib/locales/es.yml +13 -0
- data/lib/locales/fa.yml +4 -0
- data/lib/locales/fi-FI.yml +4 -3
- data/lib/locales/fr-CA.yml +18 -13
- data/lib/locales/fr-CH.yml +16 -10
- data/lib/locales/fr.yml +45 -1
- data/lib/locales/he.yml +2 -0
- data/lib/locales/id.yml +2 -0
- data/lib/locales/it.yml +12 -1
- data/lib/locales/ja.yml +45 -21
- data/lib/locales/ko.yml +2 -0
- data/lib/locales/lv.yml +2 -0
- data/lib/locales/nb-NO.yml +11 -4
- data/lib/locales/nl.yml +13 -4
- data/lib/locales/pl.yml +11 -1
- data/lib/locales/pt-BR.yml +578 -4
- data/lib/locales/pt.yml +10 -3
- data/lib/locales/ru.yml +3 -1
- data/lib/locales/sk.yml +19 -13
- data/lib/locales/sv.yml +11 -3
- data/lib/locales/tr.yml +6 -0
- data/lib/locales/uk.yml +2 -0
- data/lib/locales/vi.yml +6 -1
- data/lib/locales/zh-CN.yml +3 -0
- data/lib/locales/zh-TW.yml +3 -1
- metadata +271 -164
- data/lib/extensions/array.rb +0 -22
- data/lib/extensions/symbol.rb +0 -8
- data/lib/faker/aqua_teen_hunger_force.rb +0 -9
- data/lib/faker/back_to_the_future.rb +0 -17
- data/lib/faker/bitcoin.rb +0 -47
- data/lib/faker/bojack_horseman.rb +0 -17
- data/lib/faker/breaking_bad.rb +0 -13
- data/lib/faker/cat.rb +0 -19
- data/lib/faker/community.rb +0 -13
- data/lib/faker/dog.rb +0 -39
- data/lib/faker/dota.rb +0 -25
- data/lib/faker/dr_who.rb +0 -33
- data/lib/faker/dragon_ball.rb +0 -9
- data/lib/faker/dumb_and_dumber.rb +0 -17
- data/lib/faker/dune.rb +0 -54
- data/lib/faker/educator.rb +0 -23
- data/lib/faker/elder_scrolls.rb +0 -37
- data/lib/faker/ethereum.rb +0 -12
- data/lib/faker/fallout.rb +0 -21
- data/lib/faker/family_guy.rb +0 -17
- data/lib/faker/famous_last_words.rb +0 -11
- data/lib/faker/friends.rb +0 -17
- data/lib/faker/game_of_thrones.rb +0 -25
- data/lib/faker/harry_potter.rb +0 -29
- data/lib/faker/hey_arnold.rb +0 -17
- 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 -51
- data/lib/faker/league_of_legends.rb +0 -29
- data/lib/faker/lebowski.rb +0 -17
- data/lib/faker/lord_of_the_rings.rb +0 -17
- data/lib/faker/lovecraft.rb +0 -80
- data/lib/faker/matz.rb +0 -9
- data/lib/faker/michael_scott.rb +0 -9
- data/lib/faker/most_interesting_man_in_the_world.rb +0 -9
- data/lib/faker/myst.rb +0 -25
- data/lib/faker/new_girl.rb +0 -13
- data/lib/faker/one_piece.rb +0 -29
- data/lib/faker/overwatch.rb +0 -17
- data/lib/faker/parks_and_rec.rb +0 -13
- data/lib/faker/pokemon.rb +0 -17
- data/lib/faker/princess_bride.rb +0 -13
- 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 -15
- data/lib/faker/seinfeld.rb +0 -13
- data/lib/faker/shakespeare.rb +0 -37
- data/lib/faker/silicon_valley.rb +0 -37
- data/lib/faker/simpsons.rb +0 -17
- data/lib/faker/singular_siegler.rb +0 -9
- data/lib/faker/star_trek.rb +0 -21
- data/lib/faker/star_wars.rb +0 -101
- data/lib/faker/stargate.rb +0 -17
- data/lib/faker/stranger_thing.rb +0 -13
- data/lib/faker/sword_art_online.rb +0 -21
- data/lib/faker/the_fresh_prince_of_bel_air.rb +0 -17
- data/lib/faker/the_it_crowd.rb +0 -21
- data/lib/faker/the_thick_of_it.rb +0 -17
- data/lib/faker/twin_peaks.rb +0 -17
- data/lib/faker/umphreys_mcgee.rb +0 -9
- data/lib/faker/v_for_vendetta.rb +0 -17
- data/lib/faker/vehicle.rb +0 -101
- data/lib/faker/venture_bros.rb +0 -21
- data/lib/faker/witcher.rb +0 -29
- data/lib/faker/world_of_warcraft.rb +0 -13
- data/lib/faker/yoda.rb +0 -10
- data/lib/faker/zelda.rb +0 -22
- data/lib/locales/en/famous_last_words.yml +0 -4
- data/lib/locales/en/matz.yml +0 -28
- data/lib/locales/en/most_interesting_man_in_the_world.yml +0 -106
- data/lib/locales/en/robin.yml +0 -4
- data/lib/locales/en/singular_siegler.yml +0 -37
@@ -0,0 +1,6 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
creature:
|
4
|
+
animal:
|
5
|
+
name: ["alligator", "crocodile", "alpaca", "ant", "antelope", "ape", "armadillo", "donkey", "baboon", "badger", "bat", "bear", "beaver", "bee", "beetle", "buffalo", "butterfly", "camel", "water buffalo", "caribou", "cat", "cattle", "cheetah", "chimpanzee", "chinchilla", "cicada", "clam", "cockroach", "cod", "coyote", "crab", "cricket", "crow", "raven", "deer", "dinosaur", "dog", "dolphin", "porpoise", "duck", "eagle", "eel", "elephant", "elk", "ferret", "fish", "fly", "fox", "frog", "toad", "gerbil", "giraffe", "gnat", "gnu ", "wildebeest", "goat", "goldfish", "goose", "gorilla", "grasshopper", "guinea pig", "hamster", "hare", "hedgehog", "herring", "hippopotamus", "hornet", "horse", "hound", "hyena", "impala", "jackal", "jellyfish", "kangaroo ", "wallaby", "koala", "leopard", "lion", "lizard", "llama", "locust", "louse", "macaw", "mallard", "mammoth", "manatee", "marten", "mink", "minnow", "mole", "monkey", "moose", "mosquito", "mouse", "rat", "mule", "muskrat", "otter", "ox", "oyster", "panda", "pig", "platypus", "porcupine", "prairie dog", "pug", "rabbit", "raccoon", "reindeer", "rhinoceros", "salmon", "sardine", "scorpion", "seal ", "sea lion", "serval", "shark", "sheep", "skunk", "snail", "snake", "spider", "squirrel", "swan", "termite", "tiger", "trout", "turtle ", "tortoise", "walrus", "wasp", "weasel", "whale", "wolf", "wombat", "woodchuck", "worm", "yak", "yellowjacket", "zebra"]
|
6
|
+
|
data/lib/locales/en/beer.yml
CHANGED
@@ -1,7 +1,8 @@
|
|
1
1
|
en:
|
2
2
|
faker:
|
3
3
|
beer:
|
4
|
-
|
4
|
+
brand: ['Corona Extra', 'Heineken', 'Budweiser', 'Becks', 'BudLight', 'Pabst Blue Ribbon', 'Dos Equis', 'Blue Moon', 'Stella Artois', 'Miller Draft', 'Coors lite' , 'Amstel', 'Guinness', 'Kirin', 'Tsingtao', 'Sierra Nevada', 'Rolling Rock', 'Red Stripe', 'Paulaner', 'Patagonia', 'Delirium', 'Samuel Adams', 'Sapporo', 'Carlsberg', 'Pacifico', 'Quimes', 'Murphys', 'Birra Moretti', 'Harp', 'Fosters', 'Hoegaarden', 'Leffe', 'Lowenbrau']
|
5
|
+
name: ['Pliny The Elder', 'Founders Kentucky Breakfast', 'Trappistes Rochefort 10', 'HopSlam Ale', 'Stone Imperial Russian Stout', 'St. Bernardus Abt 12', 'Founders Breakfast Stout', 'Weihenstephaner Hefeweissbier', 'Péché Mortel', 'Celebrator Doppelbock', 'Duvel', 'Dreadnaught IPA', 'Nugget Nectar', 'La Fin Du Monde', 'Bourbon County Stout', 'Old Rasputin Russian Imperial Stout', 'Two Hearted Ale', 'Ruination IPA', 'Schneider Aventinus', 'Double Bastard Ale', '90 Minute IPA', 'Hop Rod Rye', 'Trappistes Rochefort 8', 'Chimay Grande Réserve', 'Stone IPA', 'Arrogant Bastard Ale', 'Edmund Fitzgerald Porter', 'Chocolate St', 'Oak Aged Yeti Imperial Stout', 'Ten FIDY', 'Storm King Stout', 'Shakespeare Oatmeal', 'Alpha King Pale Ale', 'Westmalle Trappist Tripel', 'Samuel Smith’s Imperial IPA', 'Yeti Imperial Stout', 'Hennepin', 'Samuel Smith’s Oatmeal Stout', 'Brooklyn Black', 'Oaked Arrogant Bastard Ale', 'Sublimely Self-Righteous Ale', 'Trois Pistoles', 'Bell’s Expedition', 'Sierra Nevada Celebration Ale', 'Sierra Nevada Bigfoot Barleywine Style Ale', 'Racer 5 India Pale Ale, Bear Republic Bre', 'Orval Trappist Ale', 'Hercules Double IPA', 'Maharaj', 'Maudite', 'Kirin Inchiban', 'Delirium Tremens', 'Delirium Noctorum', 'Sapporo Premium']
|
5
6
|
hop: ['Ahtanum', 'Amarillo', 'Bitter Gold', 'Bravo', 'Brewer’s Gold', 'Bullion', 'Cascade', 'Cashmere', 'Centennial', 'Chelan', 'Chinook', 'Citra', 'Cluster', 'Columbia', 'Columbus', 'Comet', 'Crystal', 'Equinox', 'Eroica', 'Fuggle', 'Galena', 'Glacier', 'Golding', 'Hallertau', 'Horizon', 'Liberty', 'Magnum', 'Millennium', 'Mosaic', 'Mt. Hood', 'Mt. Rainier', 'Newport', 'Northern Brewer', 'Nugget', 'Olympic', 'Palisade', 'Perle', 'Saaz', 'Santiam', 'Simcoe', 'Sorachi Ace', 'Sterling', 'Summit', 'Tahoma', 'Tettnang', 'TriplePearl', 'Ultra', 'Vanguard', 'Warrior', 'Willamette', 'Yakima Gol']
|
6
7
|
yeast: ['1007 - German Ale', '1010 - American Wheat', '1028 - London Ale', '1056 - American Ale', '1084 - Irish Ale', '1098 - British Ale', '1099 - Whitbread Ale', '1187 - Ringwood Ale', '1272 - American Ale II', '1275 - Thames Valley Ale', '1318 - London Ale III', '1332 - Northwest Ale', '1335 - British Ale II', '1450 - Dennys Favorite 50', '1469 - West Yorkshire Ale', '1728 - Scottish Ale', '1968 - London ESB Ale', '2565 - Kölsch', '1214 - Belgian Abbey', '1388 - Belgian Strong Ale', '1762 - Belgian Abbey II', '3056 - Bavarian Wheat Blend', '3068 - Weihenstephan Weizen', '3278 - Belgian Lambic Blend', '3333 - German Wheat', '3463 - Forbidden Fruit', '3522 - Belgian Ardennes', '3638 - Bavarian Wheat', '3711 - French Saison', '3724 - Belgian Saison', '3763 - Roeselare Ale Blend', '3787 - Trappist High Gravity', '3942 - Belgian Wheat', '3944 - Belgian Witbier', '2000 - Budvar Lager', '2001 - Urquell Lager', '2007 - Pilsen Lager', '2035 - American Lager', '2042 - Danish Lager', '2112 - California Lager', '2124 - Bohemian Lager', '2206 - Bavarian Lager', '2278 - Czech Pils', '2308 - Munich Lager', '2633 - Octoberfest Lager Blend', '5112 - Brettanomyces bruxellensis', '5335 - Lactobacillus', '5526 - Brettanomyces lambicus', '5733 - Pediococcus']
|
7
8
|
malt: ['Black malt', 'Caramel', 'Carapils', 'Chocolate', 'Munich', 'Caramel', 'Carapils', 'Chocolate malt', 'Munich', 'Pale', 'Roasted barley', 'Rye malt', 'Special roast', 'Victory', 'Vienna', 'Wheat mal']
|
@@ -2,5 +2,5 @@ en:
|
|
2
2
|
faker:
|
3
3
|
bojack_horseman:
|
4
4
|
characters: ["Joseph Sugarman", "Princess Carolyn", "Kelsey Jannings", "Katrina Peanutbutter", "Charley Witherspoon", "Tom Jumbo-Grumbo", "Wanda Pierce", "Officer Meow Meow Fuzzyface", "Hank Hippopopalous", "Tina", "Courtney Portnoy", "Mr Peanutbutter", "Todd Chavez", "Wayne", "Dr Allen Hu", "Sarah Lynn", "Jogging Baboon", "A Ryan Seacrest Type", "Emily", "Vincent Adultman", "Sebastian St Clair", "Hollyhock", "Butterscotch Horseman", "Roxy", "Beatrice Horseman", "Herb Kazzaz", "Sextina Aquafina", "Rutabaga Rabbitowitz", "Charlotte Moore", "Ralph Stilton", "Paparazzi Birds", "Lenny Turteltaub", "Corduroy Jackson-Jackson", "Judah", "Woodchuck Coodchuck-Berkowitz", "Diane Nguyen", "Honey Sugarman", "BoJack Horseman", "Pinky Penguin"]
|
5
|
-
quotes: ["It gets easier. But you have to do it every day, that's the hard part. But it does get easier", "Yes, I ate all the muffins, because I have no self-control and I hate myself", "Dead on the inside, dead on the outside", "The universe is a cruel, uncaring void. The key to being happy isn't a search for meaning. It's to just keep yourself busy with unimportant nonsense, and eventually, you'll be dead", "Beer before liquor, never sicker, liquor before beer, never fear, don't do
|
6
|
-
tongue_twisters: ["Courtney Portnoy portrayed the formerly portly consort in the seaport resort", "Courtly roles like the formerly portly consort are Courtney
|
5
|
+
quotes: ["It gets easier. But you have to do it every day, that's the hard part. But it does get easier", "Yes, I ate all the muffins, because I have no self-control and I hate myself", "Dead on the inside, dead on the outside", "The universe is a cruel, uncaring void. The key to being happy isn't a search for meaning. It's to just keep yourself busy with unimportant nonsense, and eventually, you'll be dead", "Beer before liquor, never sicker, liquor before beer, never fear, don't do heroin", "If you care about what other people think, you're never gonna do anything", "Ow, crap. I hate this. Running is terrible. Everything is the worst", "For a lot of people, life is just one long, hard kick in the urethra", "Spaghetti or not, here I come", "I need to go take a shower so I can't tell if I'm crying or not", "You know what the problem is with everybody? They all just want to hear what they already believe. No one ever wants to hear the truth", "I don't understand how people live. It's amazing to me that people wake up every morning and say: 'Yeah, another day, let's do it.' How do people do it? I don't know how", "Not understanding that you're a horrible person doesn't make you less of a horrible person", "That's the problem with life, either you know what you want and you don't get what you want, or you get what you want and then you don't know what you want", "I do love you, by the way. I mean as much as I'm capable of loving anyone"]
|
6
|
+
tongue_twisters: ["Courtney Portnoy portrayed the formerly portly consort in the seaport resort", "Courtly roles like the formerly portly consort are Courtney Portnoy's forté", "That's sorta been thwarted unfortunately cos Courtney's purportedly falling short of shoring up fourth quadrant support", "Portnoy finds joy in hoi polloi boy toy", "Did you steal a meal from Neal McBeal the Navy Seal?", " audiences are going to adore your tour de force performance as the forceful denim-clad court reporter in 'The Court Reporter Sported Jorts', the jet-setting jort-sporting court reporter story"]
|
@@ -0,0 +1,260 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
buffy:
|
4
|
+
characters: [
|
5
|
+
'Buffy Summers',
|
6
|
+
'Xander Harris',
|
7
|
+
'Willow Rosenberg',
|
8
|
+
'Rupert Giles',
|
9
|
+
'Cordelia Chase',
|
10
|
+
'Angel',
|
11
|
+
'Spike',
|
12
|
+
'Oz',
|
13
|
+
'Anya Jenkins',
|
14
|
+
'Dawn Summers',
|
15
|
+
'Joyce Summers',
|
16
|
+
'Tara Maclay',
|
17
|
+
'Riley Finn',
|
18
|
+
'Drusilla',
|
19
|
+
'Faith Lehane',
|
20
|
+
'Jonathan Levinson',
|
21
|
+
'Harmony Kendall',
|
22
|
+
'Amy Madison',
|
23
|
+
'Andrew Wells',
|
24
|
+
'Darla',
|
25
|
+
'Ethan Rayne'
|
26
|
+
]
|
27
|
+
quotes: [
|
28
|
+
"In every generation there is a chosen one.",
|
29
|
+
"Power. I have it. They don't. This bothers them.",
|
30
|
+
"No weapons, no friends, no hope. Take all that away, and what's left? Me.",
|
31
|
+
"I'm the thing that monsters have nightmares about.",
|
32
|
+
"Strong is fighting. It's hard and it's painful, and it's every day. It's what we have to do. And we can do it together.",
|
33
|
+
"I'm beyond tired. I'm beyond scared. I'm standing on the mouth of hell, and it's gonna swallow me whole. And it'll choke on me. We're not ready? They're not ready.",
|
34
|
+
"There is only one thing on this earth more powerful than evil. And that's us.",
|
35
|
+
"So what — are we helpless puppets? No. The big moments are gonna come. You can't help that. It's what you do afterwards that counts. That's when you find out who you are.",
|
36
|
+
"When it's really something that matters, they fight. I mean, they're lame morons for fighting, but they do. They never— they never quit. And so I guess I will keep fighting, too.",
|
37
|
+
"If the apocalypse comes, beep me.",
|
38
|
+
"The hardest thing in this world is to live in it.",
|
39
|
+
"In every generation there is a chosen one. She alone will stand against the vampires, the demons, and the forces of darkness. She is the slayer.",
|
40
|
+
"I may be dead, but I'm still pretty. Which is more than I can say for you.",
|
41
|
+
"Cordelia, your mouth is open, sound is coming from it. This is never good.",
|
42
|
+
"Harmony, when you tried to be head cheerleader, you were bad. When you tried to chair the Homecoming committee, you were really bad. But when you try to be bad... you suck.",
|
43
|
+
"They were supposed to be my light at the end of the tunnel. I guess they were a train.",
|
44
|
+
"I don't know what's coming next. But I do know it's gonna be just like this.",
|
45
|
+
"Well, I like you. You're nice, and you're funny, and you don't smoke. Yeah, okay, werewolf, but... that's not all the time. I mean, three days out of the month, I'm not much fun to be around either.",
|
46
|
+
"A good Sunnydale rule-of-thumb? Avoid white-skinned men in capes.",
|
47
|
+
"I can kill a couple of geeks all by myself. But, hey, if you'd like to watch... I mean, that's what you Watchers are good at, right? Watching?",
|
48
|
+
"I'm talking! Don't interrupt me! Insignificant man. I am Willow. I am death. If you dare defy me, I will call down my fury, exact fresh vengeance, and make your worst fears come true. Okay?",
|
49
|
+
"Just because you're better than us doesn't mean you can be all superior.",
|
50
|
+
"You should never hurt the feelings of a brutal killer. You know, that's, uh, that's actually some pretty good advice.",
|
51
|
+
"A vampire isn't a person at all. It may have the movements, the memories, even the personality of the person it took over, but it's a demon at the core. There is no halfway.",
|
52
|
+
"I'm leaning towards blind panic myself.",
|
53
|
+
"Well, I'm a hair's breath from investigating bunnies at the moment, so I'm open to anything.",
|
54
|
+
"Buffy, what you said, it flies in the face of everything we've ever... every generation has ever done in the fight against evil. I think it's bloody brilliant.",
|
55
|
+
"Now, I know you haven't been in the game for a while, mate, but we still do kill people. Sort of our raison d'etre, you know.",
|
56
|
+
"She wouldn't even kill me. She just left. She didn't even care enough to cut off my head, or set me on fire. I mean, is that too much to ask? You know? Some little sign that she cared? It was the truce with Buffy that did it. Dru said I'd gone soft - wasn't demon enough for the likes of her.",
|
57
|
+
"Well, isn't this usually the part where you... kick me in the head and run out, virtue fluttering?",
|
58
|
+
"Oh, I don't know. Looking in the mirror every day and seeing nothing there...it's an overrated pleasure.",
|
59
|
+
"Sorry about the chains. It's not that I don't trust you, it's... Actually, it is that I don't trust you.",
|
60
|
+
"I'm just so excited. They come in, I help them, they give us money in exchange for goods, you give me money for working for you. I have a place in the world now. I'm part of the system. I'm a workin' gal.",
|
61
|
+
"Wow, it's like, one second you were this klutzy teenager with false memories and a history of kleptomania, and then suddenly you were a hero. A hero with a much abbreviated life span.",
|
62
|
+
"You gotta give me something to do. There's no way I'm sleeping. Don't you need anyone dead? Or maimed? I can settle for maimed.",
|
63
|
+
"You know, I honestly don't think there's a human word fabulous enough for me.",
|
64
|
+
"We don't know much about them except for they're very ugly, and they're very mobile for blind people.",
|
65
|
+
"And I wonder what possible catastrophe came crashing down from heaven and brought this dashing stranger to tears?"
|
66
|
+
]
|
67
|
+
celebrities: [
|
68
|
+
'Sarah Michelle Geller',
|
69
|
+
'Alyson Hannigan',
|
70
|
+
'David Boreanaz',
|
71
|
+
'Eliza Dushku',
|
72
|
+
'Michelle Trachtenberg',
|
73
|
+
'Rachel Bilson',
|
74
|
+
'Seth Green',
|
75
|
+
'John Ritter',
|
76
|
+
'Amy Adams',
|
77
|
+
'Ashanti',
|
78
|
+
'Eric Balfour',
|
79
|
+
'Julie Benz',
|
80
|
+
'Clare Cramer',
|
81
|
+
'Carmine Giovinazzo',
|
82
|
+
'Clea Duvall',
|
83
|
+
'Eion Bailey',
|
84
|
+
'Shane West',
|
85
|
+
'Pedro Pascal',
|
86
|
+
'Kal Penn',
|
87
|
+
'Amber Tamblyn'
|
88
|
+
]
|
89
|
+
big_bads: [
|
90
|
+
'The Master',
|
91
|
+
'Drusilla',
|
92
|
+
'Angelus',
|
93
|
+
'Mayor Richard Wilkins III',
|
94
|
+
'Maggie Walsh',
|
95
|
+
'Adam',
|
96
|
+
'Warren Mears',
|
97
|
+
'Caleb',
|
98
|
+
'The First Evil',
|
99
|
+
'Dark Willow',
|
100
|
+
'The Anointed One'
|
101
|
+
]
|
102
|
+
episodes: [
|
103
|
+
# Season 1
|
104
|
+
"Welcome to the Hellmouth",
|
105
|
+
"The Harvest",
|
106
|
+
"Witch",
|
107
|
+
"Teacher's Pet",
|
108
|
+
"Never Kill a Boy on the First Date",
|
109
|
+
"The Pack",
|
110
|
+
"Angel",
|
111
|
+
"I Robot, You Jane",
|
112
|
+
"The Puppet Show",
|
113
|
+
"Nightmares",
|
114
|
+
"Out of Mind, Out of Sight",
|
115
|
+
"Prophecy Girl",
|
116
|
+
|
117
|
+
# Season 2
|
118
|
+
"When She Was Bad",
|
119
|
+
"Some Assembly Required",
|
120
|
+
"School Hard",
|
121
|
+
"Inca Mummy Girl",
|
122
|
+
"Reptile Boy",
|
123
|
+
"Halloween",
|
124
|
+
"Lie to Me",
|
125
|
+
"The Dark Age",
|
126
|
+
"What's My Line, Part One",
|
127
|
+
"What's My Line, Part Two",
|
128
|
+
"Ted",
|
129
|
+
"Bad Eggs",
|
130
|
+
"Surprise",
|
131
|
+
"Innocence",
|
132
|
+
"Phases",
|
133
|
+
"Bewitched, Bothered and Bewildered",
|
134
|
+
"Passion",
|
135
|
+
"Killed by Death",
|
136
|
+
"I Only Have Eyes for You",
|
137
|
+
"Go Fish",
|
138
|
+
"Becoming, Part One",
|
139
|
+
"Becoming, Part Two",
|
140
|
+
|
141
|
+
# Season 3
|
142
|
+
"Anne",
|
143
|
+
"Dead Man's Party",
|
144
|
+
"Faith, Hope & Trick",
|
145
|
+
"Beauty and the Beasts",
|
146
|
+
"Homecoming",
|
147
|
+
"Band Candy",
|
148
|
+
"Revelations",
|
149
|
+
"Lovers Walk",
|
150
|
+
"The Wish",
|
151
|
+
"Amends",
|
152
|
+
"Gingerbread",
|
153
|
+
"Helpless",
|
154
|
+
"The Zeppo",
|
155
|
+
"Bad Girls",
|
156
|
+
"Consequences",
|
157
|
+
"Doppelgangland",
|
158
|
+
"Enemies",
|
159
|
+
"Earshot",
|
160
|
+
"Choices",
|
161
|
+
"The Prom",
|
162
|
+
"Graduation Day, Part One",
|
163
|
+
"Graduation Day, Part Two",
|
164
|
+
|
165
|
+
# Season 4
|
166
|
+
"The Freshman",
|
167
|
+
"Living Conditions",
|
168
|
+
"The Harsh Light of Day",
|
169
|
+
"Fear, Itself",
|
170
|
+
"Beer Bad",
|
171
|
+
"Wild at Heart",
|
172
|
+
"The Initiative",
|
173
|
+
"Pangs",
|
174
|
+
"Something Blue",
|
175
|
+
"Hush",
|
176
|
+
"Doomed",
|
177
|
+
"A New Man",
|
178
|
+
"The I in Team",
|
179
|
+
"Goodbye Iowa",
|
180
|
+
"This Year's Girl",
|
181
|
+
"Who Are You",
|
182
|
+
"Superstar",
|
183
|
+
"Where the Wild Things Are",
|
184
|
+
"New Moon Rising",
|
185
|
+
"The Yoko Factor",
|
186
|
+
"Primeval",
|
187
|
+
"Restless",
|
188
|
+
|
189
|
+
# Season 5
|
190
|
+
"Buffy vs. Dracula",
|
191
|
+
"Real Me",
|
192
|
+
"The Replacement",
|
193
|
+
"Out of My Mind",
|
194
|
+
"No Place Like Home",
|
195
|
+
"Family",
|
196
|
+
"Fool for Love",
|
197
|
+
"Shadow",
|
198
|
+
"Listening to Fear",
|
199
|
+
"Into the Woods",
|
200
|
+
"Triangle",
|
201
|
+
"Checkpoint",
|
202
|
+
"Blood Ties",
|
203
|
+
"Crush",
|
204
|
+
"I Was Made to Love You",
|
205
|
+
"The Body",
|
206
|
+
"Forever",
|
207
|
+
"Intervention",
|
208
|
+
"Tough Love",
|
209
|
+
"Spiral",
|
210
|
+
"The Weight of the World",
|
211
|
+
"The Gift",
|
212
|
+
|
213
|
+
# Season 6
|
214
|
+
"Bargaining, Part One",
|
215
|
+
"Bargaining, Part Two",
|
216
|
+
"After Life",
|
217
|
+
"Flooded",
|
218
|
+
"Life Serial",
|
219
|
+
"All the Way",
|
220
|
+
"Once More, with Feeling",
|
221
|
+
"Tabula Rasa",
|
222
|
+
"Smashed",
|
223
|
+
"Wrecked",
|
224
|
+
"Gone",
|
225
|
+
"Doublemeat Palace",
|
226
|
+
"Dead Things",
|
227
|
+
"Older and Far Away",
|
228
|
+
"As You Were",
|
229
|
+
"Hell's Bells",
|
230
|
+
"Normal Again",
|
231
|
+
"Entropy",
|
232
|
+
"Seeing Red",
|
233
|
+
"Villains",
|
234
|
+
"Two to Go",
|
235
|
+
"Grave",
|
236
|
+
|
237
|
+
# Season 7
|
238
|
+
"Lessons",
|
239
|
+
"Beneath You",
|
240
|
+
"Same Time, Same Place",
|
241
|
+
"Help",
|
242
|
+
"Selfless",
|
243
|
+
"Him",
|
244
|
+
"Conversations with Dead People",
|
245
|
+
"Sleeper",
|
246
|
+
"Never Leave Me",
|
247
|
+
"Bring on the Night",
|
248
|
+
"Showtime",
|
249
|
+
"Potential",
|
250
|
+
"The Killer in Me",
|
251
|
+
"First Date",
|
252
|
+
"Get It Done",
|
253
|
+
"Storyteller",
|
254
|
+
"Lies My Parents Told Me",
|
255
|
+
"Dirty Girls",
|
256
|
+
"Empty Places",
|
257
|
+
"Touched",
|
258
|
+
"End of Days",
|
259
|
+
"Chosen"
|
260
|
+
]
|
data/lib/locales/en/cat.yml
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
en:
|
2
2
|
faker:
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
3
|
+
creature:
|
4
|
+
cat:
|
5
|
+
name: ["Alfie", "Angel", "Bella", "Charlie", "Chloe", "Coco", "Daisy", "Felix", "Jasper", "Lily", "Lucky", "Lucy", "Max", "Millie", "Milo", "Missy", "Misty", "Molly", "Oliver", "Oscar", "Poppy", "Sam", "Shadow", "Simba", "Smokey", "Smudge", "Sooty", "Tiger"]
|
6
|
+
breed: ["Abyssinian", "Aegean", "American Bobtail", "American Curl", "American Shorthair", "American Wirehair", "Arabian Mau", "Asian", "Asian Semi-longhair", "Australian Mist", "Balinese", "Bambino", "Bengal", "Birman", "Bombay", "Brazilian Shorthair", "British Longhair", "British Semipi-longhair", "British Shorthair", "Burmese", "Burmilla", "California Spangled", "Chantilly-Tiffany", "Chartreux", "Chausie", "Cheetoh", "Colorpoint Shorthair", "Cornish Rex", "Cymric, or Manx Longhair", "Cyprus", "Devon Rex", "Donskoy, or Don Sphynx", "Dragon Li", "Dwarf cat, or Dwelf", "Egyptian Mau", "European Shorthair", "Exotic Shorthair", "Foldex Cat", "German Rex", "Havana Brown", "Highlander", "Himalayan, or Colorpoint Persian", "Japanese Bobtail", "Javanese", "Khao Manee", "Korat", "Korean Bobtail", "Korn Ja", "Kurilian Bobtail", "Kurilian Bobtail, or Kuril Islands Bobtail", "LaPerm", "Lykoi", "Maine Coon", "Manx", "Mekong Bobtail", "Minskin", "Munchkin", "Napoleon", "Nebelung", "Norwegian Forest Cat", "Ocicat", "Ojos Azules", "Oregon Rex", "Oriental Bicolor", "Oriental Longhair", "Oriental Shorthair", "PerFold Cat (Experimental Breed - WCF)", "Persian (Modern Persian Cat)", "Persian (Traditional Persian Cat)", "Peterbald", "Pixie-bob", "Raas", "Ragamuffin", "Ragdoll", "Russian Blue", "Russian White, Black and Tabby", "Sam Sawet", "Savannah", "Scottish Fold", "Selkirk Rex", "Serengeti", "Serrade petit", "Siamese", "Siberian", "Singapura", "Snowshoe", "Sokoke", "Somali", "Sphynx", "Suphalak", "Thai", "Tonkinese", "Toyger", "Turkish Angora", "Turkish Van", "Ukrainian Levkoy"]
|
7
|
+
registry: ["American Cat Fanciers Association", "Associazione Nazionale Felina Italiana", "Canadian Cat Association", "Cat Aficionado Association", "Cat Fanciers' Association", "Emirates Feline Federation", "Fédération Internationale Féline", "Felis Britannica", "Governing Council of the Cat", "Fancy Southern Africa Cat Council", "The International Cat Association"]
|
data/lib/locales/en/company.yml
CHANGED
@@ -17,5 +17,5 @@ en:
|
|
17
17
|
- "#{Name.last_name}-#{Name.last_name}"
|
18
18
|
- "#{Name.last_name}, #{Name.last_name} and #{Name.last_name}"
|
19
19
|
industry: ["Defense & Space", "Computer Hardware", "Computer Software", "Computer Networking", "Internet", "Semiconductors", "Telecommunications", "Law Practice", "Legal Services", "Management Consulting", "Biotechnology", "Medical Practice", "Hospital & Health Care", "Pharmaceuticals", "Veterinary", "Medical Devices", "Cosmetics", "Apparel & Fashion", "Sporting Goods", "Tobacco", "Supermarkets", "Food Production", "Consumer Electronics", "Consumer Goods", "Furniture", "Retail", "Entertainment", "Gambling & Casinos", "Leisure, Travel & Tourism", "Hospitality", "Restaurants", "Sports", "Food & Beverages", "Motion Pictures and Film", "Broadcast Media", "Museums and Institutions", "Fine Art", "Performing Arts", "Recreational Facilities and Services", "Banking", "Insurance", "Financial Services", "Real Estate", "Investment Banking", "Investment Management", "Accounting", "Construction", "Building Materials", "Architecture & Planning", "Civil Engineering", "Aviation & Aerospace", "Automotive", "Chemicals", "Machinery", "Mining & Metals", "Oil & Energy", "Shipbuilding", "Utilities", "Textiles", "Paper & Forest Products", "Railroad Manufacture", "Farming", "Ranching", "Dairy", "Fishery", "Primary / Secondary Education", "Higher Education", "Education Management", "Research", "Military", "Legislative Office", "Judiciary", "International Affairs", "Government Administration", "Executive Office", "Law Enforcement", "Public Safety", "Public Policy", "Marketing and Advertising", "Newspapers", "Publishing", "Printing", "Information Services", "Libraries", "Environmental Services", "Package / Freight Delivery", "Individual & Family Services", "Religious Institutions", "Civic & Social Organization", "Consumer Services", "Transportationg / Trucking / Railroad", "Warehousing", "Airlines / Aviation", "Maritime", "Information Technology and Services", "Market Research", "Public Relations and Communications", "Design", "Nonprofit Organization Management", "Fund-Raising", "Program Development", "Writing and Editing", "Staffing and Recruiting", "Professional Training & Coaching", "Venture Capital & Private Equity", "Political Organization", "Translation and Localization", "Computer Games", "Events Services", "Arts and Crafts", "Electrical / Electronic Manufacturing", "Online Media", "Nanotechnology", "Music", "Logistics and Supply Chain", "Plastics", "Computer & Network Security", "Wireless", "Alternative Dispute Resolution", "Security and Investigations", "Facilities Services", "Outsourcing / Offshoring", "Health, Wellness and Fitness", "Alternative Medicine", "Media Production", "Animation", "Commercial Real Estate", "Capital Markets", "Think Tanks", "Philanthropy", "E-Learning", "Wholesale", "Import and Export", "Mechanical or Industrial Engineering", "Photography", "Human Resources", "Business Supplies and Equipment", "Mental Health Care", "Graphic Design", "International Trade and Development", "Wine and Spirits", "Luxury Goods & Jewelry", "Renewables & Environment", "Glass, Ceramics & Concrete", "Packaging and Containers", "Industrial Automation", "Government Relations"]
|
20
|
-
profession: ["teacher", "actor", "musician", "philosopher", "writer", "doctor", "accountant", "agriculturist", "architect", "economist", "engineer", "interpreter", "attorney at law", "advocate", "librarian", "statistician", "human resources", "firefighter", "judge", "police officer", "astronomer", "biologist", "chemist", "physicist", "programmer", "web developer", "designer"]
|
20
|
+
profession: ["teacher", "actor", "musician", "philosopher", "writer", "doctor", "accountant", "agriculturist", "architect", "economist", "engineer", "interpreter", "attorney at law", "advocate", "librarian", "statistician", "human resources", "firefighter", "judge", "police officer", "astronomer", "biologist", "chemist", "physicist", "programmer", "web developer", "designer", "actress", "air traffic controller", "artist", "attorney", "banker", "bartender", "barber", "bookkeeper", "builder", "businessman", "butcher", "carpenter", "cashier", "chef", "coach", "dentist", "dental hygienist", "developer", "dietician", "editor", "electrician", "factory worker", "farmer", "fiherman", "gardener", "hairdresser", "journalist", "lawyer", "lecturer", "lifeguard", "mechanic", "model", "newsreader", "nurse", "optician", "painter", "pharmacist", "photographer", "pilot", "plumber", "politician", "postman", "receptionist", "scientist", "secretary", "shop assistant", "soldier", "tailor", "taxi driver", "translator", "traffic warden", "travel agent", "veterinary doctor", "waiter", "window cleaner"]
|
21
21
|
type: ["Public Company", "Educational Institution", "Self-Employed", "Government Agency", "Nonprofit", "Sole Proprietorship", "Privately Held", "Partnership"]
|
@@ -0,0 +1,425 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
construction:
|
4
|
+
heavy_equipment: [
|
5
|
+
"Excavator",
|
6
|
+
"Backhoe",
|
7
|
+
"Bulldozer",
|
8
|
+
"Skid-Steer",
|
9
|
+
"Grader",
|
10
|
+
"Crawler",
|
11
|
+
"Trencher",
|
12
|
+
"Scraper",
|
13
|
+
"Dump Truck",
|
14
|
+
"Compactor",
|
15
|
+
"Dragline"
|
16
|
+
]
|
17
|
+
materials: [
|
18
|
+
"Aluminum",
|
19
|
+
"Brass",
|
20
|
+
"Glass",
|
21
|
+
"Granite",
|
22
|
+
"Plastic",
|
23
|
+
"Plexiglass",
|
24
|
+
"Rubber",
|
25
|
+
"Steel",
|
26
|
+
"Stone",
|
27
|
+
"Vinyl",
|
28
|
+
"Wood"
|
29
|
+
]
|
30
|
+
subcontract_categories: [
|
31
|
+
"Asphalt Paving",
|
32
|
+
"Casework",
|
33
|
+
"Construction Clean and Final Clean",
|
34
|
+
"Curb & Gutter",
|
35
|
+
"Doors, Frames & Hardware",
|
36
|
+
"Drilled Shafts",
|
37
|
+
"Drywall & Acoustical (FED)",
|
38
|
+
"Drywall & Acoustical (MOB)",
|
39
|
+
"EIFS",
|
40
|
+
"Electrical and Fire Alarm",
|
41
|
+
"Electrical",
|
42
|
+
"Elevator",
|
43
|
+
"Epoxy Flooring",
|
44
|
+
"Exterior Signage",
|
45
|
+
"Fire Protection",
|
46
|
+
"Fire Sprinkler System",
|
47
|
+
"Framing (Steel)",
|
48
|
+
"Framing (Wood)",
|
49
|
+
"Glass & Glazing",
|
50
|
+
"Granite Surfaces",
|
51
|
+
"HVAC",
|
52
|
+
"Hard Tile & Stone",
|
53
|
+
"Landscaping & Irrigation",
|
54
|
+
"Marlite Panels (FED)",
|
55
|
+
"Masonry & Precast",
|
56
|
+
"Masonry",
|
57
|
+
"Ornamental Railings",
|
58
|
+
"Overhead Doors",
|
59
|
+
"Painting & Vinyl Wall Covering",
|
60
|
+
"Plumbing & Medical Gas",
|
61
|
+
"Prefabricated Aluminum Metal Canopies",
|
62
|
+
"RF Shielding",
|
63
|
+
"Rebar & Wire Mesh Install",
|
64
|
+
"Retaining Wall and Brick Pavers",
|
65
|
+
"Roofing (Asphalt)",
|
66
|
+
"Roofing (Metal)",
|
67
|
+
"Site Furnishings",
|
68
|
+
"Sitework & Site Utilities",
|
69
|
+
"Soft Flooring and Base",
|
70
|
+
"Structural & Misc Steel Erection",
|
71
|
+
"Structural and Misc Steel (Fabrication)",
|
72
|
+
"Temp Fencing, Decorative Fencing and Gates",
|
73
|
+
"Termite Control",
|
74
|
+
"Wall Protection",
|
75
|
+
"Waterproofing & Caulking"
|
76
|
+
]
|
77
|
+
roles: [
|
78
|
+
"Construction Manager",
|
79
|
+
"Estimator",
|
80
|
+
"Architect",
|
81
|
+
"Supervisor",
|
82
|
+
"Construction Expeditor",
|
83
|
+
"Construction Worker",
|
84
|
+
"Engineer",
|
85
|
+
"Electrician",
|
86
|
+
"Construction Foreman",
|
87
|
+
"Subcontractor",
|
88
|
+
"Project Manager",
|
89
|
+
"Surveyor"
|
90
|
+
]
|
91
|
+
trades: [
|
92
|
+
"Boilermaker",
|
93
|
+
"Brickmason",
|
94
|
+
"Carpenter",
|
95
|
+
"Tile Setter",
|
96
|
+
"Cement Mason",
|
97
|
+
"Concrete Finisher",
|
98
|
+
"Terrazzo",
|
99
|
+
"Equipment Operator",
|
100
|
+
"Electrician",
|
101
|
+
"Glazier",
|
102
|
+
"Linemen",
|
103
|
+
"Painter",
|
104
|
+
"Pipelayer",
|
105
|
+
"Plumber",
|
106
|
+
"Plasterers",
|
107
|
+
"Stucco Mason",
|
108
|
+
"Sheet Metal Worker",
|
109
|
+
"Ironworker",
|
110
|
+
"Laborer",
|
111
|
+
"Millwright",
|
112
|
+
"Pipefitter",
|
113
|
+
"Waterproofer",
|
114
|
+
"Safety Officer",
|
115
|
+
"Welder",
|
116
|
+
"Refridgeration",
|
117
|
+
"HVAC",
|
118
|
+
"Landscaper"
|
119
|
+
]
|
120
|
+
standard_cost_codes: [
|
121
|
+
"1 - General Requirements",
|
122
|
+
"1-000 - Purpose",
|
123
|
+
"1-002 - Instructions",
|
124
|
+
"1-010 - Project Manager",
|
125
|
+
"1-011 - Project Engineer",
|
126
|
+
"1-012 - Superintendent",
|
127
|
+
"1-013 - Project Coordinator",
|
128
|
+
"1-014 - Project Executive",
|
129
|
+
"1-500 - Temporary Facilities and Controls",
|
130
|
+
"1-510 - Temporary Utilities",
|
131
|
+
"1-511 - Temporary Electricity",
|
132
|
+
"1-514 - Temporary Heating, Cooling and Ventilation",
|
133
|
+
"1-515 - Temporary Lighting",
|
134
|
+
"1-517 - Temporary Telephone",
|
135
|
+
"1-518 - Temporary Water",
|
136
|
+
"1-520 - Construction Facilities",
|
137
|
+
"1-523 - Sanitary Facilities",
|
138
|
+
"1-530 - Temporary Construction",
|
139
|
+
"1-540 - Construction Aids",
|
140
|
+
"1-542 - Construction Scaffolding and Platforms",
|
141
|
+
"1-550 - Vehicular Access and Parking",
|
142
|
+
"1-560 - Temporary Barriers and Enclosures",
|
143
|
+
"1-570 - Temporary Controls",
|
144
|
+
"1-580 - Project Identification",
|
145
|
+
"1-600 - Product Requirements (Scope of Work)",
|
146
|
+
"1-630 - Product Substitution Procedures",
|
147
|
+
"1-640 - Owner Furnished Products",
|
148
|
+
"1-700 - Execution Requirements",
|
149
|
+
"1-712 - Local Conditions",
|
150
|
+
"1-740 - Cleaning",
|
151
|
+
"1-760 - Protecting Installed Construction",
|
152
|
+
"1-903 - Hazardous Materials Abatement",
|
153
|
+
"1-904 - Hazardous Materials Removal and Disposal",
|
154
|
+
"2 - Site Construction",
|
155
|
+
"2-000 - General",
|
156
|
+
"2-200 - Site Preparation",
|
157
|
+
"2-220 - Site Demolition",
|
158
|
+
"2-230 - Site Clearing",
|
159
|
+
"2-240 - Dewatering",
|
160
|
+
"2-250 - Shoring and Underpinning",
|
161
|
+
"2-260 - Excavation Support and Protection",
|
162
|
+
"2-300 - Earthwork",
|
163
|
+
"2-310 - Grading",
|
164
|
+
"2-311 - Final Grading",
|
165
|
+
"2-312 - Rough Grading",
|
166
|
+
"2-315 - Excavation",
|
167
|
+
"2-316 - Backfilling",
|
168
|
+
"2-317 - Select Borrow",
|
169
|
+
"2-320 - Excavation and Fill",
|
170
|
+
"2-362 - Termite Control",
|
171
|
+
"2-370 - Erosion and Sedimentation Control",
|
172
|
+
"2-500 - Utility Services",
|
173
|
+
"2-540 - Septic Tank",
|
174
|
+
"2-621 - Foundatation Drainage Piping",
|
175
|
+
"2-625 - Retaining Wall Drainage Piping",
|
176
|
+
"2-740 - Flexible Pavement Asphalt Pavement",
|
177
|
+
"2-750 - Concrete Pads and Walks",
|
178
|
+
"2-770 - Curb and Gutters",
|
179
|
+
"2-780 - Clay Unit Pavers",
|
180
|
+
"2-781 - Asphalt Pavers",
|
181
|
+
"2-782 - Brick Pavers",
|
182
|
+
"2-783 - Interlocking Concrete Unit Paving",
|
183
|
+
"2-784 - Stone Unit Pavers",
|
184
|
+
"2-790 - Athletic Surfacing",
|
185
|
+
"2-795 - Porous Paving",
|
186
|
+
"2-800 - Site Amenities",
|
187
|
+
"2-812 - Drip Irrigation",
|
188
|
+
"2-813 - Lawn Sprinkling and Irrigation",
|
189
|
+
"2-815 - Fountains",
|
190
|
+
"2-820 - Fences and Gates",
|
191
|
+
"2-821 - Chain Link Fences",
|
192
|
+
"2-822 - Ornamental Metal Fences and Gates",
|
193
|
+
"2-823 - PVC Fences and Gates",
|
194
|
+
"2-824 - Wire Fences and Gates",
|
195
|
+
"2-825 - Wood Fences and Gates",
|
196
|
+
"2-830 - Retaining Walls",
|
197
|
+
"2-850 - Bridges/Footbridges",
|
198
|
+
"2-870 - Sculpture/Ornamental",
|
199
|
+
"2-900 - Landscaping",
|
200
|
+
"2-915 - Mulch",
|
201
|
+
"2-917 - Soil Preparation",
|
202
|
+
"2-919 - Topsoil",
|
203
|
+
"2-923 - Seeding and Soil Supplements",
|
204
|
+
"2-924 - Sodding",
|
205
|
+
"2-930 - Exterior Plants",
|
206
|
+
"2-932 - PLants and Bulbs",
|
207
|
+
"2-935 - Plant Maintenance",
|
208
|
+
"2-936 - Fertilizer",
|
209
|
+
"3 - Concrete",
|
210
|
+
"3-000 - General",
|
211
|
+
"3-050 - Concrete Subcontractor",
|
212
|
+
"3-100 - Concrete Reinforcement",
|
213
|
+
"3-210 - Cast-In-Place Concrete",
|
214
|
+
"3-230 - Anchor Bolts",
|
215
|
+
"3-300 - Footings",
|
216
|
+
"3-310 - Expansion Joints",
|
217
|
+
"3-320 - Slab Foundations",
|
218
|
+
"3-330 - Poured Concrete Basement Walls",
|
219
|
+
"3-350 - Concrete Finishing",
|
220
|
+
"3-400 - Precast Concrete",
|
221
|
+
"3-500 - Cementitious Decks and Underlayments",
|
222
|
+
"3-540 - Cementitious Underlayments",
|
223
|
+
"3-600 - Grouts",
|
224
|
+
"4 - Masonry",
|
225
|
+
"4-050 - Basic Masonry Materials and Methods",
|
226
|
+
"4-200 - Masonry Units",
|
227
|
+
"4-400 - Stone",
|
228
|
+
"4-500 - Refractories",
|
229
|
+
"4-600 - Corrosion-Resistant Masonry",
|
230
|
+
"4-700 - Simulated Masonry",
|
231
|
+
"4-800 - Masonry Assemblies",
|
232
|
+
"4-900 - Masonry Restoration and Cleaning",
|
233
|
+
"5 - Metals",
|
234
|
+
"5-050 - Basic Metal Materials and Methods",
|
235
|
+
"5-100 - Structural Metals",
|
236
|
+
"5-200 - Metal Joists",
|
237
|
+
"5-300 - Metal Deck",
|
238
|
+
"5-400 - Cold-Formed Metal Framing",
|
239
|
+
"5-500 - Metal Fabrications",
|
240
|
+
"5-600 - Hydraulic Fabrications",
|
241
|
+
"5-700 - Ornamental Metal",
|
242
|
+
"5-800 - Expansion Control",
|
243
|
+
"5-900 - Metal Restoration and Cleaning",
|
244
|
+
"6 - Wood and Plastics",
|
245
|
+
"6-050 - Basic Wood and Plastic Materials and Methods",
|
246
|
+
"6-100 - Rough Carpentry",
|
247
|
+
"6-200 - Finish Carpentry",
|
248
|
+
"6-400 - Architectural Woodwork",
|
249
|
+
"6-500 - Structural Plastics",
|
250
|
+
"6-600 - Plastic Fabrications",
|
251
|
+
"6-900 - Wood and Plastic Restoration and Cleaning",
|
252
|
+
"7 - Thermal and Moisture Protection",
|
253
|
+
"7-050 - Basic Thermal and Moisture Protection Materials and Methods",
|
254
|
+
"7-100 - Damproofing and Waterproofing",
|
255
|
+
"7-200 - Thermal Protection - Insulation",
|
256
|
+
"7-300 - Shingles, Roof Tiles, and Roof Coverings",
|
257
|
+
"7-400 - Roofing and Siding Panels",
|
258
|
+
"7-500 - Membrane Roofing",
|
259
|
+
"7-600 - Flashing and Sheet Metal",
|
260
|
+
"7-700 - Roof Specialties and Accessories",
|
261
|
+
"7-800 - Fire and Smoke Protection",
|
262
|
+
"7-900 - Joint Sealers",
|
263
|
+
"8 - Doors and Windows",
|
264
|
+
"8-050 - Basic Door and Window Materials and Methods",
|
265
|
+
"8-100 - Doors",
|
266
|
+
"8-200 - Wood and Plastic Doors",
|
267
|
+
"8-300 - Specialty Doors",
|
268
|
+
"8-400 - Entrances and Storefronts",
|
269
|
+
"8-500 - Windows",
|
270
|
+
"8-600 - Skylights",
|
271
|
+
"8-700 - Hardware",
|
272
|
+
"8-800 - Glazing",
|
273
|
+
"8-900 - Glazed Curtain Wall",
|
274
|
+
"9 - Finishes",
|
275
|
+
"9-050 - Basic Finish Materials and Methods",
|
276
|
+
"9-100 - Metal Support Assemblies",
|
277
|
+
"9-250 - Gypsum Wallboard",
|
278
|
+
"9-300 - Tile",
|
279
|
+
"9-400 - Terrazzo",
|
280
|
+
"9-500 - Ceilings",
|
281
|
+
"9-600 - Flooring",
|
282
|
+
"9-680 - Carpet",
|
283
|
+
"9-700 - Wall Finishes",
|
284
|
+
"9-800 - Acoustical Treatment",
|
285
|
+
"9-900 - Paints and Coatings",
|
286
|
+
"10 - Specialties",
|
287
|
+
"10-100 - Visual Display Boards",
|
288
|
+
"10-150 - Compartments and Cubicles",
|
289
|
+
"10-200 - Louvers and Vents",
|
290
|
+
"10-240 - Grilles and Screens",
|
291
|
+
"10-250 - Service Walls",
|
292
|
+
"10-260 - Wall and Corner Guards",
|
293
|
+
"10-270 - Access Flooring",
|
294
|
+
"10-290 - Pest Control",
|
295
|
+
"10-300 - Fireplaces and Stoves",
|
296
|
+
"10-340 - Manufactured Exterior Specialties",
|
297
|
+
"10-350 - Flagpoles",
|
298
|
+
"10-400 - Identification Devices",
|
299
|
+
"10-450 - Pedestrian Control Devices",
|
300
|
+
"10-500 - Lockers",
|
301
|
+
"10-520 - Fire Protection Specialties",
|
302
|
+
"10-530 - Protective Covers",
|
303
|
+
"10-550 - Postal Specialties",
|
304
|
+
"10-600 - Partitions",
|
305
|
+
"10-670 - Storage Shelving",
|
306
|
+
"10-700 - Exterior Protection",
|
307
|
+
"10-750 - Telephone Specialties",
|
308
|
+
"10-800 - Toilet, Bath, and Laundry Specialties",
|
309
|
+
"10-820 - Bathroom Accessories",
|
310
|
+
"10-880 - Scales",
|
311
|
+
"10-900 - Wardrobe and Closet Specialties",
|
312
|
+
"11 - Equipment",
|
313
|
+
"11-010 - Maintenance Equipment",
|
314
|
+
"11-020 - Security and Vault Equipment",
|
315
|
+
"11-030 - Teller and Service Equipment",
|
316
|
+
"11-040 - Ecclesiastical Equipment",
|
317
|
+
"11-050 - Library Equipment",
|
318
|
+
"11-060 - Theater and Stage Equipment",
|
319
|
+
"11-070 - Instrumental Equipment",
|
320
|
+
"11-080 - Registration Equipment",
|
321
|
+
"11-090 - Checkroom Equipment",
|
322
|
+
"11-100 - Mercantile Equipment",
|
323
|
+
"11-110 - Commercial Laundry and Dry Cleaning Equipment",
|
324
|
+
"11-120 - Vending Equipment",
|
325
|
+
"11-130 - Audio-Visual Equipment",
|
326
|
+
"11-140 - Vehicle Service Equipment",
|
327
|
+
"11-150 - Parking Control Equipment",
|
328
|
+
"11-160 - Loading Dock Equipment",
|
329
|
+
"11-170 - Solid Waste Handling Equipment",
|
330
|
+
"11-190 - Detention Equipment",
|
331
|
+
"11-200 - Water Supply and Treatment Equipment",
|
332
|
+
"11-280 - Hydraulic Gates and Valves",
|
333
|
+
"11-300 - Fluid Waste Treatment and Disposal Equipment",
|
334
|
+
"11-400 - Food Service Equipment",
|
335
|
+
"11-450 - Residential Equipment",
|
336
|
+
"11-460 - Unit Kitchens",
|
337
|
+
"11-470 - Darkroom Equipment",
|
338
|
+
"11-480 - Athletic, Recreational, and Therapeutic Equipment",
|
339
|
+
"11-500 - Industrial and Process Equipment",
|
340
|
+
"11-600 - Laboratory Equipment",
|
341
|
+
"11-650 - Planetarium Equipment",
|
342
|
+
"11-660 - Observatory Equipment",
|
343
|
+
"11-680 - Office Equipment",
|
344
|
+
"11-700 - Medical Equipment",
|
345
|
+
"11-780 - Mortuary Equipment",
|
346
|
+
"11-850 - Navigation Equipment",
|
347
|
+
"11-870 - Agricultural Equipment",
|
348
|
+
"11-900 - Exhibit Equipment",
|
349
|
+
"12 - Furnishings",
|
350
|
+
"12-050 - Fabrics",
|
351
|
+
"12-100 - Art",
|
352
|
+
"12-300 - Manufactured Casework",
|
353
|
+
"12-400 - Furnishings and Accessories",
|
354
|
+
"12-500 - Furniture",
|
355
|
+
"12-600 - Multiple Seating",
|
356
|
+
"12-700 - Systems Furniture",
|
357
|
+
"12-800 - Interior Plants and Planters",
|
358
|
+
"12-900 - Furnishings Restoration and Repair",
|
359
|
+
"13 - Special Construction",
|
360
|
+
"13-010 - Air-Supported Structures",
|
361
|
+
"13-020 - Building Modules",
|
362
|
+
"13-030 - Special Purpose Rooms",
|
363
|
+
"13-080 - Sound, Vibration, and Seismic Control",
|
364
|
+
"13-090 - Radiation Protection",
|
365
|
+
"13-100 - Lightning Protection",
|
366
|
+
"13-110 - Cathodic Protection",
|
367
|
+
"13-120 - Pre-Engineered Structures",
|
368
|
+
"13-150 - Swimming Pools",
|
369
|
+
"13-160 - Aquariums",
|
370
|
+
"13-165 - Aquatic Park Facilities",
|
371
|
+
"13-170 - Tubs and Pools",
|
372
|
+
"13-175 - Ice Rinks",
|
373
|
+
"13-185 - Kennels and Animal Shelters",
|
374
|
+
"13-190 - Site-Constructed Incinerators",
|
375
|
+
"13-200 - Storage Tanks",
|
376
|
+
"13-220 - Filter Underdrains and Media",
|
377
|
+
"13-230 - Digester Covers and Appurtenances",
|
378
|
+
"13-240 - Oxygenation Systems",
|
379
|
+
"13-260 - Sludge Conditioning Systems",
|
380
|
+
"13-280 - Hazardous Material Remediation",
|
381
|
+
"13-400 - Measurement and Control Instrumentation",
|
382
|
+
"13-500 - Recording Instrumentation",
|
383
|
+
"13-550 - Transportation Control Instrumentation",
|
384
|
+
"13-600 - Solar and Wind Energy Equipment",
|
385
|
+
"13-700 - Security Access and Surveillance",
|
386
|
+
"13-800 - Building Automation and Control",
|
387
|
+
"13-850 - Detection and Alarm",
|
388
|
+
"13-900 - Fire Suppression",
|
389
|
+
"14 - Conveying Systems",
|
390
|
+
"14-100 - Dumbwaiters",
|
391
|
+
"14-200 - Elevators",
|
392
|
+
"14-300 - Escalators and Moving Walks",
|
393
|
+
"14-400 - Lifts",
|
394
|
+
"14-500 - Material Handling",
|
395
|
+
"14-600 - Hoists and Cables",
|
396
|
+
"14-700 - Turntables",
|
397
|
+
"14-800 - Scaffolding",
|
398
|
+
"14-900 - Transportation",
|
399
|
+
"15 - Mechanical",
|
400
|
+
"15-050 - Basic Mechanical Materials and Methods",
|
401
|
+
"15-100 - Plumbing",
|
402
|
+
"15-200 - Process Piping",
|
403
|
+
"15-300 - Fire Protection Piping",
|
404
|
+
"15-400 - Plumbing Fixtures and Equipment",
|
405
|
+
"15-500 - Heat-Generation Equipment",
|
406
|
+
"15-600 - Refrigeration Equipment",
|
407
|
+
"15-700 - Heating, Venting and Air Conditioning",
|
408
|
+
"15-800 - Air Distribution",
|
409
|
+
"15-900 - HVAC Instruments and Controls",
|
410
|
+
"15-950 - Testing, Adjusting, and Balancing",
|
411
|
+
"16 - Electrical",
|
412
|
+
"16-050 - Basic Electrical Materials and Methods",
|
413
|
+
"16-100 - Electrical",
|
414
|
+
"16-200 - Electrical Power",
|
415
|
+
"16-300 - Transmission and Distribution",
|
416
|
+
"16-400 - Low-Voltage Distribution",
|
417
|
+
"16-500 - Lighting",
|
418
|
+
"16-700 - Communications",
|
419
|
+
"16-800 - Sound and Video",
|
420
|
+
"17 - Markup and Contingency",
|
421
|
+
"17-010 - Contingency",
|
422
|
+
"17-020 - Insurance",
|
423
|
+
"17-030 - Bond",
|
424
|
+
"17-040 - Profit"
|
425
|
+
]
|