faker 2.12.0 → 2.16.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +240 -0
- data/History.md +4 -4
- data/README.md +18 -1
- data/lib/faker.rb +14 -14
- data/lib/faker/blockchain/aeternity.rb +4 -4
- data/lib/faker/blockchain/tezos.rb +28 -0
- data/lib/faker/books/dune.rb +15 -2
- data/lib/faker/books/lovecraft.rb +8 -4
- data/lib/faker/default/address.rb +34 -4
- data/lib/faker/default/app.rb +1 -1
- data/lib/faker/default/avatar.rb +1 -1
- data/lib/faker/default/bank.rb +4 -6
- data/lib/faker/default/barcode.rb +165 -0
- data/lib/faker/default/beer.rb +3 -3
- data/lib/faker/default/blood.rb +3 -3
- data/lib/faker/default/camera.rb +46 -0
- data/lib/faker/default/cannabis.rb +10 -0
- data/lib/faker/default/chile_rut.rb +47 -3
- data/lib/faker/default/chuck_norris.rb +1 -0
- data/lib/faker/default/code.rb +98 -17
- data/lib/faker/default/commerce.rb +1 -1
- data/lib/faker/default/company.rb +57 -11
- data/lib/faker/default/computer.rb +4 -4
- data/lib/faker/default/date.rb +16 -12
- data/lib/faker/default/driving_licence.rb +26 -2
- data/lib/faker/default/drone.rb +332 -0
- data/lib/faker/default/faker_adjective.rb +35 -0
- data/lib/faker/default/file.rb +6 -4
- data/lib/faker/default/finance.rb +21 -0
- data/lib/faker/default/food.rb +1 -1
- data/lib/faker/default/gender.rb +1 -1
- data/lib/faker/default/hipster.rb +14 -11
- data/lib/faker/default/id_number.rb +88 -2
- data/lib/faker/default/internet.rb +266 -12
- data/lib/faker/default/internet_http.rb +48 -0
- data/lib/faker/default/invoice.rb +1 -1
- data/lib/faker/default/json.rb +7 -6
- data/lib/faker/default/lorem.rb +160 -5
- data/lib/faker/default/lorem_flickr.rb +67 -7
- data/lib/faker/default/lorem_pixel.rb +23 -0
- data/lib/faker/default/markdown.rb +91 -0
- data/lib/faker/default/measurement.rb +3 -2
- data/lib/faker/default/military.rb +26 -0
- data/lib/faker/default/mountain.rb +33 -0
- data/lib/faker/default/name.rb +15 -0
- data/lib/faker/default/nhs.rb +19 -0
- data/lib/faker/default/number.rb +6 -8
- data/lib/faker/default/omniauth.rb +62 -14
- data/lib/faker/default/placeholdit.rb +3 -2
- data/lib/faker/default/relationship.rb +1 -1
- data/lib/faker/default/space.rb +1 -1
- data/lib/faker/default/string.rb +3 -2
- data/lib/faker/default/stripe.rb +3 -3
- data/lib/faker/default/vehicle.rb +1 -1
- data/lib/faker/default/world_cup.rb +4 -4
- data/lib/faker/fantasy/tolkien.rb +67 -0
- data/lib/faker/games/clash_of_clans.rb +48 -0
- data/lib/faker/games/control.rb +9 -9
- data/lib/faker/games/dnd.rb +91 -16
- data/lib/faker/games/elder_scrolls.rb +26 -0
- data/lib/faker/games/heroes.rb +13 -0
- data/lib/faker/games/heroes_of_the_storm.rb +16 -5
- data/lib/faker/games/minecraft.rb +113 -0
- data/lib/faker/games/street_fighter.rb +61 -0
- data/lib/faker/games/super_mario.rb +48 -0
- data/lib/faker/games/touhou.rb +75 -0
- data/lib/faker/games/warhammer_fantasy.rb +5 -5
- data/lib/faker/games/world_of_warcraft.rb +26 -1
- data/lib/faker/japanese_media/conan.rb +48 -0
- data/lib/faker/japanese_media/doraemon.rb +48 -0
- data/lib/faker/japanese_media/dragon_ball.rb +26 -0
- data/lib/faker/japanese_media/naruto.rb +61 -0
- data/lib/faker/japanese_media/studio_ghibli.rb +48 -0
- data/lib/faker/movies/departed.rb +3 -3
- data/lib/faker/movies/hobbit.rb +4 -4
- data/lib/faker/movies/how_to_train_your_dragon.rb +48 -0
- data/lib/faker/movies/lord_of_the_rings.rb +3 -3
- data/lib/faker/movies/movie.rb +13 -0
- data/lib/faker/movies/room.rb +63 -0
- data/lib/faker/movies/star_wars.rb +74 -2
- data/lib/faker/music/hiphop.rb +48 -0
- data/lib/faker/music/opera.rb +237 -1
- data/lib/faker/music/pearl_jam.rb +3 -3
- data/lib/faker/music/phish.rb +2 -2
- data/lib/faker/music/prince.rb +64 -0
- data/lib/faker/music/rock_band.rb +12 -0
- data/lib/faker/music/rush.rb +37 -0
- data/lib/faker/music/show.rb +3 -3
- data/lib/faker/quotes/quote.rb +26 -0
- data/lib/faker/quotes/rajnikanth.rb +1 -0
- data/lib/faker/quotes/shakespeare.rb +34 -0
- data/lib/faker/sports/volleyball.rb +74 -0
- data/lib/faker/tv_shows/aqua_teen_hunger_force.rb +13 -0
- data/lib/faker/tv_shows/big_bang_theory.rb +37 -0
- data/lib/faker/tv_shows/buffy.rb +17 -4
- data/lib/faker/tv_shows/dr_who.rb +1 -1
- data/lib/faker/tv_shows/final_space.rb +51 -0
- data/lib/faker/tv_shows/futurama.rb +65 -0
- data/lib/faker/tv_shows/simpsons.rb +14 -0
- data/lib/faker/tv_shows/suits.rb +3 -3
- data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +17 -4
- data/lib/faker/version.rb +1 -1
- data/lib/helpers/base58.rb +1 -1
- data/lib/helpers/char.rb +20 -26
- data/lib/helpers/unique_generator.rb +3 -2
- data/lib/locales/de-AT.yml +4 -2
- data/lib/locales/de-CH.yml +3 -1
- data/lib/locales/de.yml +4 -2
- data/lib/locales/en-AU.yml +8 -2
- data/lib/locales/en-GB.yml +1 -1
- data/lib/locales/en-IND.yml +2 -1
- data/lib/locales/en-MS.yml +2 -1
- data/lib/locales/en-NEP.yml +4 -1
- data/lib/locales/en-NZ.yml +3 -1
- data/lib/locales/en-PAK.yml +2 -1
- data/lib/locales/en-SG.yml +2 -1
- data/lib/locales/en-US.yml +10 -10
- data/lib/locales/en-au-ocker.yml +2 -1
- data/lib/locales/en.yml +0 -3
- data/lib/locales/en/adjective.yml +179 -0
- data/lib/locales/en/animal.yml +1 -1
- data/lib/locales/en/aqua_teen_hunger_force.yml +33 -1
- data/lib/locales/en/bank.yml +1 -1
- data/lib/locales/en/barcode.yml +24 -0
- data/lib/locales/en/big_bang_theory.yml +38 -0
- data/lib/locales/en/buffy.yml +1 -1
- data/lib/locales/en/camera.yml +611 -0
- data/lib/locales/en/clash_of_clan.yml +101 -0
- data/lib/locales/en/company.yml +2 -2
- data/lib/locales/en/conan.yml +171 -0
- data/lib/locales/en/demographic.yml +218 -5
- data/lib/locales/en/dnd.yml +430 -33
- data/lib/locales/en/doraemon.yml +286 -0
- data/lib/locales/en/dota.yml +531 -63
- data/lib/locales/en/dragon_ball.yml +243 -1
- data/lib/locales/en/driving_license.yml +181 -0
- data/lib/locales/en/drone.yml +95 -0
- data/lib/locales/en/dune.yml +401 -131
- data/lib/locales/en/elder_scrolls.yml +583 -9
- data/lib/locales/en/fallout.yml +311 -133
- data/lib/locales/en/final_space.yml +37 -0
- data/lib/locales/en/finance.yml +53 -0
- data/lib/locales/en/football.yml +3 -3
- data/lib/locales/en/fresh_prince_of_bel_air.yml +1 -1
- data/lib/locales/en/futurama.yml +344 -0
- data/lib/locales/en/half_life.yml +84 -3
- data/lib/locales/en/heroes.yml +408 -3
- data/lib/locales/en/heroes_of_the_storm.yml +131 -4
- data/lib/locales/en/how_to_train_your_dragon.yml +174 -0
- data/lib/locales/en/jack_handey.yml +54 -0
- data/lib/locales/en/league_of_legends.yml +285 -6
- data/lib/locales/en/lebowski.yml +1 -1
- data/lib/locales/en/military.yml +179 -5
- data/lib/locales/en/minecraft.yml +663 -0
- data/lib/locales/en/mountain.yml +158 -0
- data/lib/locales/en/movie.yml +192 -1
- data/lib/locales/en/music.yml +451 -29
- data/lib/locales/en/myst.yml +87 -31
- data/lib/locales/en/name.yml +5 -4
- data/lib/locales/en/naruto.yml +231 -0
- data/lib/locales/en/opera.yml +168 -0
- data/lib/locales/en/overwatch.yml +2650 -2622
- data/lib/locales/en/pokemon.yml +417 -4
- data/lib/locales/en/prince.yml +227 -0
- data/lib/locales/en/quote.yml +692 -163
- data/lib/locales/en/rock_band.yml +1 -0
- data/lib/locales/en/room.yml +68 -0
- data/lib/locales/en/rush.yml +32 -0
- data/lib/locales/en/simpsons.yml +668 -0
- data/lib/locales/en/source.yml +30 -0
- data/lib/locales/en/star_trek.yml +1 -1
- data/lib/locales/en/star_wars.yml +1 -0
- data/lib/locales/en/street_fighter.yml +1524 -0
- data/lib/locales/en/studio_ghibli.yml +107 -0
- data/lib/locales/en/super_mario.yml +58 -0
- data/lib/locales/en/super_smash_bros.yml +18 -4
- data/lib/locales/en/tolkien.yml +2453 -0
- data/lib/locales/en/touhou.yml +839 -0
- data/lib/locales/en/volleyball.yml +501 -0
- data/lib/locales/en/witcher.yml +389 -7
- data/lib/locales/en/world_of_warcraft.yml +122 -4
- data/lib/locales/en/zelda.yml +962 -4
- data/lib/locales/es.yml +56 -0
- data/lib/locales/fi-FI.yml +1 -1
- data/lib/locales/fr-CA.yml +19 -5
- data/lib/locales/fr-CH.yml +2 -2
- data/lib/locales/fr.yml +12 -6
- data/lib/locales/id.yml +3 -1
- data/lib/locales/it.yml +2 -1
- data/lib/locales/ja.yml +10 -1
- data/lib/locales/ko.yml +34 -24
- data/lib/locales/nb-NO.yml +4 -2
- data/lib/locales/pt-BR.yml +1 -1
- data/lib/locales/pt.yml +3 -1
- data/lib/locales/ru.yml +3 -1
- data/lib/locales/sk.yml +4 -2
- data/lib/locales/uk.yml +2 -0
- metadata +66 -18
- data/lib/locales/en/hobbit.yml +0 -19
- data/lib/locales/en/lord_of_the_rings.yml +0 -6
@@ -107,6 +107,32 @@ module Faker
|
|
107
107
|
def last_name
|
108
108
|
fetch('games.elder_scrolls.last_name')
|
109
109
|
end
|
110
|
+
|
111
|
+
##
|
112
|
+
# Produces a weapon from the Elder Scrolls universe.
|
113
|
+
#
|
114
|
+
# @return [String]
|
115
|
+
#
|
116
|
+
# @example
|
117
|
+
# Faker::Games::ElderScrolls.weapon #=> "Elven Bow"
|
118
|
+
#
|
119
|
+
# @faker.version next
|
120
|
+
def weapon
|
121
|
+
fetch('games.elder_scrolls.weapon')
|
122
|
+
end
|
123
|
+
|
124
|
+
##
|
125
|
+
# Produces a weapon from the Elder Scrolls universe.
|
126
|
+
#
|
127
|
+
# @return [String]
|
128
|
+
#
|
129
|
+
# @example
|
130
|
+
# Faker::Games::ElderScrolls.jewelry #=> "Silver Ruby Ring"
|
131
|
+
#
|
132
|
+
# @faker.version next
|
133
|
+
def jewelry
|
134
|
+
fetch('games.elder_scrolls.jewelry')
|
135
|
+
end
|
110
136
|
end
|
111
137
|
end
|
112
138
|
end
|
data/lib/faker/games/heroes.rb
CHANGED
@@ -42,6 +42,19 @@ module Faker
|
|
42
42
|
def klass
|
43
43
|
fetch('heroes.klasses')
|
44
44
|
end
|
45
|
+
|
46
|
+
##
|
47
|
+
# Produces the name of an artifact from Heroes 3.
|
48
|
+
#
|
49
|
+
# @return [String]
|
50
|
+
#
|
51
|
+
# @example
|
52
|
+
# Faker::Games::Heroes.artifact #=> "Armageddon's Blade"
|
53
|
+
#
|
54
|
+
# @faker.version next
|
55
|
+
def artifact
|
56
|
+
fetch('heroes.artifacts')
|
57
|
+
end
|
45
58
|
end
|
46
59
|
end
|
47
60
|
end
|
@@ -18,16 +18,27 @@ module Faker
|
|
18
18
|
end
|
19
19
|
|
20
20
|
##
|
21
|
-
#
|
21
|
+
# This method is deprecated. The implementation will be removed in a near future release.
|
22
|
+
# Use `HeroesOfTheStorm.class_name` instead.
|
23
|
+
#
|
24
|
+
# @deprecated Use {#class_name} instead.
|
25
|
+
def class
|
26
|
+
warn '`HeroesOfTheStorm.class` is deprecated. Use `HeroesOfTheStorm.class_name` instead.'
|
27
|
+
|
28
|
+
super
|
29
|
+
end
|
30
|
+
|
31
|
+
##
|
32
|
+
# Produces a class name from Heroes of the Storm.
|
22
33
|
#
|
23
34
|
# @return [String]
|
24
35
|
#
|
25
36
|
# @example
|
26
|
-
# Faker::Games::HeroesOfTheStorm.
|
37
|
+
# Faker::Games::HeroesOfTheStorm.class_name #=> "Support"
|
27
38
|
#
|
28
|
-
# @faker.version
|
29
|
-
def
|
30
|
-
fetch('heroes_of_the_storm.
|
39
|
+
# @faker.version 2.13.0
|
40
|
+
def class_name
|
41
|
+
fetch('heroes_of_the_storm.class_names')
|
31
42
|
end
|
32
43
|
|
33
44
|
##
|
@@ -0,0 +1,113 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Faker
|
4
|
+
class Games
|
5
|
+
class Minecraft < Base
|
6
|
+
class << self
|
7
|
+
##
|
8
|
+
# Produces the name of an achievement from Minecraft.
|
9
|
+
#
|
10
|
+
# @return [String]
|
11
|
+
#
|
12
|
+
# @example
|
13
|
+
# Faker::Games::Minecraft.achievement #=> "Time to Mine!"
|
14
|
+
#
|
15
|
+
# @faker.version next
|
16
|
+
def achievement
|
17
|
+
fetch('games.minecraft.achievement')
|
18
|
+
end
|
19
|
+
|
20
|
+
##
|
21
|
+
# Produces the name of a biome from Minecraft.
|
22
|
+
#
|
23
|
+
# @return [String]
|
24
|
+
#
|
25
|
+
# @example
|
26
|
+
# Faker::Games::Minecraft.biome #=> "Jungle"
|
27
|
+
#
|
28
|
+
# @faker.version next
|
29
|
+
def biome
|
30
|
+
fetch('games.minecraft.biome')
|
31
|
+
end
|
32
|
+
|
33
|
+
##
|
34
|
+
# Produces the name of a block from Minecraft.
|
35
|
+
#
|
36
|
+
# @return [String]
|
37
|
+
#
|
38
|
+
# @example
|
39
|
+
# Faker::Games::Minecraft.block #=> "Stone"
|
40
|
+
#
|
41
|
+
# @faker.version 2.13.0
|
42
|
+
def block
|
43
|
+
fetch('games.minecraft.blocks')
|
44
|
+
end
|
45
|
+
|
46
|
+
##
|
47
|
+
# Produces the name of a enchantment from Minecraft.
|
48
|
+
#
|
49
|
+
# @return [String]
|
50
|
+
#
|
51
|
+
# @example
|
52
|
+
# Faker::Games::Minecraft.enchantment #=> "Fire Protection"
|
53
|
+
#
|
54
|
+
# @faker.version next
|
55
|
+
def enchantment
|
56
|
+
fetch('games.minecraft.enchantment')
|
57
|
+
end
|
58
|
+
|
59
|
+
##
|
60
|
+
# Produces the name of a game mode from Minecraft.
|
61
|
+
#
|
62
|
+
# @return [String]
|
63
|
+
#
|
64
|
+
# @example
|
65
|
+
# Faker::Games::Minecraft.game_mode #=> "Survival"
|
66
|
+
#
|
67
|
+
# @faker.version next
|
68
|
+
def game_mode
|
69
|
+
fetch('games.minecraft.game_mode')
|
70
|
+
end
|
71
|
+
|
72
|
+
##
|
73
|
+
# Produces the name of an item from Minecraft.
|
74
|
+
#
|
75
|
+
# @return [String]
|
76
|
+
#
|
77
|
+
# @example
|
78
|
+
# Faker::Games::Minecraft.item #=> "Iron Shovel"
|
79
|
+
#
|
80
|
+
# @faker.version 2.13.0
|
81
|
+
def item
|
82
|
+
fetch('games.minecraft.items')
|
83
|
+
end
|
84
|
+
|
85
|
+
##
|
86
|
+
# Produces the name of a mob from Minecraft.
|
87
|
+
#
|
88
|
+
# @return [String]
|
89
|
+
#
|
90
|
+
# @example
|
91
|
+
# Faker::Games::Minecraft.item #=> "Sheep"
|
92
|
+
#
|
93
|
+
# @faker.version 2.13.0
|
94
|
+
def mob
|
95
|
+
fetch('games.minecraft.mobs')
|
96
|
+
end
|
97
|
+
|
98
|
+
##
|
99
|
+
# Produces the name of a status effect from Minecraft.
|
100
|
+
#
|
101
|
+
# @return [String]
|
102
|
+
#
|
103
|
+
# @example
|
104
|
+
# Faker::Games::Minecraft.status_effect #=> "Weakness"
|
105
|
+
#
|
106
|
+
# @faker.version next
|
107
|
+
def status_effect
|
108
|
+
fetch('games.minecraft.status_effect')
|
109
|
+
end
|
110
|
+
end
|
111
|
+
end
|
112
|
+
end
|
113
|
+
end
|
@@ -0,0 +1,61 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Faker
|
4
|
+
class Games
|
5
|
+
class StreetFighter < Base
|
6
|
+
class << self
|
7
|
+
##
|
8
|
+
# Produces the name of a playable character from Street Fighter.
|
9
|
+
#
|
10
|
+
# @return [String]
|
11
|
+
#
|
12
|
+
# @example
|
13
|
+
# Faker::Games::StreetFighter.character #=> "Ryu"
|
14
|
+
#
|
15
|
+
# @faker.version 2.14.0
|
16
|
+
def character
|
17
|
+
fetch('games.street_fighter.characters')
|
18
|
+
end
|
19
|
+
|
20
|
+
##
|
21
|
+
# Produces the name of a stage from Street Fighter.
|
22
|
+
#
|
23
|
+
# @return [String]
|
24
|
+
#
|
25
|
+
# @example
|
26
|
+
# Faker::Games::StreetFighter.stage #=> "Volcanic Rim"
|
27
|
+
#
|
28
|
+
# @faker.version 2.14.0
|
29
|
+
def stage
|
30
|
+
fetch('games.street_fighter.stages')
|
31
|
+
end
|
32
|
+
|
33
|
+
##
|
34
|
+
# Produces a quote from Street Fighter.
|
35
|
+
#
|
36
|
+
# @return [String]
|
37
|
+
#
|
38
|
+
# @example
|
39
|
+
# Faker::Games::StreetFighter.quote #=> "Go home and be a family man."
|
40
|
+
#
|
41
|
+
# @faker.version 2.14.0
|
42
|
+
def quote
|
43
|
+
fetch('games.street_fighter.quotes')
|
44
|
+
end
|
45
|
+
|
46
|
+
##
|
47
|
+
# Produces the name of a move from Street Fighter.
|
48
|
+
#
|
49
|
+
# @return [String]
|
50
|
+
#
|
51
|
+
# @example
|
52
|
+
# Faker::Games::StreetFighter.move #=> "Shoryuken"
|
53
|
+
#
|
54
|
+
# @faker.version 2.14.0
|
55
|
+
def move
|
56
|
+
fetch('games.street_fighter.moves')
|
57
|
+
end
|
58
|
+
end
|
59
|
+
end
|
60
|
+
end
|
61
|
+
end
|
@@ -0,0 +1,48 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Faker
|
4
|
+
class Games
|
5
|
+
class SuperMario < Base
|
6
|
+
class << self
|
7
|
+
##
|
8
|
+
# Produces the name of a Super Mario character.
|
9
|
+
#
|
10
|
+
# @return [String]
|
11
|
+
#
|
12
|
+
# @example
|
13
|
+
# Faker::Games::SuperMario.character #=> "Luigi"
|
14
|
+
#
|
15
|
+
# @faker.version next
|
16
|
+
def character
|
17
|
+
fetch('games.super_mario.characters')
|
18
|
+
end
|
19
|
+
|
20
|
+
##
|
21
|
+
# Produces the name of a Super Mario game.
|
22
|
+
#
|
23
|
+
# @return [String]
|
24
|
+
#
|
25
|
+
# @example
|
26
|
+
# Faker::Games::SuperMario.game #=> "Super Mario Odyssey"
|
27
|
+
#
|
28
|
+
# @faker.version next
|
29
|
+
def game
|
30
|
+
fetch('games.super_mario.games')
|
31
|
+
end
|
32
|
+
|
33
|
+
##
|
34
|
+
# Produces the name of a Super Mario location.
|
35
|
+
#
|
36
|
+
# @return [String]
|
37
|
+
#
|
38
|
+
# @example
|
39
|
+
# Faker::Games::SuperMario.location #=> "Kong City"
|
40
|
+
#
|
41
|
+
# @faker.version next
|
42
|
+
def location
|
43
|
+
fetch('games.super_mario.locations')
|
44
|
+
end
|
45
|
+
end
|
46
|
+
end
|
47
|
+
end
|
48
|
+
end
|
@@ -0,0 +1,75 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module Faker
|
4
|
+
class Games
|
5
|
+
class Touhou < Base
|
6
|
+
flexible :touhou
|
7
|
+
class << self
|
8
|
+
##
|
9
|
+
# Produces the name of a Touhou game.
|
10
|
+
#
|
11
|
+
# @return [String]
|
12
|
+
#
|
13
|
+
# @example
|
14
|
+
# Faker::Games::Touhou.game #=> "Mountain of Faith"
|
15
|
+
#
|
16
|
+
# @faker.version next
|
17
|
+
def game
|
18
|
+
fetch('games.touhou.games')
|
19
|
+
end
|
20
|
+
|
21
|
+
##
|
22
|
+
# Produces the name of a character from the Touhou games.
|
23
|
+
#
|
24
|
+
# @return [String]
|
25
|
+
#
|
26
|
+
# @example
|
27
|
+
# Faker::Games::Touhou.character #=> "Sanae Kochiya"
|
28
|
+
#
|
29
|
+
# @faker.version next
|
30
|
+
def character
|
31
|
+
fetch('games.touhou.characters')
|
32
|
+
end
|
33
|
+
|
34
|
+
##
|
35
|
+
# Produces the name of a location from the Touhou games.
|
36
|
+
#
|
37
|
+
# @return [String]
|
38
|
+
#
|
39
|
+
# @example
|
40
|
+
# Faker::Games::Touhou.location #=> "Moriya Shrine"
|
41
|
+
#
|
42
|
+
# @faker.version next
|
43
|
+
def location
|
44
|
+
fetch('games.touhou.locations')
|
45
|
+
end
|
46
|
+
|
47
|
+
##
|
48
|
+
# Produces the name of a spell card from the Touhou games.
|
49
|
+
#
|
50
|
+
# @return [String]
|
51
|
+
#
|
52
|
+
# @example
|
53
|
+
# Faker::Games::Touhou.spell_card #=> 'Esoterica "Gray Thaumaturgy"'
|
54
|
+
#
|
55
|
+
# @faker.version next
|
56
|
+
def spell_card
|
57
|
+
fetch('games.touhou.spell_cards')
|
58
|
+
end
|
59
|
+
|
60
|
+
##
|
61
|
+
# Produces the name of a song from the Touhou games.
|
62
|
+
#
|
63
|
+
# @return [String]
|
64
|
+
#
|
65
|
+
# @example
|
66
|
+
# Faker::Games::Touhou.song #=> "Faith Is for the Transient People"
|
67
|
+
#
|
68
|
+
# @faker.version next
|
69
|
+
def song
|
70
|
+
fetch('games.touhou.songs')
|
71
|
+
end
|
72
|
+
end
|
73
|
+
end
|
74
|
+
end
|
75
|
+
end
|
@@ -12,7 +12,7 @@ module Faker
|
|
12
12
|
# @example
|
13
13
|
# Faker::Games::WarhammerFantasy.hero #=> "Sigmar Heldenhammer"
|
14
14
|
#
|
15
|
-
# @faker.version
|
15
|
+
# @faker.version 2.13.0
|
16
16
|
def hero
|
17
17
|
fetch('games.warhammer_fantasy.heros')
|
18
18
|
end
|
@@ -25,7 +25,7 @@ module Faker
|
|
25
25
|
# @example
|
26
26
|
# Faker::Games::WarhammerFantasy.quote #=> "The softest part of a castle is the belly of the man inside."
|
27
27
|
#
|
28
|
-
# @faker.version
|
28
|
+
# @faker.version 2.13.0
|
29
29
|
def quote
|
30
30
|
fetch('games.warhammer_fantasy.quotes')
|
31
31
|
end
|
@@ -38,7 +38,7 @@ module Faker
|
|
38
38
|
# @example
|
39
39
|
# Faker::Games::WarhammerFantasy.location #=> "Lustria"
|
40
40
|
#
|
41
|
-
# @faker.version
|
41
|
+
# @faker.version 2.13.0
|
42
42
|
def location
|
43
43
|
fetch('games.warhammer_fantasy.locations')
|
44
44
|
end
|
@@ -51,7 +51,7 @@ module Faker
|
|
51
51
|
# @example
|
52
52
|
# Faker::Games::WarhammerFantasy.faction #=> "Bretonnia"
|
53
53
|
#
|
54
|
-
# @faker.version
|
54
|
+
# @faker.version 2.13.0
|
55
55
|
def faction
|
56
56
|
fetch('games.warhammer_fantasy.factions')
|
57
57
|
end
|
@@ -64,7 +64,7 @@ module Faker
|
|
64
64
|
# @example
|
65
65
|
# Faker::Games::WarhammerFantasy.creature #=> "Hydra"
|
66
66
|
#
|
67
|
-
# @faker.version
|
67
|
+
# @faker.version 2.13.0
|
68
68
|
def creature
|
69
69
|
fetch('games.warhammer_fantasy.creatures')
|
70
70
|
end
|
@@ -14,7 +14,32 @@ module Faker
|
|
14
14
|
#
|
15
15
|
# @faker.version 1.9.2
|
16
16
|
def hero
|
17
|
-
fetch('games.world_of_warcraft.
|
17
|
+
fetch('games.world_of_warcraft.heros')
|
18
|
+
end
|
19
|
+
|
20
|
+
##
|
21
|
+
# Produces a class name from World of Warcraft.
|
22
|
+
#
|
23
|
+
# @return [String]
|
24
|
+
#
|
25
|
+
# @example
|
26
|
+
# Faker::Games::WorldOfWarcraft.class_name #=> "Druid"
|
27
|
+
#
|
28
|
+
# @faker.version next
|
29
|
+
def class_name
|
30
|
+
fetch('games.world_of_warcraft.class_names')
|
31
|
+
end
|
32
|
+
|
33
|
+
# Produces the name of a race from World of Warcraft.
|
34
|
+
#
|
35
|
+
# @return [String]
|
36
|
+
#
|
37
|
+
# @example
|
38
|
+
# Faker::Games::WorldOfWarcraft.race #=> "Druid"
|
39
|
+
#
|
40
|
+
# @faker.version next
|
41
|
+
def race
|
42
|
+
fetch('games.world_of_warcraft.races')
|
18
43
|
end
|
19
44
|
|
20
45
|
##
|