faker 3.3.0 → 3.4.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 +59 -0
- data/README.md +12 -3
- data/lib/faker/books/lovecraft.rb +2 -3
- data/lib/faker/default/crypto.rb +13 -4
- data/lib/faker/default/hipster.rb +2 -3
- data/lib/faker/default/internet.rb +5 -2
- data/lib/faker/default/lorem.rb +1 -1
- data/lib/faker/default/number.rb +1 -1
- data/lib/faker/default/omniauth.rb +4 -4
- data/lib/faker/{music/show.rb → default/theater.rb} +11 -8
- data/lib/faker/default/types.rb +2 -4
- data/lib/faker/version.rb +1 -1
- data/lib/locales/en/address.yml +1 -1
- data/lib/locales/en/food.yml +2 -1
- data/lib/locales/en/{show.yml → theater.yml} +1 -1
- data/lib/locales/en-US.yml +10 -10
- data/lib/locales/ja/football.yml +115 -0
- data/lib/locales/ko.yml +1361 -20
- metadata +7 -6
- /data/lib/faker/default/{nhs.rb → national_health_service.rb} +0 -0
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: faker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Benjamin Curtis
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2024-
|
12
|
+
date: 2024-05-29 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: i18n
|
@@ -131,8 +131,8 @@ files:
|
|
131
131
|
- lib/faker/default/mountain.rb
|
132
132
|
- lib/faker/default/name.rb
|
133
133
|
- lib/faker/default/nation.rb
|
134
|
+
- lib/faker/default/national_health_service.rb
|
134
135
|
- lib/faker/default/nato_phonetic_alphabet.rb
|
135
|
-
- lib/faker/default/nhs.rb
|
136
136
|
- lib/faker/default/number.rb
|
137
137
|
- lib/faker/default/omniauth.rb
|
138
138
|
- lib/faker/default/phone_number.rb
|
@@ -152,6 +152,7 @@ files:
|
|
152
152
|
- lib/faker/default/superhero.rb
|
153
153
|
- lib/faker/default/tea.rb
|
154
154
|
- lib/faker/default/team.rb
|
155
|
+
- lib/faker/default/theater.rb
|
155
156
|
- lib/faker/default/time.rb
|
156
157
|
- lib/faker/default/twitter.rb
|
157
158
|
- lib/faker/default/types.rb
|
@@ -224,7 +225,6 @@ files:
|
|
224
225
|
- lib/faker/music/prince.rb
|
225
226
|
- lib/faker/music/rock_band.rb
|
226
227
|
- lib/faker/music/rush.rb
|
227
|
-
- lib/faker/music/show.rb
|
228
228
|
- lib/faker/music/smashing_pumpkins.rb
|
229
229
|
- lib/faker/music/umphreys_mcgee.rb
|
230
230
|
- lib/faker/quotes/chiquito.rb
|
@@ -470,7 +470,6 @@ files:
|
|
470
470
|
- lib/locales/en/science.yml
|
471
471
|
- lib/locales/en/seinfeld.yml
|
472
472
|
- lib/locales/en/shakespeare.yml
|
473
|
-
- lib/locales/en/show.yml
|
474
473
|
- lib/locales/en/silicon_valley.yml
|
475
474
|
- lib/locales/en/simpsons.yml
|
476
475
|
- lib/locales/en/slack_emoji.yml
|
@@ -504,6 +503,7 @@ files:
|
|
504
503
|
- lib/locales/en/the_office.yml
|
505
504
|
- lib/locales/en/the_room.yml
|
506
505
|
- lib/locales/en/the_thick_of_it.yml
|
506
|
+
- lib/locales/en/theater.yml
|
507
507
|
- lib/locales/en/tolkien.yml
|
508
508
|
- lib/locales/en/touhou.yml
|
509
509
|
- lib/locales/en/train_station.yml
|
@@ -566,6 +566,7 @@ files:
|
|
566
566
|
- lib/locales/ja/dog.yml
|
567
567
|
- lib/locales/ja/emotion.yml
|
568
568
|
- lib/locales/ja/food.yml
|
569
|
+
- lib/locales/ja/football.yml
|
569
570
|
- lib/locales/ja/gender.yml
|
570
571
|
- lib/locales/ja/lorem.yml
|
571
572
|
- lib/locales/ja/name.yml
|
@@ -629,7 +630,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
629
630
|
- !ruby/object:Gem::Version
|
630
631
|
version: '0'
|
631
632
|
requirements: []
|
632
|
-
rubygems_version: 3.
|
633
|
+
rubygems_version: 3.3.7
|
633
634
|
signing_key:
|
634
635
|
specification_version: 4
|
635
636
|
summary: Easily generate fake data
|
File without changes
|