Skip to content

Commit

Permalink
Released version 0.0.3.alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
iain committed Mar 15, 2010
1 parent db133ec commit 2343ce1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.0.2.alpha
0.0.3.alpha
8 changes: 7 additions & 1 deletion elo.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{elo}
s.version = "0.0.2.alpha"
s.version = "0.0.3.alpha"

s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["Iain Hecker"]
Expand Down Expand Up @@ -36,7 +36,13 @@ Gem::Specification.new do |s|
"doc/fr_method_index.html",
"doc/index.html",
"doc/rdoc-style.css",
"elo.gemspec",
"lib/elo.rb",
"lib/elo/configuration.rb",
"lib/elo/game.rb",
"lib/elo/helper.rb",
"lib/elo/player.rb",
"lib/elo/rating.rb",
"spec/elo_spec.rb",
"spec/spec.opts",
"spec/spec_helper.rb"
Expand Down

0 comments on commit 2343ce1

Please sign in to comment.