mlb 0.2.2 → 0.2.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 (4) hide show
  1. data/VERSION +1 -1
  2. data/lib/mlb/team.rb +2 -0
  3. data/mlb.gemspec +1 -1
  4. metadata +1 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.2
1
+ 0.2.3
@@ -192,6 +192,7 @@ module MLB
192
192
  , leagues
193
193
  WHERE teams.division_id = divisions.id
194
194
  AND divisions.league_id = leagues.id
195
+ ORDER BY teams.name
195
196
  eos
196
197
  end
197
198
 
@@ -204,6 +205,7 @@ module MLB
204
205
  , teams
205
206
  WHERE players.team_id = teams.id
206
207
  AND teams.name = "#{team_name}"
208
+ ORDER BY players.name
207
209
  eos
208
210
  end
209
211
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{mlb}
8
- s.version = "0.2.2"
8
+ s.version = "0.2.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Erik Michaels-Ober"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mlb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erik Michaels-Ober