lorem_athlete 0.0.2 → 0.0.3

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.
Files changed (2) hide show
  1. data/README.md +7 -2
  2. metadata +2 -2
data/README.md CHANGED
@@ -8,10 +8,15 @@ or if you are using rails 3 or higher, add to your gemfile:
8
8
  gem 'lorem_athlete'
9
9
 
10
10
  ## Usage
11
-
12
- Generate an athlete's name
11
+
12
+ Generate a sport
13
+
14
+ LoremAthlete::sport
15
+
16
+ Generate an athlete's name, can specifiy league (NHL, NBA, MLB or NFL) or default will give you a athlete from a random league
13
17
 
14
18
  LoremAthlete::athlete
19
+ LoremAthlete::("NHL") # NHL team
15
20
 
16
21
  Generate a team name
17
22
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lorem_athlete
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2011-12-25 00:00:00.000000000 Z
13
+ date: 2011-12-27 00:00:00.000000000 Z
14
14
  dependencies: []
15
15
  description: Use this in your tests to come up with fake athletes, teams, sports and
16
16
  commentary.