lorem_athlete 0.0.1
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.
- data/README.md +38 -0
- data/lib/athletes.yml +101 -0
- data/lib/countries.yml +246 -0
- data/lib/lorem_athlete.rb +80 -0
- data/lib/sports.yml +51 -0
- data/lib/teams.yml +126 -0
- data/lib/words.yml +485 -0
- metadata +53 -0
data/README.md
ADDED
@@ -0,0 +1,38 @@
|
|
1
|
+
# Lorem Athlete
|
2
|
+
## Installation
|
3
|
+
|
4
|
+
gem install lorem_athlete
|
5
|
+
|
6
|
+
or if you are using rails 3 or higher, add to your gemfile:
|
7
|
+
|
8
|
+
gem 'lorem_athlete'
|
9
|
+
|
10
|
+
## Usage
|
11
|
+
|
12
|
+
Generate an athlete's name
|
13
|
+
|
14
|
+
LoremAthlete::athlete
|
15
|
+
|
16
|
+
Generate a team name
|
17
|
+
|
18
|
+
LoremAthlete::team
|
19
|
+
|
20
|
+
You can specify a league to get a pro team name for NHL, NBA, NFL and MLB
|
21
|
+
|
22
|
+
LoremAthlete::team("NFL") # NFL team
|
23
|
+
|
24
|
+
Or if you specify another sport you will get an Olympic team for that sport.
|
25
|
+
|
26
|
+
You can also generate sports words and sentences with:
|
27
|
+
|
28
|
+
LoremAthlete::word
|
29
|
+
LoremAthlete::sentence
|
30
|
+
|
31
|
+
Paragraphs will default to 3 sentences but this can be specified
|
32
|
+
|
33
|
+
LoremAthlete::paragraph # 3 sentence paragraph
|
34
|
+
LoremAthlete::paragraph(10) # 10 sentence paragraph
|
35
|
+
|
36
|
+
|
37
|
+
|
38
|
+
|
data/lib/athletes.yml
ADDED
@@ -0,0 +1,101 @@
|
|
1
|
+
- MichaelJordan
|
2
|
+
- TigerWoods
|
3
|
+
- MuhammedAli
|
4
|
+
- BabeRuth
|
5
|
+
- WayneGretzky
|
6
|
+
- RogerFederer
|
7
|
+
- MichaelPhelps
|
8
|
+
- Pele
|
9
|
+
- LanceArmstrong
|
10
|
+
- UsainBolt
|
11
|
+
- DonaldBradman
|
12
|
+
- JimThorpe
|
13
|
+
- KobeBryant
|
14
|
+
- JimBrown
|
15
|
+
- JerryRice
|
16
|
+
- LebronJames
|
17
|
+
- WiltChamberlain
|
18
|
+
- JoeMontana
|
19
|
+
- DiegoMaradona
|
20
|
+
- CarlLewis
|
21
|
+
- BoJackson
|
22
|
+
- EarvinMagicJohnson
|
23
|
+
- MichaelSchumacher
|
24
|
+
- BarrySanders
|
25
|
+
- JesseOwens
|
26
|
+
- LarryBird
|
27
|
+
- WillieMays
|
28
|
+
- BrettFavre
|
29
|
+
- WalterPayton
|
30
|
+
- PeytonManning
|
31
|
+
- PeteSampras
|
32
|
+
- JackNicklaus
|
33
|
+
- PeteRose
|
34
|
+
- HankAaron
|
35
|
+
- MickeyMantle
|
36
|
+
- LouGehrig
|
37
|
+
- MikeTyson
|
38
|
+
- MarioLemieux
|
39
|
+
- DeionSanders
|
40
|
+
- BarryBonds
|
41
|
+
- TyCobb
|
42
|
+
- JackieRobinson
|
43
|
+
- TomBrady
|
44
|
+
- Secretariat
|
45
|
+
- MichaelJohnson
|
46
|
+
- AlbertPujols
|
47
|
+
- NadiaComaneci
|
48
|
+
- MarkSpitz
|
49
|
+
- KareemAbdulJabar
|
50
|
+
- DavidBeckham
|
51
|
+
- RafaelNadal
|
52
|
+
- CristianoRonaldo
|
53
|
+
- BillRussell
|
54
|
+
- TedWilliams
|
55
|
+
- VenusWilliams
|
56
|
+
- RockyMarciano
|
57
|
+
- JohnnyUnitas
|
58
|
+
- AlexRodriguez
|
59
|
+
- DanMarino
|
60
|
+
- LionelMessi
|
61
|
+
- SerenaWilliams
|
62
|
+
- SteffiGraf
|
63
|
+
- DerekJeter
|
64
|
+
- RonaldoLuisNazariodeLima
|
65
|
+
- BabeDidrikson
|
66
|
+
- SteveNash
|
67
|
+
- JohnElway
|
68
|
+
- JoeDiMaggio
|
69
|
+
- RodLaver
|
70
|
+
- MannyPacquiao
|
71
|
+
- ShaquilleO'Neal
|
72
|
+
- SachinTendulkar
|
73
|
+
- ZinedineZidane
|
74
|
+
- BobbyOrr
|
75
|
+
- MartinaNavratilova
|
76
|
+
- KenGriffeyJr.
|
77
|
+
- CyYoung
|
78
|
+
- RandyMoss
|
79
|
+
- NolanRyan
|
80
|
+
- OscarRobertson
|
81
|
+
- BruceLee
|
82
|
+
- GeorgeBest
|
83
|
+
- PaavoNurmi
|
84
|
+
- GordieHowe
|
85
|
+
- ValentinoRossi
|
86
|
+
- DaleEarnhardt
|
87
|
+
- TimDuncan
|
88
|
+
- SugarRayRobinson
|
89
|
+
- SidneyCrosby
|
90
|
+
- IanThorpe
|
91
|
+
- RichardPetty
|
92
|
+
- JeffGordon
|
93
|
+
- SteveRedgrave
|
94
|
+
- HaileGebrselassie
|
95
|
+
- JoeLouis
|
96
|
+
- AlexanderKarelin
|
97
|
+
- EmilZatopek
|
98
|
+
- AdrianPeterson
|
99
|
+
- O.J.Simpson
|
100
|
+
- FedorEmelianenko
|
101
|
+
|
data/lib/countries.yml
ADDED
@@ -0,0 +1,246 @@
|
|
1
|
+
- Afghanistan
|
2
|
+
- Albania
|
3
|
+
- Algeria
|
4
|
+
- American Samoa
|
5
|
+
- Andorra
|
6
|
+
- Angola
|
7
|
+
- Anguilla
|
8
|
+
- Antarctica
|
9
|
+
- Antigua and Barbuda
|
10
|
+
- Argentina
|
11
|
+
- Armenia
|
12
|
+
- Aruba
|
13
|
+
- Australia
|
14
|
+
- Austria
|
15
|
+
- Azerbaijan
|
16
|
+
- Bahamas
|
17
|
+
- Bahrain
|
18
|
+
- Bangladesh
|
19
|
+
- Barbados
|
20
|
+
- Belarus
|
21
|
+
- Belgium
|
22
|
+
- Belize
|
23
|
+
- Benin
|
24
|
+
- Bermuda
|
25
|
+
- Bhutan
|
26
|
+
- Bolivia, Plurinational State of
|
27
|
+
- Bonaire, Sint Eustatius and Saba
|
28
|
+
- Bosnia and Herzegovina
|
29
|
+
- Botswana
|
30
|
+
- Bouvet Island
|
31
|
+
- Brazil
|
32
|
+
- British Indian Ocean Territory
|
33
|
+
- Brunei Darussalam
|
34
|
+
- Bulgaria
|
35
|
+
- Burkina Faso
|
36
|
+
- Burundi
|
37
|
+
- Cambodia
|
38
|
+
- Cameroon
|
39
|
+
- Canada
|
40
|
+
- Cape Verde
|
41
|
+
- Cayman Islands
|
42
|
+
- Central African Republic
|
43
|
+
- Chad
|
44
|
+
- Chile
|
45
|
+
- China
|
46
|
+
- Christmas Island
|
47
|
+
- Cocos (Keeling) Islands
|
48
|
+
- Colombia
|
49
|
+
- Comoros
|
50
|
+
- Congo
|
51
|
+
- Congo, The Democratic Republic of the
|
52
|
+
- Cook Islands
|
53
|
+
- Costa Rica
|
54
|
+
- Croatia
|
55
|
+
- Cuba
|
56
|
+
- Curaçao
|
57
|
+
- Cyprus
|
58
|
+
- Czech Republic
|
59
|
+
- Denmark
|
60
|
+
- Djibouti
|
61
|
+
- Dominica
|
62
|
+
- Dominican Republic
|
63
|
+
- Ecuador
|
64
|
+
- Egypt
|
65
|
+
- El Salvador
|
66
|
+
- Equatorial Guinea
|
67
|
+
- Eritrea
|
68
|
+
- Estonia
|
69
|
+
- Ethiopia
|
70
|
+
- Falkland Islands (Malvinas)
|
71
|
+
- Faroe Islands
|
72
|
+
- Fiji
|
73
|
+
- Finland
|
74
|
+
- France
|
75
|
+
- French Guiana
|
76
|
+
- French Polynesia
|
77
|
+
- French Southern Territories
|
78
|
+
- Gabon
|
79
|
+
- Gambia
|
80
|
+
- Georgia
|
81
|
+
- Germany
|
82
|
+
- Ghana
|
83
|
+
- Gibraltar
|
84
|
+
- Greece
|
85
|
+
- Greenland
|
86
|
+
- Grenada
|
87
|
+
- Guadeloupe
|
88
|
+
- Guam
|
89
|
+
- Guatemala
|
90
|
+
- Guernsey
|
91
|
+
- Guinea
|
92
|
+
- Guinea-Bissau
|
93
|
+
- Guyana
|
94
|
+
- Haiti
|
95
|
+
- Heard Island and McDonald Islands
|
96
|
+
- Holy See (Vatican City State)
|
97
|
+
- Honduras
|
98
|
+
- Hong Kong
|
99
|
+
- Hungary
|
100
|
+
- Iceland
|
101
|
+
- India
|
102
|
+
- Indonesia
|
103
|
+
- Iran, Islamic Republic of
|
104
|
+
- Iraq
|
105
|
+
- Ireland
|
106
|
+
- Isle of Man
|
107
|
+
- Israel
|
108
|
+
- Italy
|
109
|
+
- Jamaica
|
110
|
+
- Japan
|
111
|
+
- Jersey
|
112
|
+
- Jordan
|
113
|
+
- Kazakhstan
|
114
|
+
- Kenya
|
115
|
+
- Kiribati
|
116
|
+
- Korea, Democratic People's Republic of
|
117
|
+
- Korea, Republic of
|
118
|
+
- Kuwait
|
119
|
+
- Kyrgyzstan
|
120
|
+
- Lao People's Democratic Republic
|
121
|
+
- Latvia
|
122
|
+
- Lebanon
|
123
|
+
- Lesotho
|
124
|
+
- Liberia
|
125
|
+
- Libya
|
126
|
+
- Liechtenstein
|
127
|
+
- Lithuania
|
128
|
+
- Luxembourg
|
129
|
+
- Macao
|
130
|
+
- Macedonia, Republic of
|
131
|
+
- Madagascar
|
132
|
+
- Malawi
|
133
|
+
- Malaysia
|
134
|
+
- Maldives
|
135
|
+
- Mali
|
136
|
+
- Malta
|
137
|
+
- Marshall Islands
|
138
|
+
- Martinique
|
139
|
+
- Mauritania
|
140
|
+
- Mauritius
|
141
|
+
- Mayotte
|
142
|
+
- Mexico
|
143
|
+
- Micronesia, Federated States of
|
144
|
+
- Moldova, Republic of
|
145
|
+
- Monaco
|
146
|
+
- Mongolia
|
147
|
+
- Montenegro
|
148
|
+
- Montserrat
|
149
|
+
- Morocco
|
150
|
+
- Mozambique
|
151
|
+
- Myanmar
|
152
|
+
- Namibia
|
153
|
+
- Nauru
|
154
|
+
- Nepal
|
155
|
+
- Netherlands
|
156
|
+
- New Caledonia
|
157
|
+
- New Zealand
|
158
|
+
- Nicaragua
|
159
|
+
- Niger
|
160
|
+
- Nigeria
|
161
|
+
- Niue
|
162
|
+
- Norfolk Island
|
163
|
+
- Northern Mariana Islands
|
164
|
+
- Norway
|
165
|
+
- Oman
|
166
|
+
- Pakistan
|
167
|
+
- Palau
|
168
|
+
- Palestinian Territory, Occupied
|
169
|
+
- Panama
|
170
|
+
- Papua New Guinea
|
171
|
+
- Paraguay
|
172
|
+
- Peru
|
173
|
+
- Philippines
|
174
|
+
- Pitcairn
|
175
|
+
- Poland
|
176
|
+
- Portugal
|
177
|
+
- Puerto Rico
|
178
|
+
- Qatar
|
179
|
+
- Reunion
|
180
|
+
- Romania
|
181
|
+
- Russian Federation
|
182
|
+
- Rwanda
|
183
|
+
- Saint Helena, Ascension and Tristan da Cunha
|
184
|
+
- Saint Kitts and Nevis
|
185
|
+
- Saint Lucia
|
186
|
+
- Saint Martin (French part)
|
187
|
+
- Saint Pierre and Miquelon
|
188
|
+
- Saint Vincent and the Grenadines
|
189
|
+
- Samoa
|
190
|
+
- San Marino
|
191
|
+
- Sao Tome and Principe
|
192
|
+
- Saudi Arabia
|
193
|
+
- Senegal
|
194
|
+
- Serbia
|
195
|
+
- Seychelles
|
196
|
+
- Sierra Leone
|
197
|
+
- Singapore
|
198
|
+
- Sint Maarten (Dutch part)
|
199
|
+
- Slovakia
|
200
|
+
- Slovenia
|
201
|
+
- Solomon Islands
|
202
|
+
- Somalia
|
203
|
+
- South Africa
|
204
|
+
- South Georgia and the South Sandwich Islands
|
205
|
+
- Spain
|
206
|
+
- Sri Lanka
|
207
|
+
- Sudan
|
208
|
+
- Suriname
|
209
|
+
- South Sudan
|
210
|
+
- Svalbard and Jan Mayen
|
211
|
+
- Swaziland
|
212
|
+
- Sweden
|
213
|
+
- Switzerland
|
214
|
+
- Syrian Arab Republic
|
215
|
+
- Taiwan, Province of China
|
216
|
+
- Tajikistan
|
217
|
+
- Tanzania, United Republic of
|
218
|
+
- Thailand
|
219
|
+
- Timor-Leste
|
220
|
+
- Togo
|
221
|
+
- Tokelau
|
222
|
+
- Tonga
|
223
|
+
- Trinidad and Tobago
|
224
|
+
- Tunisia
|
225
|
+
- Turkey
|
226
|
+
- Turkmenistan
|
227
|
+
- Turks and Caicos Islands
|
228
|
+
- Tuvalu
|
229
|
+
- Uganda
|
230
|
+
- Ukraine
|
231
|
+
- United Arab Emirates
|
232
|
+
- United Kingdom
|
233
|
+
- United States
|
234
|
+
- United States Minor Outlying Islands
|
235
|
+
- Uruguay
|
236
|
+
- Uzbekistan
|
237
|
+
- Vanuatu
|
238
|
+
- Venezuela, Bolivarian Republic of
|
239
|
+
- Viet Nam
|
240
|
+
- Virgin Islands, British
|
241
|
+
- Virgin Islands, U.S.
|
242
|
+
- Wallis and Futuna
|
243
|
+
- Western Sahara
|
244
|
+
- Yemen
|
245
|
+
- Zambia
|
246
|
+
- Zimbabwe
|
@@ -0,0 +1,80 @@
|
|
1
|
+
require 'YAML'
|
2
|
+
lib_path = File.expand_path('../lib', __FILE__)
|
3
|
+
$LOAD_PATH.unshift(lib_path)
|
4
|
+
class LoremAthlete
|
5
|
+
WORDS = YAML::load(File.open('lib/words.yml'))
|
6
|
+
def self.sport
|
7
|
+
sports = YAML::load(File.open('lib/sports.yml'))
|
8
|
+
sports[rand(sports.length)]
|
9
|
+
end
|
10
|
+
|
11
|
+
def self.athlete
|
12
|
+
athletes = YAML::load( File.open('lib/athletes.yml'))
|
13
|
+
athletes[rand(athletes.length)]
|
14
|
+
end
|
15
|
+
|
16
|
+
def self.team(sport='all')
|
17
|
+
pro_sports_teams = YAML::load( File.open('lib/teams.yml'))
|
18
|
+
case sport.downcase
|
19
|
+
when "all"
|
20
|
+
random_index = rand(2)
|
21
|
+
if random_index == 0
|
22
|
+
teams = pro_sports_teams.map{|k, v| v}.flatten
|
23
|
+
else
|
24
|
+
teams = olympic_sport(self.sport)
|
25
|
+
end
|
26
|
+
when "nfl"
|
27
|
+
teams = pro_sports_teams["football"]
|
28
|
+
when "nba"
|
29
|
+
teams = pro_sports_teams["basketball"]
|
30
|
+
when "nhl"
|
31
|
+
teams = pro_sports_teams["hockey"]
|
32
|
+
when "mlb"
|
33
|
+
teams = pro_sports_teams["baseball"]
|
34
|
+
else
|
35
|
+
teams = olympic_sport(sport)
|
36
|
+
end
|
37
|
+
teams[rand(teams.length)]
|
38
|
+
end
|
39
|
+
|
40
|
+
def self.word
|
41
|
+
(WORDS["nouns"] + WORDS["verbs"])[rand(WORDS["nouns"].length + WORDS["verbs"].length)]
|
42
|
+
end
|
43
|
+
|
44
|
+
def self.sentence
|
45
|
+
num_words = rand(2) + 4
|
46
|
+
sentence = num_words.times.map{|word| "#{sentence_word}"}
|
47
|
+
sentence.join(" ") + "."
|
48
|
+
end
|
49
|
+
|
50
|
+
def self.paragraph(length=4)
|
51
|
+
length.times.map{|word| "#{sentence}"}.join(' ')
|
52
|
+
end
|
53
|
+
|
54
|
+
private
|
55
|
+
def self.country
|
56
|
+
countries = YAML::load(File.open("lib/countries.yml"))
|
57
|
+
countries[rand(countries.length)]
|
58
|
+
end
|
59
|
+
|
60
|
+
def self.olympic_sport(olympic_sport)
|
61
|
+
["#{self.country} #{["Mens", "Womens", "Mixed"][rand(3)]} Olympic #{olympic_sport} Team"]
|
62
|
+
end
|
63
|
+
|
64
|
+
def self.sentence_word
|
65
|
+
word_type = ["noun", "verb", "adverb", "athlete", "team", "noun", "verb", "athlete", "team"][rand(9)]
|
66
|
+
case word_type
|
67
|
+
when "noun"
|
68
|
+
WORDS["nouns"][rand(WORDS["nouns"].length)]
|
69
|
+
when "verb"
|
70
|
+
WORDS["verbs"][rand(WORDS["verbs"].length)]
|
71
|
+
when "adverb"
|
72
|
+
WORDS["adverbs"][rand(WORDS["adverbs"].length)]
|
73
|
+
when "athlete"
|
74
|
+
self.athlete
|
75
|
+
when "team"
|
76
|
+
self.team
|
77
|
+
end
|
78
|
+
end
|
79
|
+
|
80
|
+
end
|
data/lib/sports.yml
ADDED
@@ -0,0 +1,51 @@
|
|
1
|
+
- Hockey
|
2
|
+
- Baseball
|
3
|
+
- Tennis
|
4
|
+
- Soccer
|
5
|
+
- Swimming
|
6
|
+
- Football
|
7
|
+
- Diving
|
8
|
+
- Running
|
9
|
+
- Track and field
|
10
|
+
- Basketball
|
11
|
+
- Jai alai
|
12
|
+
- Squash
|
13
|
+
- Curling
|
14
|
+
- Sailing
|
15
|
+
- Pool
|
16
|
+
- Poker
|
17
|
+
- Boxing
|
18
|
+
- Biathlon
|
19
|
+
- Triathlon
|
20
|
+
- Skiing
|
21
|
+
- Gymnastics
|
22
|
+
- Equestrian
|
23
|
+
- Table tennis
|
24
|
+
- Raquetball
|
25
|
+
- Cross country
|
26
|
+
- Figure skating
|
27
|
+
- Field hockey
|
28
|
+
- Cricket
|
29
|
+
- Lacrosse
|
30
|
+
- Volleyball
|
31
|
+
- Softball
|
32
|
+
- Fishing
|
33
|
+
- Bobsledding
|
34
|
+
- Kickball
|
35
|
+
- Skeleton
|
36
|
+
- Luge
|
37
|
+
- Badminton
|
38
|
+
- Cycling
|
39
|
+
- Skeet shooting
|
40
|
+
- Archery
|
41
|
+
- Horse racing
|
42
|
+
- Golf
|
43
|
+
- Wrestling
|
44
|
+
- Karate
|
45
|
+
- Taekwondo
|
46
|
+
- Crossfit
|
47
|
+
- Motor racing
|
48
|
+
- Bmx
|
49
|
+
- Snowboarding
|
50
|
+
- Skateboarding
|
51
|
+
- Speed skating
|
data/lib/teams.yml
ADDED
@@ -0,0 +1,126 @@
|
|
1
|
+
football:
|
2
|
+
- Arizona Cardinals
|
3
|
+
- Atlanta Falcons
|
4
|
+
- Baltimore Ravens
|
5
|
+
- Buffalo Bills
|
6
|
+
- Carolina Panthers
|
7
|
+
- Chicago Bears
|
8
|
+
- Cincinnati Bengals
|
9
|
+
- Cleveland Browns
|
10
|
+
- Dallas Cowboys
|
11
|
+
- Denver Broncos
|
12
|
+
- Detroit Lions
|
13
|
+
- Green Bay Packers
|
14
|
+
- Houston Texans
|
15
|
+
- Indianapolis Colts
|
16
|
+
- Jacksonville Jaguars
|
17
|
+
- Kansas City Chiefs
|
18
|
+
- Miami Dolphins
|
19
|
+
- Minnesota Vikings
|
20
|
+
- New England Patriots
|
21
|
+
- New Orleans Saints
|
22
|
+
- New York Giants
|
23
|
+
- New York Jets
|
24
|
+
- Oakland Raiders
|
25
|
+
- Philadelphia Eagles
|
26
|
+
- Pittsburgh Steelers
|
27
|
+
- San Diego Chargers
|
28
|
+
- San Francisco 49ers
|
29
|
+
- Seattle Seahawks
|
30
|
+
- St. Louis Rams
|
31
|
+
- Tampa Bay Buccaneers
|
32
|
+
- Tennessee Titans
|
33
|
+
- Washington Redskins
|
34
|
+
baseball:
|
35
|
+
- New York Yankees
|
36
|
+
- Boston Red Sox
|
37
|
+
- Chicago Cubs
|
38
|
+
- Philadelphia Phillies
|
39
|
+
- New York Mets
|
40
|
+
- Detroit Tigers
|
41
|
+
- Chicago White Sox
|
42
|
+
- Los Angeles Angels of Anaheim
|
43
|
+
- San Francisco Giants
|
44
|
+
- Minnesota Twins
|
45
|
+
- Los Angeles Dodgers
|
46
|
+
- St. Louis Cardinals
|
47
|
+
- Houston Astros
|
48
|
+
- Seattle Mariners
|
49
|
+
- Atlanta Braves
|
50
|
+
- Colorado Rockies
|
51
|
+
- Baltimore Orioles
|
52
|
+
- Milwaukee Brewers
|
53
|
+
- Tampa Bay Rays
|
54
|
+
- Cincinnati Reds
|
55
|
+
- Kansas City Royals
|
56
|
+
- Toronto Blue Jays
|
57
|
+
- Washington Nationals
|
58
|
+
- Cleveland Indians
|
59
|
+
- Arizona Diamondbacks
|
60
|
+
- Florida Marlins
|
61
|
+
- Texas Rangers
|
62
|
+
- Oakland Athletics
|
63
|
+
- San Diego Padres
|
64
|
+
- Pittsburgh Pirates
|
65
|
+
hockey:
|
66
|
+
- Anaheim Ducks
|
67
|
+
- Boston Bruins
|
68
|
+
- Buffalo Sabres
|
69
|
+
- Calgary Flames
|
70
|
+
- Carolina Hurricanes
|
71
|
+
- Chicago Blackhawks
|
72
|
+
- Colorado Avalanche
|
73
|
+
- Columbus Blue Jackets
|
74
|
+
- Dallas Stars
|
75
|
+
- Detroit Red Wings
|
76
|
+
- Edmonton Oilers
|
77
|
+
- Florida Panthers
|
78
|
+
- Los Angeles Kings
|
79
|
+
- Minnesota Wild
|
80
|
+
- Montreal Canadiens
|
81
|
+
- Nashville Predators
|
82
|
+
- New Jersey Devils
|
83
|
+
- New York Islanders
|
84
|
+
- New York Rangers
|
85
|
+
- Philadelphia Flyers
|
86
|
+
- Phoenix Coyotes
|
87
|
+
- Pittsburgh Penguins
|
88
|
+
- Ottawa Senators
|
89
|
+
- San Jose Sharks
|
90
|
+
- St Louis Blues
|
91
|
+
- Tampa Bay Lightning
|
92
|
+
- Toronto Maple Leafs
|
93
|
+
- Vancouver Canucks
|
94
|
+
- Washington Capitals
|
95
|
+
- Winnipeg Jets
|
96
|
+
basketball:
|
97
|
+
- Boston Celtics
|
98
|
+
- New Jersey Nets
|
99
|
+
- New York Knicks
|
100
|
+
- Philadelphia 76ers
|
101
|
+
- Toronto Raptors
|
102
|
+
- Dallas Mavericks
|
103
|
+
- Houston Rockets
|
104
|
+
- Memphis Grizzlies
|
105
|
+
- New Orleans Hornets
|
106
|
+
- San Antonio Spurs
|
107
|
+
- Chicago Bulls
|
108
|
+
- Cleveland Cavaliers
|
109
|
+
- Detroit Pistons
|
110
|
+
- Indiana Pacers
|
111
|
+
- Milwaukee Bucks
|
112
|
+
- Denver Nuggets
|
113
|
+
- Minnesota Timberwolves
|
114
|
+
- Portland Trail Blazers
|
115
|
+
- Oklahoma City Thunder
|
116
|
+
- Utah Jazz
|
117
|
+
- Atlanta Hawks
|
118
|
+
- Charlotte Bobcats
|
119
|
+
- Miami Heat
|
120
|
+
- Orlando Magic
|
121
|
+
- Washington Wizards
|
122
|
+
- Golden State Warriors
|
123
|
+
- Los Angeles Clippers
|
124
|
+
- Los Angeles Lakers
|
125
|
+
- Phoenix Suns
|
126
|
+
- Sacramento Kings
|
data/lib/words.yml
ADDED
@@ -0,0 +1,485 @@
|
|
1
|
+
verbs:
|
2
|
+
- skate
|
3
|
+
- run
|
4
|
+
- jump
|
5
|
+
- lunge
|
6
|
+
- attack
|
7
|
+
- shoot
|
8
|
+
- score
|
9
|
+
- throw
|
10
|
+
- bunt
|
11
|
+
- balk
|
12
|
+
- hit
|
13
|
+
- volley
|
14
|
+
- pitch
|
15
|
+
- bump
|
16
|
+
- swing
|
17
|
+
- serve
|
18
|
+
- fall
|
19
|
+
- spin
|
20
|
+
- deke
|
21
|
+
- turn
|
22
|
+
- roll
|
23
|
+
- juke
|
24
|
+
- curl
|
25
|
+
- post
|
26
|
+
- foul
|
27
|
+
- ski
|
28
|
+
- board
|
29
|
+
- ollie
|
30
|
+
- kick
|
31
|
+
- fake
|
32
|
+
- punch
|
33
|
+
- uppercut
|
34
|
+
- jab
|
35
|
+
- fumble
|
36
|
+
- grab
|
37
|
+
- snag
|
38
|
+
- snare
|
39
|
+
- bowl
|
40
|
+
- win
|
41
|
+
- lose
|
42
|
+
- tie
|
43
|
+
- fail
|
44
|
+
- play
|
45
|
+
- grind
|
46
|
+
nouns:
|
47
|
+
- field
|
48
|
+
- ball
|
49
|
+
- basket
|
50
|
+
- bat
|
51
|
+
- stick
|
52
|
+
- shoe
|
53
|
+
- cleat
|
54
|
+
- disc
|
55
|
+
- puck
|
56
|
+
- discus
|
57
|
+
- pole
|
58
|
+
- baton
|
59
|
+
- line
|
60
|
+
- mask
|
61
|
+
- helmet
|
62
|
+
- pads
|
63
|
+
- net
|
64
|
+
- goal
|
65
|
+
- goalie
|
66
|
+
- forward
|
67
|
+
- defenseman
|
68
|
+
- winger
|
69
|
+
- wing
|
70
|
+
- pitcher
|
71
|
+
- catcher
|
72
|
+
- batter
|
73
|
+
- outfielder
|
74
|
+
- infielder
|
75
|
+
- first baseman
|
76
|
+
- shortstop
|
77
|
+
- second baseman
|
78
|
+
- coach
|
79
|
+
- manager
|
80
|
+
- bullpen
|
81
|
+
- mound
|
82
|
+
- curveball
|
83
|
+
- fastball
|
84
|
+
- changeup
|
85
|
+
- slider
|
86
|
+
- splitter
|
87
|
+
- knuckleball
|
88
|
+
- nine iron
|
89
|
+
- putter
|
90
|
+
- driver
|
91
|
+
- hole-in-one
|
92
|
+
- par
|
93
|
+
- bogey
|
94
|
+
- birdie
|
95
|
+
- eagle
|
96
|
+
- KO
|
97
|
+
- knockout
|
98
|
+
- TKO
|
99
|
+
- technical knockout
|
100
|
+
- double eagle
|
101
|
+
- double bogey
|
102
|
+
- bunker
|
103
|
+
- water
|
104
|
+
- pick
|
105
|
+
- three pointer
|
106
|
+
- free kick
|
107
|
+
- layup
|
108
|
+
- slam dunk
|
109
|
+
- dunk
|
110
|
+
- free throw
|
111
|
+
- header
|
112
|
+
- fight
|
113
|
+
- backstroke
|
114
|
+
- breaststroke
|
115
|
+
- freestyle
|
116
|
+
- IM
|
117
|
+
- butterfly
|
118
|
+
- triple axel
|
119
|
+
- triple salchow
|
120
|
+
- triple flip
|
121
|
+
- balance beam
|
122
|
+
- uneven bars
|
123
|
+
- backflip
|
124
|
+
- frontflip
|
125
|
+
- handstand
|
126
|
+
- cartwheel
|
127
|
+
- fumble
|
128
|
+
- hail mary
|
129
|
+
- touchdown
|
130
|
+
- onside kick
|
131
|
+
- field goal
|
132
|
+
- two point conversion
|
133
|
+
- checking
|
134
|
+
- penalty
|
135
|
+
- gloves
|
136
|
+
- swimsuit
|
137
|
+
- shorts
|
138
|
+
- facemask
|
139
|
+
- visor
|
140
|
+
- goggles
|
141
|
+
- leotard
|
142
|
+
- shin pads
|
143
|
+
- spikes
|
144
|
+
- boxing gloves
|
145
|
+
- high jump
|
146
|
+
- pole vault
|
147
|
+
- crossbow
|
148
|
+
- half pipe
|
149
|
+
- rail
|
150
|
+
adverbs:
|
151
|
+
- quickly
|
152
|
+
- slowly
|
153
|
+
- lightly
|
154
|
+
- roughly
|
155
|
+
- abnormally
|
156
|
+
- absentmindedly
|
157
|
+
- accidentally
|
158
|
+
- acidly
|
159
|
+
- actually
|
160
|
+
- adventurously
|
161
|
+
- afterwards
|
162
|
+
- almost
|
163
|
+
- always
|
164
|
+
- angrily
|
165
|
+
- annually
|
166
|
+
- anxiously
|
167
|
+
- arrogantly
|
168
|
+
- awkwardly
|
169
|
+
- badly
|
170
|
+
- bashfully
|
171
|
+
- beautifully
|
172
|
+
- bitterly
|
173
|
+
- bleakly
|
174
|
+
- blindly
|
175
|
+
- blissfully
|
176
|
+
- boastfully
|
177
|
+
- boldly
|
178
|
+
- bravely
|
179
|
+
- briefly
|
180
|
+
- brightly
|
181
|
+
- briskly
|
182
|
+
- broadly
|
183
|
+
- busily
|
184
|
+
- calmly
|
185
|
+
- carefully
|
186
|
+
- carelessly
|
187
|
+
- cautiously
|
188
|
+
- certainly
|
189
|
+
- cheerfully
|
190
|
+
- clearly
|
191
|
+
- cleverly
|
192
|
+
- closely
|
193
|
+
- coaxingly
|
194
|
+
- colorfully
|
195
|
+
- commonly
|
196
|
+
- continually
|
197
|
+
- coolly
|
198
|
+
- correctly
|
199
|
+
- courageously
|
200
|
+
- crossly
|
201
|
+
- cruelly
|
202
|
+
- curiously
|
203
|
+
- daily
|
204
|
+
- daintily
|
205
|
+
- dearly
|
206
|
+
- deceivingly
|
207
|
+
- deeply
|
208
|
+
- defiantly
|
209
|
+
- deliberately
|
210
|
+
- delightfully
|
211
|
+
- delightfully
|
212
|
+
- diligently
|
213
|
+
- dimly
|
214
|
+
- doubtfully
|
215
|
+
- dreamily
|
216
|
+
- easily
|
217
|
+
- elegantly
|
218
|
+
- energetically
|
219
|
+
- enormously
|
220
|
+
- enthusiastically
|
221
|
+
- equally
|
222
|
+
- especially
|
223
|
+
- even
|
224
|
+
- evenly
|
225
|
+
- eventually
|
226
|
+
- exactly
|
227
|
+
- excitedly
|
228
|
+
- extremely
|
229
|
+
- fairly
|
230
|
+
- faithfully
|
231
|
+
- famously
|
232
|
+
- far
|
233
|
+
- fast
|
234
|
+
- fatally
|
235
|
+
- ferociously
|
236
|
+
- fervently
|
237
|
+
- fiercely
|
238
|
+
- fondly
|
239
|
+
- foolishly
|
240
|
+
- fortunately
|
241
|
+
- frankly
|
242
|
+
- frantically
|
243
|
+
- freely
|
244
|
+
- frenetically
|
245
|
+
- frightfully
|
246
|
+
- fully
|
247
|
+
- furiously
|
248
|
+
- generally
|
249
|
+
- generously
|
250
|
+
- gently
|
251
|
+
- gladly
|
252
|
+
- gleefully
|
253
|
+
- gracefully
|
254
|
+
- gratefully
|
255
|
+
- greatly
|
256
|
+
- greedily
|
257
|
+
- happily
|
258
|
+
- hastily
|
259
|
+
- healthily
|
260
|
+
- heavily
|
261
|
+
- helpfully
|
262
|
+
- helplessly
|
263
|
+
- highly
|
264
|
+
- honestly
|
265
|
+
- hopelessly
|
266
|
+
- hourly
|
267
|
+
- hungrily
|
268
|
+
- immediately
|
269
|
+
- innocently
|
270
|
+
- inquisitively
|
271
|
+
- instantly
|
272
|
+
- intensely
|
273
|
+
- intently
|
274
|
+
- interestingly
|
275
|
+
- inwardly
|
276
|
+
- irritably
|
277
|
+
- jaggedly
|
278
|
+
- jealously
|
279
|
+
- joshingly
|
280
|
+
- jovially
|
281
|
+
- joyfully
|
282
|
+
- joyously
|
283
|
+
- jubilantly
|
284
|
+
- judgementally
|
285
|
+
- justly
|
286
|
+
- keenly
|
287
|
+
- kiddingly
|
288
|
+
- kindheartedly
|
289
|
+
- kindly
|
290
|
+
- kissingly
|
291
|
+
- knavishly
|
292
|
+
- knottily
|
293
|
+
- knowingly
|
294
|
+
- knowledgeably
|
295
|
+
- kookily
|
296
|
+
- lazily
|
297
|
+
- less
|
298
|
+
- lightly
|
299
|
+
- likely
|
300
|
+
- limply
|
301
|
+
- lively
|
302
|
+
- loftily
|
303
|
+
- longingly
|
304
|
+
- loosely
|
305
|
+
- loudly
|
306
|
+
- lovingly
|
307
|
+
- loyally
|
308
|
+
- madly
|
309
|
+
- majestically
|
310
|
+
- meaningfully
|
311
|
+
- mechanically
|
312
|
+
- merrily
|
313
|
+
- miserably
|
314
|
+
- mockingly
|
315
|
+
- monthly
|
316
|
+
- more
|
317
|
+
- mortally
|
318
|
+
- mostly
|
319
|
+
- mysteriously
|
320
|
+
- naturally
|
321
|
+
- nearly
|
322
|
+
- neatly
|
323
|
+
- needily
|
324
|
+
- nervously
|
325
|
+
- never
|
326
|
+
- nicely
|
327
|
+
- noisily
|
328
|
+
- not
|
329
|
+
- obediently
|
330
|
+
- obnoxiously
|
331
|
+
- oddly
|
332
|
+
- offensively
|
333
|
+
- officially
|
334
|
+
- often
|
335
|
+
- only
|
336
|
+
- openly
|
337
|
+
- optimistically
|
338
|
+
- overconfidently
|
339
|
+
- owlishly
|
340
|
+
- painfully
|
341
|
+
- partially
|
342
|
+
- patiently
|
343
|
+
- perfectly
|
344
|
+
- physically
|
345
|
+
- playfully
|
346
|
+
- politely
|
347
|
+
- poorly
|
348
|
+
- positively
|
349
|
+
- potentially
|
350
|
+
- powerfully
|
351
|
+
- promptly
|
352
|
+
- properly
|
353
|
+
- punctually
|
354
|
+
- quaintly
|
355
|
+
- quarrelsomely
|
356
|
+
- queasily
|
357
|
+
- queerly
|
358
|
+
- questionably
|
359
|
+
- questioningly
|
360
|
+
- quicker
|
361
|
+
- quickly
|
362
|
+
- quietly
|
363
|
+
- quirkily
|
364
|
+
- quizzically
|
365
|
+
- rapidly
|
366
|
+
- rarely
|
367
|
+
- readily
|
368
|
+
- really
|
369
|
+
- reassuringly
|
370
|
+
- recklessly
|
371
|
+
- regularly
|
372
|
+
- reluctantly
|
373
|
+
- repeatedly
|
374
|
+
- reproachfully
|
375
|
+
- restfully
|
376
|
+
- righteously
|
377
|
+
- rightfully
|
378
|
+
- rigidly
|
379
|
+
- roughly
|
380
|
+
- rudely
|
381
|
+
- sadly
|
382
|
+
- safely
|
383
|
+
- scarcely
|
384
|
+
- scarily
|
385
|
+
- searchingly
|
386
|
+
- sedately
|
387
|
+
- seemingly
|
388
|
+
- seldom
|
389
|
+
- selfishly
|
390
|
+
- separately
|
391
|
+
- seriously
|
392
|
+
- shakily
|
393
|
+
- sharply
|
394
|
+
- sheepishly
|
395
|
+
- shrilly
|
396
|
+
- shyly
|
397
|
+
- silently
|
398
|
+
- sleepily
|
399
|
+
- slowly
|
400
|
+
- smoothly
|
401
|
+
- softly
|
402
|
+
- solemnly
|
403
|
+
- solidly
|
404
|
+
- sometimes
|
405
|
+
- soon
|
406
|
+
- speedily
|
407
|
+
- stealthily
|
408
|
+
- sternly
|
409
|
+
- strictly
|
410
|
+
- successfully
|
411
|
+
- suddenly
|
412
|
+
- surprisingly
|
413
|
+
- suspiciously
|
414
|
+
- sweetly
|
415
|
+
- swiftly
|
416
|
+
- sympathetically
|
417
|
+
- tenderly
|
418
|
+
- tensely
|
419
|
+
- terribly
|
420
|
+
- thankfully
|
421
|
+
- thoroughly
|
422
|
+
- thoughtfully
|
423
|
+
- tightly
|
424
|
+
- tomorrow
|
425
|
+
- too
|
426
|
+
- tremendously
|
427
|
+
- triumphantly
|
428
|
+
- truly
|
429
|
+
- truthfully
|
430
|
+
- ultimately
|
431
|
+
- unabashedly
|
432
|
+
- unaccountably
|
433
|
+
- unbearably
|
434
|
+
- unethically
|
435
|
+
- unexpectedly
|
436
|
+
- unfortunately
|
437
|
+
- unimpressively
|
438
|
+
- unnaturally
|
439
|
+
- unnecessarily
|
440
|
+
- upbeat
|
441
|
+
- upliftingly
|
442
|
+
- upright
|
443
|
+
- upside-down
|
444
|
+
- upward
|
445
|
+
- upwardly
|
446
|
+
- urgently
|
447
|
+
- usefully
|
448
|
+
- uselessly
|
449
|
+
- usually
|
450
|
+
- utterly
|
451
|
+
- utterly
|
452
|
+
- vacantly
|
453
|
+
- vaguely
|
454
|
+
- vainly
|
455
|
+
- valiantly
|
456
|
+
- vastly
|
457
|
+
- verbally
|
458
|
+
- very
|
459
|
+
- viciously
|
460
|
+
- victoriously
|
461
|
+
- violently
|
462
|
+
- vivaciously
|
463
|
+
- voluntarily
|
464
|
+
- warmly
|
465
|
+
- weakly
|
466
|
+
- wearily
|
467
|
+
- well
|
468
|
+
- wetly
|
469
|
+
- wholly
|
470
|
+
- wildly
|
471
|
+
- willfully
|
472
|
+
- wisely
|
473
|
+
- woefully
|
474
|
+
- wonderfully
|
475
|
+
- worriedly
|
476
|
+
- wrongly
|
477
|
+
- yawningly
|
478
|
+
- yearly
|
479
|
+
- yearningly
|
480
|
+
- yesterday
|
481
|
+
- yieldingly
|
482
|
+
- youthfully
|
483
|
+
- zealously
|
484
|
+
- zestfully
|
485
|
+
- zestily
|
metadata
ADDED
@@ -0,0 +1,53 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: lorem_athlete
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1
|
5
|
+
prerelease:
|
6
|
+
platform: ruby
|
7
|
+
authors:
|
8
|
+
- Samantha John
|
9
|
+
- Trevor John
|
10
|
+
autorequire:
|
11
|
+
bindir: bin
|
12
|
+
cert_chain: []
|
13
|
+
date: 2011-12-25 00:00:00.000000000 Z
|
14
|
+
dependencies: []
|
15
|
+
description: Use this in your tests to come up with fake athletes, teams, sports and
|
16
|
+
commentary.
|
17
|
+
email: trevorrjohn@gmail.com
|
18
|
+
executables: []
|
19
|
+
extensions: []
|
20
|
+
extra_rdoc_files: []
|
21
|
+
files:
|
22
|
+
- README.md
|
23
|
+
- lib/lorem_athlete.rb
|
24
|
+
- lib/teams.yml
|
25
|
+
- lib/countries.yml
|
26
|
+
- lib/words.yml
|
27
|
+
- lib/sports.yml
|
28
|
+
- lib/athletes.yml
|
29
|
+
homepage: http://rubygems.org/gems/lorem_athlete
|
30
|
+
licenses: []
|
31
|
+
post_install_message:
|
32
|
+
rdoc_options: []
|
33
|
+
require_paths:
|
34
|
+
- lib
|
35
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
36
|
+
none: false
|
37
|
+
requirements:
|
38
|
+
- - ! '>='
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '0'
|
41
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
42
|
+
none: false
|
43
|
+
requirements:
|
44
|
+
- - ! '>='
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
version: '0'
|
47
|
+
requirements: []
|
48
|
+
rubyforge_project:
|
49
|
+
rubygems_version: 1.8.10
|
50
|
+
signing_key:
|
51
|
+
specification_version: 3
|
52
|
+
summary: A gem for generating fake sports data.
|
53
|
+
test_files: []
|