mlb.gemspec in mlb-0.2.0 vs mlb.gemspec in mlb-0.2.1
- old
+ new
@@ -3,11 +3,11 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{mlb}
- s.version = "0.2.0"
+ s.version = "0.2.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Erik Michaels-Ober"]
s.date = %q{2009-11-27}
s.description = %q{MLB.rb is a Ruby library for retrieving current Major League Baseball players, managers, teams, divisions, and leagues.}
@@ -20,9 +20,10 @@
".gitignore",
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
+ "db/cleanup.sql",
"db/mlb.sqlite3",
"lib/mlb.rb",
"lib/mlb/player.rb",
"lib/mlb/team.rb",
"mlb.gemspec"