faker 1.8.7 → 1.9.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +146 -6
- data/README.md +44 -4
- data/lib/extensions/array.rb +10 -10
- data/lib/extensions/symbol.rb +0 -1
- data/lib/faker.rb +42 -35
- data/lib/faker/address.rb +39 -13
- data/lib/faker/app.rb +1 -3
- data/lib/faker/appliance.rb +13 -0
- data/lib/faker/avatar.rb +2 -2
- data/lib/faker/bank.rb +72 -15
- data/lib/faker/beer.rb +0 -1
- data/lib/faker/bitcoin.rb +4 -5
- data/lib/faker/bojack_horseman.rb +17 -0
- data/lib/faker/breaking_bad.rb +0 -3
- data/lib/faker/business.rb +1 -2
- data/lib/faker/cannabis.rb +42 -0
- data/lib/faker/chuck_norris.rb +3 -2
- data/lib/faker/code.rb +59 -20
- data/lib/faker/coffee.rb +4 -0
- data/lib/faker/color.rb +2 -2
- data/lib/faker/commerce.rb +3 -4
- data/lib/faker/community.rb +13 -0
- data/lib/faker/company.rb +80 -24
- data/lib/faker/currency.rb +17 -0
- data/lib/faker/date.rb +13 -27
- data/lib/faker/demographic.rb +2 -2
- data/lib/faker/device.rb +29 -0
- data/lib/faker/dota.rb +25 -0
- data/lib/faker/dr_who.rb +7 -8
- data/lib/faker/dumb_and_dumber.rb +1 -1
- data/lib/faker/dune.rb +4 -4
- data/lib/faker/elder_scrolls.rb +16 -0
- data/lib/faker/electrical_components.rb +19 -0
- data/lib/faker/ethereum.rb +12 -0
- data/lib/faker/famous_last_words.rb +11 -0
- data/lib/faker/file.rb +2 -5
- data/lib/faker/fillmurray.rb +3 -4
- data/lib/faker/finance.rb +3 -4
- data/lib/faker/food.rb +21 -1
- data/lib/faker/football.rb +21 -0
- data/lib/faker/gender.rb +13 -0
- data/lib/faker/greek_philosophers.rb +13 -0
- data/lib/faker/hacker.rb +9 -11
- data/lib/faker/harry_potter.rb +4 -0
- data/lib/faker/hipster.rb +12 -4
- data/lib/faker/id_number.rb +24 -9
- data/lib/faker/internet.rb +69 -57
- data/lib/faker/invoice.rb +94 -0
- data/lib/faker/job.rb +10 -3
- data/lib/faker/lebowski.rb +2 -2
- data/lib/faker/lord_of_the_rings.rb +5 -1
- data/lib/faker/lorem.rb +32 -8
- data/lib/faker/lorem_flickr.rb +43 -0
- data/lib/faker/lorem_pixel.rb +20 -5
- data/lib/faker/lovecraft.rb +12 -5
- data/lib/faker/markdown.rb +12 -4
- data/lib/faker/measurement.rb +35 -80
- data/lib/faker/michael_scott.rb +9 -0
- data/lib/faker/military.rb +25 -0
- data/lib/faker/music.rb +13 -1
- data/lib/faker/myst.rb +25 -0
- data/lib/faker/name.rb +22 -8
- data/lib/faker/nation.rb +24 -0
- data/lib/faker/nato_phonetic_alphabet.rb +9 -0
- data/lib/faker/new_girl.rb +13 -0
- data/lib/faker/number.rb +12 -12
- data/lib/faker/omniauth.rb +110 -122
- data/lib/faker/parks_and_rec.rb +13 -0
- data/lib/faker/phone_number.rb +11 -19
- data/lib/faker/placeholdit.rb +11 -2
- data/lib/faker/princess_bride.rb +13 -0
- data/lib/faker/rick_and_morty.rb +1 -1
- data/lib/faker/science.rb +4 -2
- data/lib/faker/seinfeld.rb +1 -1
- data/lib/faker/shakespeare.rb +0 -3
- data/lib/faker/silicon_valley.rb +4 -0
- data/lib/faker/simpsons.rb +3 -8
- data/lib/faker/singular_siegler.rb +9 -0
- data/lib/faker/slack_emoji.rb +0 -2
- data/lib/faker/source.rb +18 -0
- data/lib/faker/space.rb +4 -0
- data/lib/faker/star_trek.rb +2 -2
- data/lib/faker/star_wars.rb +5 -6
- data/lib/faker/stranger_thing.rb +13 -0
- data/lib/faker/string.rb +45 -0
- data/lib/faker/stripe.rb +63 -0
- data/lib/faker/sword_art_online.rb +21 -0
- data/lib/faker/team.rb +4 -1
- data/lib/faker/the_it_crowd.rb +21 -0
- data/lib/faker/time.rb +10 -10
- data/lib/faker/twin_peaks.rb +2 -2
- data/lib/faker/twitter.rb +1 -1
- data/lib/faker/types.rb +36 -40
- data/lib/faker/university.rb +3 -3
- data/lib/faker/vehicle.rb +72 -10
- data/lib/faker/verb.rb +25 -0
- data/lib/faker/version.rb +1 -1
- data/lib/faker/world_cup.rb +25 -0
- data/lib/helpers/char.rb +19 -20
- data/lib/helpers/unique_generator.rb +7 -1
- data/lib/locales/ca-CAT.yml +1 -1
- data/lib/locales/da-DK.yml +1 -0
- data/lib/locales/de-AT.yml +3 -2
- data/lib/locales/de.yml +6 -5
- data/lib/locales/ee.yml +59 -0
- data/lib/locales/en-CA.yml +23 -1
- data/lib/locales/en-GB.yml +1 -0
- data/lib/locales/en-NZ.yml +4 -3
- data/lib/locales/en-US.yml +2 -0
- data/lib/locales/en.yml +2 -2
- data/lib/locales/en/appliance.yml +5 -0
- data/lib/locales/en/bank.yml +274 -59
- data/lib/locales/en/bojack_horseman.yml +6 -0
- data/lib/locales/en/cannabis.yml +12 -0
- data/lib/locales/en/community.yml +33 -0
- data/lib/locales/en/currency.yml +6 -0
- data/lib/locales/en/dessert.yml +3 -3
- data/lib/locales/en/device.yml +7 -0
- data/lib/locales/en/dota.yml +102 -0
- data/lib/locales/en/dr_who.yml +5 -1
- data/lib/locales/en/dumb_and_dumber.yml +1 -1
- data/lib/locales/en/elder_scrolls.yml +8 -5
- data/lib/locales/en/electrical_components.yml +6 -0
- data/lib/locales/en/famous_last_words.yml +4 -0
- data/lib/locales/en/food.yml +6 -3
- data/lib/locales/en/football.yml +7 -0
- data/lib/locales/en/gender.yml +5 -0
- data/lib/locales/en/greek_philosophers.yml +26 -0
- data/lib/locales/en/harry_potter.yml +2 -1
- data/lib/locales/en/invoice.yml +6 -0
- data/lib/locales/en/job.yml +2 -2
- data/lib/locales/en/lord_of_the_rings.yml +1 -0
- data/lib/locales/en/lorem.yml +4 -0
- data/lib/locales/en/michael_scott.yml +45 -0
- data/lib/locales/en/military.yml +8 -0
- data/lib/locales/en/music.yml +29 -1
- data/lib/locales/en/myst.yml +47 -0
- data/lib/locales/en/name.yml +13 -12
- data/lib/locales/en/nation.yml +8 -0
- data/lib/locales/en/nato_phonetic_alphabet.yml +4 -0
- data/lib/locales/en/new_girl.yml +40 -0
- data/lib/locales/en/overwatch.yml +3 -2
- data/lib/locales/en/parks_and_rec.yml +7 -0
- data/lib/locales/en/princess_bride.yml +5 -0
- data/lib/locales/en/programming_language.yml +2 -1
- data/lib/locales/en/science.yml +1 -0
- data/lib/locales/en/silicon_valley.yml +1 -0
- data/lib/locales/en/singular_siegler.yml +37 -0
- data/lib/locales/en/source.yml +16 -0
- data/lib/locales/en/space.yml +2 -1
- data/lib/locales/en/star_wars.yml +10 -0
- data/lib/locales/en/stranger_thing.yml +36 -0
- data/lib/locales/en/stripe.yml +42 -0
- data/lib/locales/en/sword_art_online.yml +334 -0
- data/lib/locales/en/team.yml +1 -1
- data/lib/locales/en/the_it_crowd.yml +155 -0
- data/lib/locales/en/vehicle.yml +24 -0
- data/lib/locales/en/verbs.yml +8 -0
- data/lib/locales/en/world_cup.yml +271 -0
- data/lib/locales/es.yml +6 -1
- data/lib/locales/fi-FI.yml +9 -4
- data/lib/locales/fr-CA.yml +90 -0
- data/lib/locales/fr-CH.yml +73 -0
- data/lib/locales/fr.yml +4 -2
- data/lib/locales/it.yml +1 -1
- data/lib/locales/ja.yml +11 -0
- data/lib/locales/lv.yml +53 -0
- data/lib/locales/nl.yml +1 -1
- data/lib/locales/no.yml +7 -0
- data/lib/locales/pl.yml +1 -0
- data/lib/locales/pt-BR.yml +21 -13
- data/lib/locales/pt.yml +1 -0
- data/lib/locales/sv.yml +4 -4
- data/lib/locales/tr.yml +8 -0
- data/lib/locales/uk.yml +9 -0
- metadata +167 -3
data/lib/locales/tr.yml
CHANGED
@@ -17,6 +17,8 @@ tr:
|
|
17
17
|
domain_suffix: [co, com, com.tr, net, org]
|
18
18
|
safe_email: ['mesela.com']
|
19
19
|
|
20
|
+
phone_number:
|
21
|
+
formats: ["90-###-###-####", "90.###.###.####", "90 ### ### ####", "90##########"]
|
20
22
|
|
21
23
|
address:
|
22
24
|
city_name: ['İstanbul', 'İzmir', 'Eskişehir', 'Şırnak', 'Edirne', 'Van' ]
|
@@ -24,3 +26,9 @@ tr:
|
|
24
26
|
- "#{city_name}"
|
25
27
|
country: [Afganistan, Amerika Birleşik Devletleri, Fransa, Hollanda, Belçika, Nepal, Hindistan, Kuala Lumpur, Rusya]
|
26
28
|
default_country: [Turkey]
|
29
|
+
|
30
|
+
book:
|
31
|
+
title: ['Taht Oyunları', 'Maymunlar Gezegeni', 'Benim Adım Kırmızı', 'Uykuların Doğusu', 'Yılanların Öcü']
|
32
|
+
author: "#{Name.name}"
|
33
|
+
publisher: ['Babıali Kültür Yayıncılığı', 'İletişim Yayınları', 'Turkuvaz Kitap', 'Kaynak Yayınları']
|
34
|
+
quote: ['Sabır acıdır, meyvesi tatlıdır', 'Dost kara günde belli olur', 'Çıkmayan candan umit kesilmez', 'Gözden uzak olan gönülden de uzak olur.']
|
data/lib/locales/uk.yml
CHANGED
@@ -73,3 +73,12 @@ uk:
|
|
73
73
|
- "#{prefix} #{Name.male_last_name}"
|
74
74
|
- "#{prefix} #{Address.city_name}#{product}#{suffix}"
|
75
75
|
- "#{prefix} #{Address.city_name}#{suffix}"
|
76
|
+
|
77
|
+
music:
|
78
|
+
instruments: ['Електрична гітара', 'Акустична гітара', 'Флейта', 'Труба', 'Кларнет', 'Віолончель', 'Арфа', 'Ксилофон', 'Гармоніка', 'Аккордеон', 'Орган', 'Піаніно', 'Укулеле', 'Саксофон', 'Барабан', 'Скрипка', 'Бас-гітара']
|
79
|
+
|
80
|
+
artist:
|
81
|
+
names: ["Пабло Пікассо", "Поль Сезанн", "Густав Клімт", "Клод Моне", "Марсель Дюшан", "Анрі Матісс", "Джексон Поллок", "Енді Уорхол", "Віллем де Кунінг", "Пієт Мондріан", "Поль Гоген", "Френсіс Бекон", "Роберт Раушенберг", "Жорж Брак", "Василь Кандинський", "Костянтин Бранкузі", "Казимир Малевич", "Джаспер Джонс", "Фрида Кало", "Мартін Кіппенбергер", "Вільям Бугро", "Сандро Ботічеллі", "Ежен Делакруа", "Іван Айвазовський", "Сальвадор Далі", "Рембрант ван Рейн", "Мікеланджело", "Ілля Рєпін", "Петер Пауль Рубенс", "Вінсент Ван Гог", "Рафаель Санті", "Леонардо да Вінчі"]
|
82
|
+
|
83
|
+
yoda:
|
84
|
+
quotes: ["Зброю свою забери! Я тобі не бажаю зла!", "Діри? Слизької? Дім мій це!", "Сила — спільник мій, і спільник могутній. Життя її створює, вирощує", "Готовий ти? Що знаєш про готовність ти?", "Відповідальність велику несе джедай, розум мати повинен", "За ним довго спостерігав я", "Що б він не робив, розум його завжди не з ним, не у вчинках його", "Джедаю речі непотрібні ці", "Вирішити повинен ти, як їм допомогти краще"]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: faker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.9.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Benjamin Curtis
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-07-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: i18n
|
@@ -24,6 +24,104 @@ dependencies:
|
|
24
24
|
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '0.7'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: launchy
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - ">="
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '0'
|
34
|
+
type: :development
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - ">="
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '0'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: minitest
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - ">="
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '0'
|
48
|
+
type: :development
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - ">="
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '0'
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: rake
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - ">="
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '0'
|
62
|
+
type: :development
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - ">="
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '0'
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: rubocop
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - ">="
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: '0'
|
76
|
+
type: :development
|
77
|
+
prerelease: false
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - ">="
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: '0'
|
83
|
+
- !ruby/object:Gem::Dependency
|
84
|
+
name: simplecov
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
86
|
+
requirements:
|
87
|
+
- - ">="
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: '0'
|
90
|
+
type: :development
|
91
|
+
prerelease: false
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
93
|
+
requirements:
|
94
|
+
- - ">="
|
95
|
+
- !ruby/object:Gem::Version
|
96
|
+
version: '0'
|
97
|
+
- !ruby/object:Gem::Dependency
|
98
|
+
name: test-unit
|
99
|
+
requirement: !ruby/object:Gem::Requirement
|
100
|
+
requirements:
|
101
|
+
- - ">="
|
102
|
+
- !ruby/object:Gem::Version
|
103
|
+
version: '0'
|
104
|
+
type: :development
|
105
|
+
prerelease: false
|
106
|
+
version_requirements: !ruby/object:Gem::Requirement
|
107
|
+
requirements:
|
108
|
+
- - ">="
|
109
|
+
- !ruby/object:Gem::Version
|
110
|
+
version: '0'
|
111
|
+
- !ruby/object:Gem::Dependency
|
112
|
+
name: timecop
|
113
|
+
requirement: !ruby/object:Gem::Requirement
|
114
|
+
requirements:
|
115
|
+
- - ">="
|
116
|
+
- !ruby/object:Gem::Version
|
117
|
+
version: '0'
|
118
|
+
type: :development
|
119
|
+
prerelease: false
|
120
|
+
version_requirements: !ruby/object:Gem::Requirement
|
121
|
+
requirements:
|
122
|
+
- - ">="
|
123
|
+
- !ruby/object:Gem::Version
|
124
|
+
version: '0'
|
27
125
|
description: 'Faker, a port of Data::Faker from Perl, is used to easily generate fake
|
28
126
|
data: names, addresses, phone numbers, etc.'
|
29
127
|
email:
|
@@ -42,6 +140,7 @@ files:
|
|
42
140
|
- lib/faker/address.rb
|
43
141
|
- lib/faker/ancient.rb
|
44
142
|
- lib/faker/app.rb
|
143
|
+
- lib/faker/appliance.rb
|
45
144
|
- lib/faker/aqua_teen_hunger_force.rb
|
46
145
|
- lib/faker/artist.rb
|
47
146
|
- lib/faker/avatar.rb
|
@@ -49,40 +148,52 @@ files:
|
|
49
148
|
- lib/faker/bank.rb
|
50
149
|
- lib/faker/beer.rb
|
51
150
|
- lib/faker/bitcoin.rb
|
151
|
+
- lib/faker/bojack_horseman.rb
|
52
152
|
- lib/faker/book.rb
|
53
153
|
- lib/faker/boolean.rb
|
54
154
|
- lib/faker/bossa_nova.rb
|
55
155
|
- lib/faker/breaking_bad.rb
|
56
156
|
- lib/faker/business.rb
|
157
|
+
- lib/faker/cannabis.rb
|
57
158
|
- lib/faker/cat.rb
|
58
159
|
- lib/faker/chuck_norris.rb
|
59
160
|
- lib/faker/code.rb
|
60
161
|
- lib/faker/coffee.rb
|
61
162
|
- lib/faker/color.rb
|
62
163
|
- lib/faker/commerce.rb
|
164
|
+
- lib/faker/community.rb
|
63
165
|
- lib/faker/company.rb
|
64
166
|
- lib/faker/compass.rb
|
65
167
|
- lib/faker/crypto.rb
|
168
|
+
- lib/faker/currency.rb
|
66
169
|
- lib/faker/date.rb
|
67
170
|
- lib/faker/demographic.rb
|
68
171
|
- lib/faker/dessert.rb
|
172
|
+
- lib/faker/device.rb
|
69
173
|
- lib/faker/dog.rb
|
174
|
+
- lib/faker/dota.rb
|
70
175
|
- lib/faker/dr_who.rb
|
71
176
|
- lib/faker/dragon_ball.rb
|
72
177
|
- lib/faker/dumb_and_dumber.rb
|
73
178
|
- lib/faker/dune.rb
|
74
179
|
- lib/faker/educator.rb
|
75
180
|
- lib/faker/elder_scrolls.rb
|
181
|
+
- lib/faker/electrical_components.rb
|
76
182
|
- lib/faker/esport.rb
|
183
|
+
- lib/faker/ethereum.rb
|
77
184
|
- lib/faker/fallout.rb
|
78
185
|
- lib/faker/family_guy.rb
|
186
|
+
- lib/faker/famous_last_words.rb
|
79
187
|
- lib/faker/file.rb
|
80
188
|
- lib/faker/fillmurray.rb
|
81
189
|
- lib/faker/finance.rb
|
82
190
|
- lib/faker/food.rb
|
191
|
+
- lib/faker/football.rb
|
83
192
|
- lib/faker/friends.rb
|
84
193
|
- lib/faker/funny_name.rb
|
85
194
|
- lib/faker/game_of_thrones.rb
|
195
|
+
- lib/faker/gender.rb
|
196
|
+
- lib/faker/greek_philosophers.rb
|
86
197
|
- lib/faker/hacker.rb
|
87
198
|
- lib/faker/harry_potter.rb
|
88
199
|
- lib/faker/hey_arnold.rb
|
@@ -92,28 +203,38 @@ files:
|
|
92
203
|
- lib/faker/how_i_met_your_mother.rb
|
93
204
|
- lib/faker/id_number.rb
|
94
205
|
- lib/faker/internet.rb
|
206
|
+
- lib/faker/invoice.rb
|
95
207
|
- lib/faker/job.rb
|
96
208
|
- lib/faker/kpop.rb
|
97
209
|
- lib/faker/league_of_legends.rb
|
98
210
|
- lib/faker/lebowski.rb
|
99
211
|
- lib/faker/lord_of_the_rings.rb
|
100
212
|
- lib/faker/lorem.rb
|
213
|
+
- lib/faker/lorem_flickr.rb
|
101
214
|
- lib/faker/lorem_pixel.rb
|
102
215
|
- lib/faker/lovecraft.rb
|
103
216
|
- lib/faker/markdown.rb
|
104
217
|
- lib/faker/matz.rb
|
105
218
|
- lib/faker/measurement.rb
|
219
|
+
- lib/faker/michael_scott.rb
|
220
|
+
- lib/faker/military.rb
|
106
221
|
- lib/faker/most_interesting_man_in_the_world.rb
|
107
222
|
- lib/faker/movie.rb
|
108
223
|
- lib/faker/music.rb
|
224
|
+
- lib/faker/myst.rb
|
109
225
|
- lib/faker/name.rb
|
226
|
+
- lib/faker/nation.rb
|
227
|
+
- lib/faker/nato_phonetic_alphabet.rb
|
228
|
+
- lib/faker/new_girl.rb
|
110
229
|
- lib/faker/number.rb
|
111
230
|
- lib/faker/omniauth.rb
|
112
231
|
- lib/faker/one_piece.rb
|
113
232
|
- lib/faker/overwatch.rb
|
233
|
+
- lib/faker/parks_and_rec.rb
|
114
234
|
- lib/faker/phone_number.rb
|
115
235
|
- lib/faker/placeholdit.rb
|
116
236
|
- lib/faker/pokemon.rb
|
237
|
+
- lib/faker/princess_bride.rb
|
117
238
|
- lib/faker/programming_language.rb
|
118
239
|
- lib/faker/rick_and_morty.rb
|
119
240
|
- lib/faker/robin.rb
|
@@ -124,14 +245,21 @@ files:
|
|
124
245
|
- lib/faker/shakespeare.rb
|
125
246
|
- lib/faker/silicon_valley.rb
|
126
247
|
- lib/faker/simpsons.rb
|
248
|
+
- lib/faker/singular_siegler.rb
|
127
249
|
- lib/faker/slack_emoji.rb
|
250
|
+
- lib/faker/source.rb
|
128
251
|
- lib/faker/space.rb
|
129
252
|
- lib/faker/star_trek.rb
|
130
253
|
- lib/faker/star_wars.rb
|
131
254
|
- lib/faker/stargate.rb
|
255
|
+
- lib/faker/stranger_thing.rb
|
256
|
+
- lib/faker/string.rb
|
257
|
+
- lib/faker/stripe.rb
|
132
258
|
- lib/faker/superhero.rb
|
259
|
+
- lib/faker/sword_art_online.rb
|
133
260
|
- lib/faker/team.rb
|
134
261
|
- lib/faker/the_fresh_prince_of_bel_air.rb
|
262
|
+
- lib/faker/the_it_crowd.rb
|
135
263
|
- lib/faker/the_thick_of_it.rb
|
136
264
|
- lib/faker/time.rb
|
137
265
|
- lib/faker/twin_peaks.rb
|
@@ -142,8 +270,10 @@ files:
|
|
142
270
|
- lib/faker/v_for_vendetta.rb
|
143
271
|
- lib/faker/vehicle.rb
|
144
272
|
- lib/faker/venture_bros.rb
|
273
|
+
- lib/faker/verb.rb
|
145
274
|
- lib/faker/version.rb
|
146
275
|
- lib/faker/witcher.rb
|
276
|
+
- lib/faker/world_cup.rb
|
147
277
|
- lib/faker/world_of_warcraft.rb
|
148
278
|
- lib/faker/yoda.rb
|
149
279
|
- lib/faker/zelda.rb
|
@@ -157,6 +287,7 @@ files:
|
|
157
287
|
- lib/locales/de-AT.yml
|
158
288
|
- lib/locales/de-CH.yml
|
159
289
|
- lib/locales/de.yml
|
290
|
+
- lib/locales/ee.yml
|
160
291
|
- lib/locales/en-AU.yml
|
161
292
|
- lib/locales/en-BORK.yml
|
162
293
|
- lib/locales/en-CA.yml
|
@@ -177,42 +308,54 @@ files:
|
|
177
308
|
- lib/locales/en/address.yml
|
178
309
|
- lib/locales/en/ancient.yml
|
179
310
|
- lib/locales/en/app.yml
|
311
|
+
- lib/locales/en/appliance.yml
|
180
312
|
- lib/locales/en/aqua_teen_hunger_force.yml
|
181
313
|
- lib/locales/en/artist.yml
|
182
314
|
- lib/locales/en/back_to_the_future.yml
|
183
315
|
- lib/locales/en/bank.yml
|
184
316
|
- lib/locales/en/beer.yml
|
317
|
+
- lib/locales/en/bojack_horseman.yml
|
185
318
|
- lib/locales/en/book.yml
|
186
319
|
- lib/locales/en/bossa_nova.yml
|
187
320
|
- lib/locales/en/breaking_bad.yml
|
188
321
|
- lib/locales/en/business.yml
|
322
|
+
- lib/locales/en/cannabis.yml
|
189
323
|
- lib/locales/en/cat.yml
|
190
324
|
- lib/locales/en/chuck_norris.yml
|
191
325
|
- lib/locales/en/code.yml
|
192
326
|
- lib/locales/en/coffee.yml
|
193
327
|
- lib/locales/en/color.yml
|
194
328
|
- lib/locales/en/commerce.yml
|
329
|
+
- lib/locales/en/community.yml
|
195
330
|
- lib/locales/en/company.yml
|
196
331
|
- lib/locales/en/compass.yml
|
332
|
+
- lib/locales/en/currency.yml
|
197
333
|
- lib/locales/en/demographic.yml
|
198
334
|
- lib/locales/en/dessert.yml
|
335
|
+
- lib/locales/en/device.yml
|
199
336
|
- lib/locales/en/dog.yml
|
337
|
+
- lib/locales/en/dota.yml
|
200
338
|
- lib/locales/en/dr_who.yml
|
201
339
|
- lib/locales/en/dragon_ball.yml
|
202
340
|
- lib/locales/en/dumb_and_dumber.yml
|
203
341
|
- lib/locales/en/dune.yml
|
204
342
|
- lib/locales/en/educator.yml
|
205
343
|
- lib/locales/en/elder_scrolls.yml
|
344
|
+
- lib/locales/en/electrical_components.yml
|
206
345
|
- lib/locales/en/esport.yml
|
207
346
|
- lib/locales/en/fallout.yml
|
208
347
|
- lib/locales/en/family_guy.yml
|
348
|
+
- lib/locales/en/famous_last_words.yml
|
209
349
|
- lib/locales/en/file.yml
|
210
350
|
- lib/locales/en/finance.yml
|
211
351
|
- lib/locales/en/food.yml
|
352
|
+
- lib/locales/en/football.yml
|
212
353
|
- lib/locales/en/fresh_prince_of_bel_air.yml
|
213
354
|
- lib/locales/en/friends.yml
|
214
355
|
- lib/locales/en/funny_name.yml
|
215
356
|
- lib/locales/en/game_of_thrones.yml
|
357
|
+
- lib/locales/en/gender.yml
|
358
|
+
- lib/locales/en/greek_philosophers.yml
|
216
359
|
- lib/locales/en/hacker.yml
|
217
360
|
- lib/locales/en/harry_potter.yml
|
218
361
|
- lib/locales/en/hey_arnold.yml
|
@@ -222,6 +365,7 @@ files:
|
|
222
365
|
- lib/locales/en/how_i_met_your_mother.yml
|
223
366
|
- lib/locales/en/id_number.yml
|
224
367
|
- lib/locales/en/internet.yml
|
368
|
+
- lib/locales/en/invoice.yml
|
225
369
|
- lib/locales/en/job.yml
|
226
370
|
- lib/locales/en/kpop.yml
|
227
371
|
- lib/locales/en/league_of_legends.yml
|
@@ -232,14 +376,22 @@ files:
|
|
232
376
|
- lib/locales/en/markdown.yml
|
233
377
|
- lib/locales/en/matz.yml
|
234
378
|
- lib/locales/en/measurement.yml
|
379
|
+
- lib/locales/en/michael_scott.yml
|
380
|
+
- lib/locales/en/military.yml
|
235
381
|
- lib/locales/en/most_interesting_man_in_the_world.yml
|
236
382
|
- lib/locales/en/movie.yml
|
237
383
|
- lib/locales/en/music.yml
|
384
|
+
- lib/locales/en/myst.yml
|
238
385
|
- lib/locales/en/name.yml
|
386
|
+
- lib/locales/en/nation.yml
|
387
|
+
- lib/locales/en/nato_phonetic_alphabet.yml
|
388
|
+
- lib/locales/en/new_girl.yml
|
239
389
|
- lib/locales/en/one_piece.yml
|
240
390
|
- lib/locales/en/overwatch.yml
|
391
|
+
- lib/locales/en/parks_and_rec.yml
|
241
392
|
- lib/locales/en/phone_number.yml
|
242
393
|
- lib/locales/en/pokemon.yml
|
394
|
+
- lib/locales/en/princess_bride.yml
|
243
395
|
- lib/locales/en/programming_language.yml
|
244
396
|
- lib/locales/en/rick_and_morty.yml
|
245
397
|
- lib/locales/en/robin.yml
|
@@ -250,13 +402,19 @@ files:
|
|
250
402
|
- lib/locales/en/shakespeare.yml
|
251
403
|
- lib/locales/en/silicon_valley.yml
|
252
404
|
- lib/locales/en/simpsons.yml
|
405
|
+
- lib/locales/en/singular_siegler.yml
|
253
406
|
- lib/locales/en/slack_emoji.yml
|
407
|
+
- lib/locales/en/source.yml
|
254
408
|
- lib/locales/en/space.yml
|
255
409
|
- lib/locales/en/star_trek.yml
|
256
410
|
- lib/locales/en/star_wars.yml
|
257
411
|
- lib/locales/en/stargate.yml
|
412
|
+
- lib/locales/en/stranger_thing.yml
|
413
|
+
- lib/locales/en/stripe.yml
|
258
414
|
- lib/locales/en/superhero.yml
|
415
|
+
- lib/locales/en/sword_art_online.yml
|
259
416
|
- lib/locales/en/team.yml
|
417
|
+
- lib/locales/en/the_it_crowd.yml
|
260
418
|
- lib/locales/en/the_thick_of_it.yml
|
261
419
|
- lib/locales/en/twin_peaks.yml
|
262
420
|
- lib/locales/en/umphreys_mcgee.yml
|
@@ -264,7 +422,9 @@ files:
|
|
264
422
|
- lib/locales/en/v_for_vendetta.yml
|
265
423
|
- lib/locales/en/vehicle.yml
|
266
424
|
- lib/locales/en/venture_bros.yml
|
425
|
+
- lib/locales/en/verbs.yml
|
267
426
|
- lib/locales/en/witcher.yml
|
427
|
+
- lib/locales/en/world_cup.yml
|
268
428
|
- lib/locales/en/world_of_warcraft.yml
|
269
429
|
- lib/locales/en/yoda.yml
|
270
430
|
- lib/locales/en/zelda.yml
|
@@ -272,14 +432,18 @@ files:
|
|
272
432
|
- lib/locales/es.yml
|
273
433
|
- lib/locales/fa.yml
|
274
434
|
- lib/locales/fi-FI.yml
|
435
|
+
- lib/locales/fr-CA.yml
|
436
|
+
- lib/locales/fr-CH.yml
|
275
437
|
- lib/locales/fr.yml
|
276
438
|
- lib/locales/he.yml
|
277
439
|
- lib/locales/id.yml
|
278
440
|
- lib/locales/it.yml
|
279
441
|
- lib/locales/ja.yml
|
280
442
|
- lib/locales/ko.yml
|
443
|
+
- lib/locales/lv.yml
|
281
444
|
- lib/locales/nb-NO.yml
|
282
445
|
- lib/locales/nl.yml
|
446
|
+
- lib/locales/no.yml
|
283
447
|
- lib/locales/pl.yml
|
284
448
|
- lib/locales/pt-BR.yml
|
285
449
|
- lib/locales/pt.yml
|
@@ -311,7 +475,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
311
475
|
version: '0'
|
312
476
|
requirements: []
|
313
477
|
rubyforge_project:
|
314
|
-
rubygems_version: 2.6.
|
478
|
+
rubygems_version: 2.6.14
|
315
479
|
signing_key:
|
316
480
|
specification_version: 4
|
317
481
|
summary: Easily generate fake data
|