faker 2.21.0 → 2.23.0
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 +58 -0
- data/README.md +4 -6
- data/lib/faker/blockchain/aeternity.rb +1 -1
- data/lib/faker/blockchain/ethereum.rb +1 -1
- data/lib/faker/blockchain/tezos.rb +1 -1
- data/lib/faker/default/{faker_adjective.rb → adjective.rb} +0 -0
- data/lib/faker/default/bank.rb +4 -4
- data/lib/faker/default/chile_rut.rb +8 -4
- data/lib/faker/default/code.rb +7 -7
- data/lib/faker/default/company.rb +4 -4
- data/lib/faker/default/file.rb +3 -3
- data/lib/faker/default/finance.rb +16 -2
- data/lib/faker/default/id_number.rb +106 -1
- data/lib/faker/default/internet.rb +24 -3
- data/lib/faker/default/markdown.rb +3 -3
- data/lib/faker/default/nhs.rb +1 -1
- data/lib/faker/default/vehicle.rb +18 -5
- data/lib/faker/default/vulnerability_identifier.rb +23 -0
- data/lib/faker/japanese_media/kamen_rider.rb +2 -2
- data/lib/faker/japanese_media/one_piece.rb +1 -1
- data/lib/faker/sports/mountaineering.rb +22 -0
- data/lib/faker/sports/sport.rb +110 -0
- data/lib/faker/version.rb +1 -1
- data/lib/faker.rb +15 -10
- data/lib/helpers/base58.rb +1 -1
- data/lib/helpers/unique_generator.rb +13 -11
- data/lib/locales/en/australia.yml +3 -4
- data/lib/locales/en/computer.yml +23 -4
- data/lib/locales/en/dota.yml +113 -0
- data/lib/locales/en/file.yml +9 -1
- data/lib/locales/en/finance.yml +3 -1
- data/lib/locales/en/internet.yml +29 -0
- data/lib/locales/en/mountaineering.yml +14 -0
- data/lib/locales/en/one_piece.yml +1 -1
- data/lib/locales/en/sport.yml +121 -0
- data/lib/locales/en/vehicle.yml +2809 -75
- data/lib/locales/en-AU.yml +1 -1
- data/lib/locales/ja/adjective.yml +148 -0
- data/lib/locales/ja/dog.yml +1 -0
- data/lib/locales/pl.yml +1 -1
- metadata +18 -12
@@ -0,0 +1,121 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
sport:
|
4
|
+
summer_olympics: # Source https://olympics.com/en/sports/summer-olympics
|
5
|
+
- 3x3 basketball
|
6
|
+
- Archery
|
7
|
+
- Artistic gymnastics
|
8
|
+
- Artistic swimming
|
9
|
+
- Athletics
|
10
|
+
- Badminton
|
11
|
+
- Baseball # Technically part of "Baseball Softball" according to IOC website
|
12
|
+
- Basketball
|
13
|
+
- Beach volleyball
|
14
|
+
- BMX freestyle
|
15
|
+
- BMX racing
|
16
|
+
- Boxing
|
17
|
+
- Canoe/kayak flatwater
|
18
|
+
- Canoe/kayak slalom
|
19
|
+
- Diving
|
20
|
+
- Equestrian
|
21
|
+
- Fencing
|
22
|
+
- Football
|
23
|
+
- Golf
|
24
|
+
- Handball
|
25
|
+
- Hockey
|
26
|
+
- Judo
|
27
|
+
- Karate
|
28
|
+
- Marathon swimming
|
29
|
+
- Modern pentathlon
|
30
|
+
- Mountain bike
|
31
|
+
- Rhythmic gymnastics
|
32
|
+
- Road cycling
|
33
|
+
- Rowing
|
34
|
+
- Rugby
|
35
|
+
- Sailing
|
36
|
+
- Shooting
|
37
|
+
- Skateboarding
|
38
|
+
- Softball # Technically part of "Baseball Softball" according to IOC website
|
39
|
+
- Sport climbing
|
40
|
+
- Surfing
|
41
|
+
- Swimming
|
42
|
+
- Table tennis
|
43
|
+
- Taekwondo
|
44
|
+
- Tennis
|
45
|
+
- Track cycling
|
46
|
+
- Trampoline
|
47
|
+
- Triathlon
|
48
|
+
- Volleyball
|
49
|
+
- Water polo
|
50
|
+
- Weight lifting
|
51
|
+
- Wrestling
|
52
|
+
winter_olympics: # Source https://olympics.com/en/sports/winter-olympics
|
53
|
+
- Alpine skiing
|
54
|
+
- Biathlon
|
55
|
+
- Bobsleigh
|
56
|
+
- Cross-country
|
57
|
+
- Curling
|
58
|
+
- Figure skating
|
59
|
+
- Freestyle skiing
|
60
|
+
- Ice hockey
|
61
|
+
- Luge
|
62
|
+
- Nordic combined
|
63
|
+
- Short track speed skating
|
64
|
+
- Skeleton
|
65
|
+
- Ski jumping
|
66
|
+
- Snowboard
|
67
|
+
- Speed skating
|
68
|
+
summer_paralympics: # Source https://www.paralympic.org/sports
|
69
|
+
- Archery
|
70
|
+
- Athletics
|
71
|
+
- Badminton
|
72
|
+
- Boccia
|
73
|
+
- Canoe
|
74
|
+
- Cycling
|
75
|
+
- Equestrian
|
76
|
+
- Football (5-a-side)
|
77
|
+
- Goalball
|
78
|
+
- Judo
|
79
|
+
- Powerlifting
|
80
|
+
- Rowing
|
81
|
+
- Shooting
|
82
|
+
- Sitting volleyball
|
83
|
+
- Swimming
|
84
|
+
- Table tennis
|
85
|
+
- Taekwondo
|
86
|
+
- Triathlon
|
87
|
+
- Wheelchair basketball
|
88
|
+
- Wheelchair fencing
|
89
|
+
- Wheelchair rugby
|
90
|
+
- Wheelchair tennis
|
91
|
+
winter_paralympics: # Source https://www.paralympic.org/sports
|
92
|
+
- Alpine skiing
|
93
|
+
- Biathlon
|
94
|
+
- Cross-country skiing
|
95
|
+
- Para ice hockey
|
96
|
+
- Snowboard
|
97
|
+
- Wheelchair curling
|
98
|
+
ancient_olympics: # Source https://olympics.com/ioc/ancient-olympic-games/the-sports-events
|
99
|
+
- Boxing
|
100
|
+
- Chariot racing
|
101
|
+
- Discus
|
102
|
+
- Horse racing
|
103
|
+
- Long jump
|
104
|
+
- Pankration
|
105
|
+
- Pentathlon
|
106
|
+
- Running
|
107
|
+
- Wrestling
|
108
|
+
unusual:
|
109
|
+
- Apple Racing
|
110
|
+
- Ban'ei
|
111
|
+
- Bathtubbing
|
112
|
+
- Bed racing
|
113
|
+
- Botaoshi
|
114
|
+
- Beer Can Regatta
|
115
|
+
- Black pudding throwing
|
116
|
+
- Bog snorkelling
|
117
|
+
- Bottle kicking
|
118
|
+
- Camel jumping
|
119
|
+
- Camel wrestling
|
120
|
+
- Flugtag/Birdman
|
121
|
+
- Kastenlauf (Beer crate running)
|