faker 2.15.1 → 3.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +848 -34
- data/README.md +225 -103
- data/lib/faker/blockchain/aeternity.rb +1 -1
- data/lib/faker/blockchain/bitcoin.rb +2 -2
- data/lib/faker/blockchain/ethereum.rb +1 -1
- data/lib/faker/blockchain/tezos.rb +31 -3
- data/lib/faker/books/dune.rb +2 -10
- data/lib/faker/books/lovecraft.rb +9 -41
- data/lib/faker/books/the_kingkiller_chronicle.rb +61 -0
- data/lib/faker/creature/bird.rb +203 -0
- data/lib/faker/default/address.rb +7 -27
- data/lib/faker/default/alphanumeric.rb +2 -8
- data/lib/faker/default/app.rb +1 -10
- data/lib/faker/default/avatar.rb +1 -12
- data/lib/faker/default/bank.rb +25 -17
- data/lib/faker/default/barcode.rb +33 -22
- data/lib/faker/default/boolean.rb +1 -4
- data/lib/faker/default/cannabis.rb +10 -0
- data/lib/faker/default/chile_rut.rb +25 -25
- data/lib/faker/default/chuck_norris.rb +1 -0
- data/lib/faker/default/code.rb +71 -42
- data/lib/faker/default/color.rb +77 -6
- data/lib/faker/default/commerce.rb +31 -17
- data/lib/faker/default/company.rb +137 -22
- data/lib/faker/default/crypto.rb +26 -4
- data/lib/faker/default/crypto_coin.rb +3 -15
- data/lib/faker/default/date.rb +65 -42
- data/lib/faker/default/demographic.rb +1 -5
- data/lib/faker/default/driving_licence.rb +20 -18
- data/lib/faker/default/drone.rb +1 -1
- data/lib/faker/default/educator.rb +13 -0
- data/lib/faker/default/emotion.rb +33 -0
- data/lib/faker/default/file.rb +5 -22
- data/lib/faker/default/finance.rb +30 -7
- data/lib/faker/default/food.rb +27 -1
- data/lib/faker/default/hipster.rb +8 -48
- data/lib/faker/default/hobby.rb +22 -0
- data/lib/faker/default/html.rb +230 -0
- data/lib/faker/default/id_number.rb +175 -27
- data/lib/faker/default/internet.rb +333 -114
- data/lib/faker/default/invoice.rb +4 -17
- data/lib/faker/default/json.rb +4 -21
- data/lib/faker/default/lorem.rb +175 -73
- data/lib/faker/default/lorem_flickr.rb +4 -37
- data/lib/faker/default/markdown.rb +10 -13
- data/lib/faker/default/marketing.rb +1 -1
- data/lib/faker/default/measurement.rb +16 -48
- data/lib/faker/default/name.rb +1 -5
- data/lib/faker/default/nation.rb +0 -3
- data/lib/faker/default/{nhs.rb → national_health_service.rb} +9 -8
- data/lib/faker/default/number.rb +33 -61
- data/lib/faker/default/omniauth.rb +55 -52
- data/lib/faker/default/phone_number.rb +36 -21
- data/lib/faker/default/placeholdit.rb +10 -20
- data/lib/faker/default/relationship.rb +1 -5
- data/lib/faker/default/religion.rb +6 -0
- data/lib/faker/default/science.rb +108 -0
- data/lib/faker/default/source.rb +3 -16
- data/lib/faker/default/south_africa.rb +3 -3
- data/lib/faker/default/string.rb +1 -7
- data/lib/faker/default/stripe.rb +4 -20
- data/lib/faker/default/tea.rb +41 -0
- data/lib/faker/{music/show.rb → default/theater.rb} +11 -8
- data/lib/faker/default/time.rb +4 -34
- data/lib/faker/default/twitter.rb +7 -23
- data/lib/faker/default/types.rb +12 -34
- data/lib/faker/default/vehicle.rb +44 -54
- data/lib/faker/default/vulnerability_identifier.rb +23 -0
- data/lib/faker/default/world_cup.rb +2 -11
- data/lib/faker/games/clash_of_clans.rb +1 -1
- data/lib/faker/games/dnd.rb +49 -7
- data/lib/faker/games/dota.rb +14 -5
- data/lib/faker/games/final_fantasy_xiv.rb +73 -0
- data/lib/faker/games/minecraft.rb +1 -1
- data/lib/faker/games/myst.rb +1 -1
- data/lib/faker/games/tarkov.rb +205 -0
- data/lib/faker/games/touhou.rb +75 -0
- data/lib/faker/games/witcher.rb +39 -0
- data/lib/faker/japanese_media/cowboy_bebop.rb +61 -0
- data/lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb +51 -0
- data/lib/faker/japanese_media/kamen_rider.rb +102 -0
- data/lib/faker/japanese_media/one_piece.rb +1 -1
- data/lib/faker/locations/australia.rb +52 -0
- data/lib/faker/movies/avatar.rb +49 -0
- data/lib/faker/movies/hackers.rb +48 -0
- data/lib/faker/movies/star_wars.rb +73 -5
- data/lib/faker/movies/{room.rb → the_room.rb} +4 -4
- data/lib/faker/movies/tron.rb +161 -0
- data/lib/faker/music/hiphop.rb +3 -3
- data/lib/faker/music/music.rb +12 -0
- data/lib/faker/music/rock_band.rb +12 -0
- data/lib/faker/music/smashing_pumpkins.rb +64 -0
- data/lib/faker/quotes/quote.rb +13 -0
- data/lib/faker/quotes/rajnikanth.rb +1 -0
- data/lib/faker/quotes/shakespeare.rb +34 -0
- data/lib/faker/religion/bible.rb +50 -0
- data/lib/faker/sports/chess.rb +90 -0
- data/lib/faker/sports/mountaineering.rb +22 -0
- data/lib/faker/sports/sport.rb +116 -0
- data/lib/faker/travel/airport.rb +43 -0
- data/lib/faker/travel/train_station.rb +54 -0
- data/lib/faker/tv_shows/archer.rb +51 -0
- data/lib/faker/tv_shows/big_bang_theory.rb +1 -1
- data/lib/faker/tv_shows/brooklyn_nine_nine.rb +38 -0
- data/lib/faker/tv_shows/michael_scott.rb +0 -3
- data/lib/faker/tv_shows/south_park.rb +15 -0
- data/lib/faker/tv_shows/spongebob.rb +50 -0
- data/lib/faker/tv_shows/suits.rb +1 -1
- data/lib/faker/tv_shows/supernatural.rb +48 -0
- data/lib/faker/tv_shows/the_office.rb +37 -0
- data/lib/faker/version.rb +2 -2
- data/lib/faker.rb +26 -67
- data/lib/helpers/base58.rb +1 -1
- data/lib/helpers/deprecator.rb +53 -0
- data/lib/helpers/positional_generator.rb +480 -0
- data/lib/helpers/unique_generator.rb +13 -14
- data/lib/locales/README.md +18 -2
- data/lib/locales/ar.yml +6 -1
- data/lib/locales/bg.yml +1 -2
- data/lib/locales/da-DK.yml +529 -35
- data/lib/locales/de-AT.yml +3487 -27
- data/lib/locales/de-CH.yml +4328 -12
- data/lib/locales/de.yml +7185 -99
- data/lib/locales/ee.yml +0 -1
- data/lib/locales/en/address.yml +1826 -562
- data/lib/locales/en/airport.yml +381 -0
- data/lib/locales/en/animal.yml +1 -1
- data/lib/locales/en/archer.yml +75 -0
- data/lib/locales/en/australia.yml +108 -0
- data/lib/locales/en/avatar.yml +31 -0
- data/lib/locales/en/bank.yml +1 -1
- data/lib/locales/en/bible.yml +90 -0
- data/lib/locales/en/bird.yml +1281 -0
- data/lib/locales/en/book.yml +487 -3
- data/lib/locales/en/brooklyn_nine_nine.yml +35 -0
- data/lib/locales/en/cat.yml +1 -1
- data/lib/locales/en/chess.yml +103 -0
- data/lib/locales/en/coffee.yml +1 -1
- data/lib/locales/en/commerce.yml +17 -0
- data/lib/locales/en/community.yml +17 -17
- data/lib/locales/en/company.yml +1 -0
- data/lib/locales/en/computer.yml +23 -4
- data/lib/locales/en/cowboy_bebop.yml +163 -0
- data/lib/locales/en/device.yml +112 -4
- data/lib/locales/en/dnd.yml +186 -1
- data/lib/locales/en/dog.yml +262 -7
- data/lib/locales/en/dota.yml +173 -0
- data/lib/locales/en/dune.yml +266 -397
- data/lib/locales/en/educator.yml +6 -0
- data/lib/locales/en/emotion.yml +480 -0
- data/lib/locales/en/file.yml +9 -1
- data/lib/locales/en/final_fantasy_xiv.yml +754 -0
- data/lib/locales/en/finance.yml +27 -4
- data/lib/locales/en/food.yml +1067 -10
- data/lib/locales/en/football.yml +3 -3
- data/lib/locales/en/fullmetal_alchemist_brotherhood.yml +78 -0
- data/lib/locales/en/game.yml +11 -0
- data/lib/locales/en/hackers.yml +53 -0
- data/lib/locales/en/harry_potter.yml +1 -1
- data/lib/locales/en/heroes.yml +2 -2
- data/lib/locales/en/hobby.yml +171 -0
- data/lib/locales/en/horse.yml +2 -2
- data/lib/locales/en/id_number.yml +1 -1
- data/lib/locales/en/internet.yml +136 -3
- data/lib/locales/en/kamen_rider.yml +452 -0
- data/lib/locales/en/kpop.yml +7 -7
- data/lib/locales/en/lebowski.yml +1 -1
- data/lib/locales/en/lovecraft.yml +76 -6
- data/lib/locales/en/minecraft.yml +4 -4
- data/lib/locales/en/mitch_hedberg.yml +46 -0
- data/lib/locales/en/mountain.yml +14 -1
- data/lib/locales/en/mountaineering.yml +14 -0
- data/lib/locales/en/movie.yml +2 -1
- data/lib/locales/en/music.yml +152 -142
- data/lib/locales/en/naruto.yml +2 -3
- data/lib/locales/en/one_piece.yml +1 -1
- data/lib/locales/en/opera.yml +2 -2
- data/lib/locales/en/overwatch.yml +5 -7
- data/lib/locales/en/phone_number.yml +78 -3
- data/lib/locales/en/rock_band.yml +1 -0
- data/lib/locales/en/science.yml +481 -3
- data/lib/locales/en/shakespeare.yml +21 -24
- data/lib/locales/en/smashing_pumpkins.yml +382 -0
- data/lib/locales/en/source.yml +5 -0
- data/lib/locales/en/south_park.yml +360 -2
- data/lib/locales/en/space.yml +1 -1
- data/lib/locales/en/spongebob.yml +489 -0
- data/lib/locales/en/sport.yml +130 -0
- data/lib/locales/en/star_wars.yml +1 -1
- data/lib/locales/en/stranger_thing.yml +1 -1
- data/lib/locales/en/super_smash_bros.yml +7 -2
- data/lib/locales/en/supernatural.yml +141 -0
- data/lib/locales/en/tarkov.yml +593 -0
- data/lib/locales/en/tea.yml +172 -0
- data/lib/locales/en/the_kingkiller_chronicle.yml +56 -0
- data/lib/locales/en/the_office.yml +86 -0
- data/lib/locales/en/{room.yml → the_room.yml} +1 -1
- data/lib/locales/en/{show.yml → theater.yml} +1 -1
- data/lib/locales/en/touhou.yml +839 -0
- data/lib/locales/en/train_station.yml +280 -0
- data/lib/locales/en/tron.yml +227 -0
- data/lib/locales/en/vehicle.yml +2809 -75
- data/lib/locales/en/witcher.yml +37 -0
- data/lib/locales/en-AU.yml +718 -47
- data/lib/locales/en-CA.yml +373 -18
- data/lib/locales/en-GB.yml +116 -8
- data/lib/locales/en-IND.yml +1259 -17
- data/lib/locales/en-KE.yml +212 -0
- data/lib/locales/en-MS.yml +364 -17
- data/lib/locales/en-NEP.yml +212 -38
- data/lib/locales/en-NG.yml +1 -0
- data/lib/locales/en-NZ.yml +1153 -123
- data/lib/locales/en-PAK.yml +369 -10
- data/lib/locales/en-SG.yml +581 -16
- data/lib/locales/en-UG.yml +1 -0
- data/lib/locales/en-US.yml +6914 -74
- data/lib/locales/en-ZA.yml +1 -1
- data/lib/locales/en-au-ocker.yml +266 -22
- data/lib/locales/es-AR.yml +4570 -0
- data/lib/locales/es-MX.yml +1 -2
- data/lib/locales/es.yml +2 -3
- data/lib/locales/fi-FI.yml +3 -1
- data/lib/locales/fr/address.yml +20 -0
- data/lib/locales/fr/adjective.yml +266 -0
- data/lib/locales/fr/ancient.yml +141 -0
- data/lib/locales/fr/animal.yml +5 -0
- data/lib/locales/fr/appliance.yml +4 -0
- data/lib/locales/fr/book.yml +7 -0
- data/lib/locales/fr/color.yml +4 -0
- data/lib/locales/fr/company.yml +17 -0
- data/lib/locales/fr/compass.yml +23 -0
- data/lib/locales/fr/demographic.yml +4 -0
- data/lib/locales/fr/gender.yml +6 -0
- data/lib/locales/fr/internet.yml +4 -0
- data/lib/locales/fr/lorem.yml +5 -0
- data/lib/locales/fr/measurement.yml +7 -0
- data/lib/locales/fr/name.yml +22 -0
- data/lib/locales/fr/phone_number.yml +7 -0
- data/lib/locales/fr/pokemon.yml +7 -0
- data/lib/locales/fr-CA.yml +2733 -44
- data/lib/locales/fr-CH.yml +1 -2
- data/lib/locales/fr.yml +2 -118
- data/lib/locales/hy.yml +3624 -119
- data/lib/locales/id.yml +839 -12
- data/lib/locales/it.yml +1304 -32
- 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/football.yml +115 -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/sport.yml +130 -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/touhou.yml +466 -0
- data/lib/locales/ja/university.yml +9 -0
- data/lib/locales/ja/zelda.yml +5 -0
- data/lib/locales/ko.yml +1361 -20
- data/lib/locales/lt.yml +315 -0
- data/lib/locales/lv.yml +1 -2
- data/lib/locales/mi-NZ.yml +283 -0
- data/lib/locales/nb-NO.yml +518 -29
- data/lib/locales/nl.yml +1 -1
- data/lib/locales/pl.yml +1 -2
- data/lib/locales/pt-BR.yml +8157 -660
- data/lib/locales/pt.yml +844 -45
- data/lib/locales/ru.yml +1355 -32
- data/lib/locales/sk.yml +4410 -43
- data/lib/locales/sv.yml +100 -0
- data/lib/locales/th.yml +76 -76
- data/lib/locales/tr.yml +1 -2
- data/lib/locales/uk.yml +1808 -44
- data/lib/locales/vi.yml +1 -0
- data/lib/locales/zh-CN/bank.yml +17 -0
- data/lib/locales/zh-CN.yml +1 -0
- data/lib/locales/zh-TW.yml +1 -0
- metadata +134 -133
- data/History.md +0 -176
- data/lib/faker/default/fillmurray.rb +0 -45
- data/lib/faker/default/lorem_pixel.rb +0 -69
- data/lib/locales/ja.yml +0 -105
- /data/lib/faker/default/{faker_adjective.rb → adjective.rb} +0 -0
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module Faker
|
|
4
|
+
class Movies
|
|
5
|
+
class Tron < Base
|
|
6
|
+
class << self
|
|
7
|
+
##
|
|
8
|
+
# Produces a character from Tron.
|
|
9
|
+
#
|
|
10
|
+
# @return [String]
|
|
11
|
+
#
|
|
12
|
+
# @example
|
|
13
|
+
# Faker::Movies::Tron.character #=> "Bit"
|
|
14
|
+
#
|
|
15
|
+
# @faker.version next
|
|
16
|
+
def character
|
|
17
|
+
sample(characters)
|
|
18
|
+
end
|
|
19
|
+
|
|
20
|
+
##
|
|
21
|
+
# Produces a game from Tron.
|
|
22
|
+
#
|
|
23
|
+
# @return [String]
|
|
24
|
+
#
|
|
25
|
+
# @example
|
|
26
|
+
# Faker::Movies::Tron.game #=> "Space Paranoids"
|
|
27
|
+
#
|
|
28
|
+
# @faker.version next
|
|
29
|
+
def game
|
|
30
|
+
sample(games)
|
|
31
|
+
end
|
|
32
|
+
|
|
33
|
+
##
|
|
34
|
+
# Produces a location from Tron.
|
|
35
|
+
#
|
|
36
|
+
# @return [String]
|
|
37
|
+
#
|
|
38
|
+
# @example
|
|
39
|
+
# Faker::Movies::Tron.location #=> "Flynn's Arcade"
|
|
40
|
+
#
|
|
41
|
+
# @faker.version next
|
|
42
|
+
def location
|
|
43
|
+
sample(locations)
|
|
44
|
+
end
|
|
45
|
+
|
|
46
|
+
##
|
|
47
|
+
# Produces a program from Tron.
|
|
48
|
+
#
|
|
49
|
+
# @return [String]
|
|
50
|
+
#
|
|
51
|
+
# @example
|
|
52
|
+
# Faker::Movies::Tron.program #=> "Clu"
|
|
53
|
+
#
|
|
54
|
+
# @faker.version next
|
|
55
|
+
def program
|
|
56
|
+
sample(programs)
|
|
57
|
+
end
|
|
58
|
+
|
|
59
|
+
##
|
|
60
|
+
# Produces a quote from Tron.
|
|
61
|
+
#
|
|
62
|
+
# @param character [String] The name of a character to derive a quote from.
|
|
63
|
+
# @return [String]
|
|
64
|
+
#
|
|
65
|
+
# @example
|
|
66
|
+
# Faker::Movies::Tron.quote #=> "Greetings, Programs!"
|
|
67
|
+
#
|
|
68
|
+
# @example
|
|
69
|
+
# Faker::Movies::Tron.quote(character: "mcp")
|
|
70
|
+
# #=> "End of Line."
|
|
71
|
+
#
|
|
72
|
+
# @faker.version next
|
|
73
|
+
def quote(character: nil)
|
|
74
|
+
quoted_characters = translate('faker.tron.quotes')
|
|
75
|
+
|
|
76
|
+
if character.nil?
|
|
77
|
+
character = sample(quoted_characters.keys).to_s
|
|
78
|
+
else
|
|
79
|
+
character = character.to_s.downcase
|
|
80
|
+
|
|
81
|
+
# check alternate spellings, nicknames, titles of characters
|
|
82
|
+
translate('faker.tron.alternate_character_spellings').each do |k, v|
|
|
83
|
+
character = k.to_s if v.include?(character)
|
|
84
|
+
end
|
|
85
|
+
|
|
86
|
+
raise ArgumentError, "Character for quotes can be left blank or #{quoted_characters.keys.join(', ')}" unless quoted_characters.key?(character.to_sym)
|
|
87
|
+
end
|
|
88
|
+
|
|
89
|
+
fetch("tron.quotes.#{character}")
|
|
90
|
+
end
|
|
91
|
+
|
|
92
|
+
##
|
|
93
|
+
# Produces a tagline from Tron.
|
|
94
|
+
#
|
|
95
|
+
# @return [String]
|
|
96
|
+
#
|
|
97
|
+
# @example
|
|
98
|
+
# Faker::Movies::Tron.tagline #=> "The Electronic Gladiator"
|
|
99
|
+
#
|
|
100
|
+
# @faker.version next
|
|
101
|
+
def tagline
|
|
102
|
+
sample(taglines)
|
|
103
|
+
end
|
|
104
|
+
|
|
105
|
+
##
|
|
106
|
+
# Produces a user from Tron.
|
|
107
|
+
#
|
|
108
|
+
# @return [String]
|
|
109
|
+
#
|
|
110
|
+
# @example
|
|
111
|
+
# Faker::Movies::Tron.user #=> "Light Cycle"
|
|
112
|
+
#
|
|
113
|
+
# @faker.version next
|
|
114
|
+
def user
|
|
115
|
+
sample(users)
|
|
116
|
+
end
|
|
117
|
+
|
|
118
|
+
##
|
|
119
|
+
# Produces a vehicle from Tron.
|
|
120
|
+
#
|
|
121
|
+
# @return [String]
|
|
122
|
+
#
|
|
123
|
+
# @example
|
|
124
|
+
# Faker::Movies::Tron.vehicle #=> "Light Cycle"
|
|
125
|
+
#
|
|
126
|
+
# @faker.version next
|
|
127
|
+
def vehicle
|
|
128
|
+
sample(vehicles)
|
|
129
|
+
end
|
|
130
|
+
|
|
131
|
+
def characters
|
|
132
|
+
translate('faker.tron.characters').values.flatten
|
|
133
|
+
end
|
|
134
|
+
|
|
135
|
+
def games
|
|
136
|
+
fetch_all('tron.games')
|
|
137
|
+
end
|
|
138
|
+
|
|
139
|
+
def locations
|
|
140
|
+
fetch_all('tron.locations')
|
|
141
|
+
end
|
|
142
|
+
|
|
143
|
+
def programs
|
|
144
|
+
fetch_all('tron.characters.programs')
|
|
145
|
+
end
|
|
146
|
+
|
|
147
|
+
def taglines
|
|
148
|
+
fetch_all('tron.taglines')
|
|
149
|
+
end
|
|
150
|
+
|
|
151
|
+
def users
|
|
152
|
+
fetch_all('tron.characters.users')
|
|
153
|
+
end
|
|
154
|
+
|
|
155
|
+
def vehicles
|
|
156
|
+
fetch_all('tron.vehicles')
|
|
157
|
+
end
|
|
158
|
+
end
|
|
159
|
+
end
|
|
160
|
+
end
|
|
161
|
+
end
|
data/lib/faker/music/hiphop.rb
CHANGED
|
@@ -14,7 +14,7 @@ module Faker
|
|
|
14
14
|
#
|
|
15
15
|
# @faker.version next
|
|
16
16
|
def artist
|
|
17
|
-
fetch('hiphop.artist')
|
|
17
|
+
fetch('music.hiphop.artist')
|
|
18
18
|
end
|
|
19
19
|
|
|
20
20
|
##
|
|
@@ -27,7 +27,7 @@ module Faker
|
|
|
27
27
|
#
|
|
28
28
|
# @faker.version next
|
|
29
29
|
def groups
|
|
30
|
-
fetch('hiphop.groups')
|
|
30
|
+
fetch('music.hiphop.groups')
|
|
31
31
|
end
|
|
32
32
|
|
|
33
33
|
##
|
|
@@ -40,7 +40,7 @@ module Faker
|
|
|
40
40
|
#
|
|
41
41
|
# @faker.version next
|
|
42
42
|
def subgenres
|
|
43
|
-
fetch('hiphop.subgenres')
|
|
43
|
+
fetch('music.hiphop.subgenres')
|
|
44
44
|
end
|
|
45
45
|
end
|
|
46
46
|
end
|
data/lib/faker/music/music.rb
CHANGED
|
@@ -128,6 +128,18 @@ module Faker
|
|
|
128
128
|
def genre
|
|
129
129
|
fetch('music.genres')
|
|
130
130
|
end
|
|
131
|
+
|
|
132
|
+
##
|
|
133
|
+
# Produces a name from Lou Bega's Mambo #5
|
|
134
|
+
#
|
|
135
|
+
# @return [String]
|
|
136
|
+
#
|
|
137
|
+
# @example
|
|
138
|
+
# Faker::Music.mambo #=> "Monica"
|
|
139
|
+
# @faker.version next
|
|
140
|
+
def mambo_no_5
|
|
141
|
+
fetch('music.mambo_no_5')
|
|
142
|
+
end
|
|
131
143
|
end
|
|
132
144
|
end
|
|
133
145
|
end
|
|
@@ -16,6 +16,18 @@ module Faker
|
|
|
16
16
|
def name
|
|
17
17
|
fetch('rock_band.name')
|
|
18
18
|
end
|
|
19
|
+
|
|
20
|
+
# Produces a rock song.
|
|
21
|
+
#
|
|
22
|
+
# @return [String]
|
|
23
|
+
#
|
|
24
|
+
# @example
|
|
25
|
+
# Faker::Music::RockBand.song #=> "Dani California"
|
|
26
|
+
#
|
|
27
|
+
# @faker.version next
|
|
28
|
+
def song
|
|
29
|
+
fetch('rock_band.song')
|
|
30
|
+
end
|
|
19
31
|
end
|
|
20
32
|
end
|
|
21
33
|
end
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
require_relative 'music'
|
|
4
|
+
|
|
5
|
+
module Faker
|
|
6
|
+
class Music
|
|
7
|
+
class SmashingPumpkins < Base
|
|
8
|
+
class << self
|
|
9
|
+
##
|
|
10
|
+
# Produces the name of a member of the Smashing Pumpkins (current and former)
|
|
11
|
+
#
|
|
12
|
+
# @return [String]
|
|
13
|
+
#
|
|
14
|
+
# @example
|
|
15
|
+
# Faker::Music::SmashingPumpkins.musician #=> "Billy Corgan"
|
|
16
|
+
#
|
|
17
|
+
# @faker.version next
|
|
18
|
+
def musician
|
|
19
|
+
fetch('smashing_pumpkins.musicians')
|
|
20
|
+
end
|
|
21
|
+
|
|
22
|
+
##
|
|
23
|
+
# Produces the name of an album by the Smashing Pumpkins.
|
|
24
|
+
#
|
|
25
|
+
# @return [String]
|
|
26
|
+
#
|
|
27
|
+
# @example
|
|
28
|
+
# Faker::Music::SmashingPumpkins.album #=> "Siamese Dream"
|
|
29
|
+
#
|
|
30
|
+
# @faker.version next
|
|
31
|
+
def album
|
|
32
|
+
fetch('smashing_pumpkins.albums')
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
##
|
|
36
|
+
# Produces a random Smashing Pumpkins song lyric.
|
|
37
|
+
#
|
|
38
|
+
# @return [String]
|
|
39
|
+
#
|
|
40
|
+
# @example
|
|
41
|
+
# Faker::Music::SmashingPumpkins.lyric #=> "Despite all my rage, I am still just a rat in a cage"
|
|
42
|
+
# Faker::Music::SmashingPumpkins.lyric #=> "Breathin' underwater, and livin' under glass"
|
|
43
|
+
#
|
|
44
|
+
# @faker.version next
|
|
45
|
+
def lyric
|
|
46
|
+
fetch('smashing_pumpkins.lyric')
|
|
47
|
+
end
|
|
48
|
+
|
|
49
|
+
##
|
|
50
|
+
# Produces the name of a song by the Smashing Pumpkins.
|
|
51
|
+
#
|
|
52
|
+
# @return [String]
|
|
53
|
+
#
|
|
54
|
+
# @example
|
|
55
|
+
# Faker::Music::SmashingPumpkins.song #=> "Stand Inside My Love"
|
|
56
|
+
#
|
|
57
|
+
# @faker.version next
|
|
58
|
+
def song
|
|
59
|
+
fetch('smashing_pumpkins.songs')
|
|
60
|
+
end
|
|
61
|
+
end
|
|
62
|
+
end
|
|
63
|
+
end
|
|
64
|
+
end
|
data/lib/faker/quotes/quote.rb
CHANGED
|
@@ -106,6 +106,19 @@ module Faker
|
|
|
106
106
|
def fortune_cookie
|
|
107
107
|
fetch('quote.fortune_cookie')
|
|
108
108
|
end
|
|
109
|
+
|
|
110
|
+
##
|
|
111
|
+
# Produces a quote from comedian Mitch Hedberg.
|
|
112
|
+
#
|
|
113
|
+
# @return [String]
|
|
114
|
+
#
|
|
115
|
+
# @example
|
|
116
|
+
# Faker::Quote.mitch_hedberg # => "I like Kit-Kats, unless I'm with four or more people."
|
|
117
|
+
#
|
|
118
|
+
# @faker.version next
|
|
119
|
+
def mitch_hedberg
|
|
120
|
+
fetch('quote.mitch_hedberg')
|
|
121
|
+
end
|
|
109
122
|
end
|
|
110
123
|
end
|
|
111
124
|
end
|
|
@@ -56,18 +56,52 @@ module Faker
|
|
|
56
56
|
sample(romeo_and_juliet)
|
|
57
57
|
end
|
|
58
58
|
|
|
59
|
+
##
|
|
60
|
+
# Generates quote from Hamlet
|
|
61
|
+
#
|
|
62
|
+
# @return [String]
|
|
63
|
+
#
|
|
64
|
+
# @example
|
|
65
|
+
# Faker::Quotes::Shakespeare.hamlet #=> "A little more than kin, and less than kind."
|
|
66
|
+
#
|
|
67
|
+
# @faker.version 1.9.2
|
|
59
68
|
def hamlet
|
|
60
69
|
fetch('shakespeare.hamlet')
|
|
61
70
|
end
|
|
62
71
|
|
|
72
|
+
##
|
|
73
|
+
# Generates quote from 'As you like it!'
|
|
74
|
+
#
|
|
75
|
+
# @return [String]
|
|
76
|
+
#
|
|
77
|
+
# @example
|
|
78
|
+
# Faker::Quotes::Shakespeare.as_you_like_it #=> "How bitter a thing it is to look into happiness through another man's eyes!"
|
|
79
|
+
#
|
|
80
|
+
# @faker.version 1.9.2
|
|
63
81
|
def as_you_like_it
|
|
64
82
|
fetch('shakespeare.as_you_like_it')
|
|
65
83
|
end
|
|
66
84
|
|
|
85
|
+
##
|
|
86
|
+
# Returns quote from 'King Rechard III'
|
|
87
|
+
#
|
|
88
|
+
# @return [String]
|
|
89
|
+
#
|
|
90
|
+
# @example
|
|
91
|
+
# Faker::Quotes::Shakespeare #=> "The king's name is a tower of strength."
|
|
67
92
|
def king_richard_iii
|
|
68
93
|
fetch('shakespeare.king_richard_iii')
|
|
69
94
|
end
|
|
70
95
|
|
|
96
|
+
##
|
|
97
|
+
# Quote from 'Romeo and Juliet'
|
|
98
|
+
#
|
|
99
|
+
# @return [String]
|
|
100
|
+
#
|
|
101
|
+
# @example
|
|
102
|
+
# Faker::Quotes::Shakespeare.romeo_and_juliet #=> "Wisely and slow; they stumble that run fast."
|
|
103
|
+
#
|
|
104
|
+
# @faker.version 1.9.2
|
|
71
105
|
def romeo_and_juliet
|
|
72
106
|
fetch('shakespeare.romeo_and_juliet')
|
|
73
107
|
end
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module Faker
|
|
4
|
+
module Religion
|
|
5
|
+
class Bible < Base
|
|
6
|
+
flexible :bible
|
|
7
|
+
|
|
8
|
+
class << self
|
|
9
|
+
##
|
|
10
|
+
# Returns a random bible character.
|
|
11
|
+
#
|
|
12
|
+
# @return [String]
|
|
13
|
+
#
|
|
14
|
+
# @example
|
|
15
|
+
# Faker::Religion::Bible.character #=> "Jesus"
|
|
16
|
+
#
|
|
17
|
+
# @faker.version next
|
|
18
|
+
def character
|
|
19
|
+
fetch('bible.character')
|
|
20
|
+
end
|
|
21
|
+
|
|
22
|
+
##
|
|
23
|
+
# Returns a random location(city or town) from the bible
|
|
24
|
+
#
|
|
25
|
+
# @return [String]
|
|
26
|
+
#
|
|
27
|
+
# @example
|
|
28
|
+
# Faker::Religion::Bible.location #=> "Nasareth"
|
|
29
|
+
#
|
|
30
|
+
# @faker.version next
|
|
31
|
+
def location
|
|
32
|
+
fetch('bible.location')
|
|
33
|
+
end
|
|
34
|
+
|
|
35
|
+
##
|
|
36
|
+
# Returns a random quote from the location.
|
|
37
|
+
#
|
|
38
|
+
# @return [String]
|
|
39
|
+
#
|
|
40
|
+
# @example
|
|
41
|
+
# Faker::Religion::Bible.quote #=> "Seek first the kingdom of God "
|
|
42
|
+
#
|
|
43
|
+
# @faker.version next
|
|
44
|
+
def quote
|
|
45
|
+
fetch('bible.quote')
|
|
46
|
+
end
|
|
47
|
+
end
|
|
48
|
+
end
|
|
49
|
+
end
|
|
50
|
+
end
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module Faker
|
|
4
|
+
class Sports
|
|
5
|
+
class Chess < Base
|
|
6
|
+
class << self
|
|
7
|
+
##
|
|
8
|
+
# Produces the name of a chess player name.
|
|
9
|
+
#
|
|
10
|
+
# @return [String]
|
|
11
|
+
#
|
|
12
|
+
# @example
|
|
13
|
+
# Faker::Sports::Chess.player #=> "Golden State Warriors"
|
|
14
|
+
#
|
|
15
|
+
# @faker.version next
|
|
16
|
+
def player
|
|
17
|
+
fetch('chess.players')
|
|
18
|
+
end
|
|
19
|
+
|
|
20
|
+
##
|
|
21
|
+
# Produces a long (alpha-3) ISO 3166 country code.
|
|
22
|
+
#
|
|
23
|
+
# @return [String]
|
|
24
|
+
#
|
|
25
|
+
# @example
|
|
26
|
+
# Faker::Chess.federation #=> "COL"
|
|
27
|
+
#
|
|
28
|
+
# @faker.version next
|
|
29
|
+
def federation
|
|
30
|
+
Faker::Address.country_code_long
|
|
31
|
+
end
|
|
32
|
+
|
|
33
|
+
def tournament
|
|
34
|
+
##
|
|
35
|
+
# Produces the name of a famous chess tournament name.
|
|
36
|
+
#
|
|
37
|
+
# @return [String]
|
|
38
|
+
#
|
|
39
|
+
# @example
|
|
40
|
+
# Faker::Chess.tournament #=> "Khanty-Mansisyk (Candidates Tournament)"
|
|
41
|
+
#
|
|
42
|
+
# @faker.version next
|
|
43
|
+
fetch('chess.tournaments')
|
|
44
|
+
end
|
|
45
|
+
|
|
46
|
+
def rating(from: 2000, to: 2900)
|
|
47
|
+
##
|
|
48
|
+
# Produces a rating between two provided values. Boundaries are inclusive.
|
|
49
|
+
#
|
|
50
|
+
# @param from [Numeric] The lowest number to include.
|
|
51
|
+
# @param to [Numeric] The highest number to include.
|
|
52
|
+
# @return [Numeric]
|
|
53
|
+
#
|
|
54
|
+
# @example
|
|
55
|
+
# Faker::Sports::Chess.rating #=> 2734
|
|
56
|
+
# Faker::Sports::Chess.rating(from: 2400, to: 2700) #=> 2580
|
|
57
|
+
#
|
|
58
|
+
# @faker.version next
|
|
59
|
+
Faker::Base.rand_in_range(from, to)
|
|
60
|
+
end
|
|
61
|
+
|
|
62
|
+
##
|
|
63
|
+
# Produces the name of a chess opening.
|
|
64
|
+
#
|
|
65
|
+
# @return [String]
|
|
66
|
+
#
|
|
67
|
+
# @example
|
|
68
|
+
# Faker::Sports::Chess.opening #=> "Giuoco Piano"
|
|
69
|
+
#
|
|
70
|
+
# @faker.version next
|
|
71
|
+
def opening
|
|
72
|
+
fetch('chess.openings')
|
|
73
|
+
end
|
|
74
|
+
|
|
75
|
+
##
|
|
76
|
+
# Produces a chess title.
|
|
77
|
+
#
|
|
78
|
+
# @return [String]
|
|
79
|
+
#
|
|
80
|
+
# @example
|
|
81
|
+
# Faker::Sports::Chess.title #=> "GM"
|
|
82
|
+
#
|
|
83
|
+
# @faker.version next
|
|
84
|
+
def title
|
|
85
|
+
fetch('chess.titles')
|
|
86
|
+
end
|
|
87
|
+
end
|
|
88
|
+
end
|
|
89
|
+
end
|
|
90
|
+
end
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module Faker
|
|
4
|
+
class Sports
|
|
5
|
+
class Mountaineering < Base
|
|
6
|
+
class << self
|
|
7
|
+
##
|
|
8
|
+
# Produces the name of a Mountaineer.
|
|
9
|
+
#
|
|
10
|
+
# @return [String]
|
|
11
|
+
#
|
|
12
|
+
# @example
|
|
13
|
+
# Faker::Sports::Mountaineering.mountaineer #=> "Junko Tabei"
|
|
14
|
+
#
|
|
15
|
+
# @faker.version next
|
|
16
|
+
def mountaineer
|
|
17
|
+
fetch('mountaineering.mountaineer')
|
|
18
|
+
end
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module Faker
|
|
4
|
+
class Sport < Base
|
|
5
|
+
class << self
|
|
6
|
+
##
|
|
7
|
+
# Produces a sport from the modern olympics or paralympics, summer or winter.
|
|
8
|
+
#
|
|
9
|
+
# @param include_ancient [Boolean] If true, may produce a sport from the ancient olympics
|
|
10
|
+
# @param include_unusual [Boolean] If true, may produce an unusual (definitely not olympic) sport
|
|
11
|
+
#
|
|
12
|
+
# @return [String]
|
|
13
|
+
#
|
|
14
|
+
# @example
|
|
15
|
+
# Faker::Sport.sport #=> "Football"
|
|
16
|
+
# @example
|
|
17
|
+
# Faker::Sport.sport(include_ancient: true) #=> "Chariot racing"
|
|
18
|
+
# @example
|
|
19
|
+
# Faker::Sport.sport(include_unsual: true) #=> "Flugtag/Birdman"
|
|
20
|
+
# @example
|
|
21
|
+
# Faker::Sport.sport(include_ancient:true, include_unusual: true) #=> "Water polo"
|
|
22
|
+
#
|
|
23
|
+
# @faker.version next
|
|
24
|
+
def sport(include_ancient: false, include_unusual: false)
|
|
25
|
+
sports = []
|
|
26
|
+
sports.concat(
|
|
27
|
+
fetch_all('sport.summer_olympics'),
|
|
28
|
+
fetch_all('sport.summer_paralympics'),
|
|
29
|
+
fetch_all('sport.winter_olympics'),
|
|
30
|
+
fetch_all('sport.winter_paralympics')
|
|
31
|
+
)
|
|
32
|
+
sports.concat(fetch_all('sport.ancient_olympics')) if include_ancient
|
|
33
|
+
sports.concat(fetch_all('sport.unusual')) if include_unusual
|
|
34
|
+
sample(sports)
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
##
|
|
38
|
+
# Produces a sport from the summer olympics.
|
|
39
|
+
#
|
|
40
|
+
# @return [String]
|
|
41
|
+
#
|
|
42
|
+
# @example
|
|
43
|
+
# Faker::Sport.summer_olympics_sport #=> "Archery"
|
|
44
|
+
#
|
|
45
|
+
# @faker.version next
|
|
46
|
+
def summer_olympics_sport
|
|
47
|
+
fetch('sport.summer_olympics')
|
|
48
|
+
end
|
|
49
|
+
|
|
50
|
+
##
|
|
51
|
+
# Produces a sport from the winter olympics.
|
|
52
|
+
#
|
|
53
|
+
# @return [String]
|
|
54
|
+
#
|
|
55
|
+
# @example
|
|
56
|
+
# Faker::Sport.winter_olympics_sport #=> "Bobsleigh"
|
|
57
|
+
#
|
|
58
|
+
# @faker.version next
|
|
59
|
+
def winter_olympics_sport
|
|
60
|
+
fetch('sport.winter_olympics')
|
|
61
|
+
end
|
|
62
|
+
|
|
63
|
+
##
|
|
64
|
+
# Produces a sport from the summer paralympics.
|
|
65
|
+
#
|
|
66
|
+
# @return [String]
|
|
67
|
+
#
|
|
68
|
+
# @example
|
|
69
|
+
# Faker::Sport.summer_paralympics_sport #=> "Wheelchair Basketball"
|
|
70
|
+
#
|
|
71
|
+
# @faker.version next
|
|
72
|
+
def summer_paralympics_sport
|
|
73
|
+
fetch('sport.summer_paralympics')
|
|
74
|
+
end
|
|
75
|
+
|
|
76
|
+
##
|
|
77
|
+
# Produces a sport from the winter paralympics.
|
|
78
|
+
#
|
|
79
|
+
# @return [String]
|
|
80
|
+
#
|
|
81
|
+
# @example
|
|
82
|
+
# Faker::Sport.winter_paralympics_sport #=> "Para Ice Hockey"
|
|
83
|
+
#
|
|
84
|
+
# @faker.version next
|
|
85
|
+
def winter_paralympics_sport
|
|
86
|
+
fetch('sport.winter_paralympics')
|
|
87
|
+
end
|
|
88
|
+
|
|
89
|
+
##
|
|
90
|
+
# Produces an unusual sport.
|
|
91
|
+
#
|
|
92
|
+
# @return [String]
|
|
93
|
+
#
|
|
94
|
+
# @example
|
|
95
|
+
# Faker::Sport.unusual_sport #=> "Camel Jumping"
|
|
96
|
+
#
|
|
97
|
+
# @faker.version next
|
|
98
|
+
def unusual_sport
|
|
99
|
+
fetch('sport.unusual')
|
|
100
|
+
end
|
|
101
|
+
|
|
102
|
+
##
|
|
103
|
+
# Produces a sport from the ancient olympics.
|
|
104
|
+
#
|
|
105
|
+
# @return [String]
|
|
106
|
+
#
|
|
107
|
+
# @example
|
|
108
|
+
# Faker::Sport.ancient_olympics_sport #=> "Pankration"
|
|
109
|
+
#
|
|
110
|
+
# @faker.version next
|
|
111
|
+
def ancient_olympics_sport
|
|
112
|
+
fetch('sport.ancient_olympics')
|
|
113
|
+
end
|
|
114
|
+
end
|
|
115
|
+
end
|
|
116
|
+
end
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module Faker
|
|
4
|
+
class Travel
|
|
5
|
+
class Airport < Base
|
|
6
|
+
class << self
|
|
7
|
+
##
|
|
8
|
+
# Produces random Airport by name and takes arguments for size and region
|
|
9
|
+
#
|
|
10
|
+
# @param size [String] airport size, united_states has large, or medium, or small, european_union has large, or medium
|
|
11
|
+
#
|
|
12
|
+
# @param region [String] airport region, currently available -> united_states or european_union
|
|
13
|
+
#
|
|
14
|
+
# @return [String]
|
|
15
|
+
#
|
|
16
|
+
# @example
|
|
17
|
+
# Faker::Travel::Airport.name(size: 'large', region: 'united_states') => "Los Angeles International Airport"
|
|
18
|
+
#
|
|
19
|
+
# @faker.version next
|
|
20
|
+
def name(size:, region:)
|
|
21
|
+
fetch("airport.#{region}.#{size}")
|
|
22
|
+
end
|
|
23
|
+
|
|
24
|
+
##
|
|
25
|
+
# Produces random Airport by IATA code and takes arguments for size and region
|
|
26
|
+
#
|
|
27
|
+
# @param size [String] airport size, united_states has large, or medium, or small, european_union has large, or medium
|
|
28
|
+
#
|
|
29
|
+
# @param region [String] airport region, currently available -> united_states or european_union
|
|
30
|
+
#
|
|
31
|
+
# @return [String]
|
|
32
|
+
#
|
|
33
|
+
# @example
|
|
34
|
+
# Faker::Travel::Airport.iata(size: 'large', region: 'united_states') => "LAX"
|
|
35
|
+
#
|
|
36
|
+
# @faker.version next
|
|
37
|
+
def iata(size:, region:)
|
|
38
|
+
fetch("airport.#{region}.iata_code.#{size}")
|
|
39
|
+
end
|
|
40
|
+
end
|
|
41
|
+
end
|
|
42
|
+
end
|
|
43
|
+
end
|