Skip to content

Commit

Permalink
bumped version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
larskuhnt committed Jan 19, 2011
1 parent dcc00d3 commit a665307
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions HISTORY.md
@@ -1,3 +1,9 @@
v1.0.0
------

* made draws work
* fixed source file loading

v0.1.0
------

Expand Down
5 changes: 2 additions & 3 deletions trueskill.gemspec
@@ -1,16 +1,15 @@
# -*- encoding: utf-8 -*-


pkg_files = ['README.md','HISTORY.md','Rakefile','LICENSE' ]
pkg_files += Dir['lib/**/*.rb']
pkg_files += Dir['spec/**/*.rb']

Gem::Specification.new do |s|
s.name = "trueskill"
s.version = "0.9.2"
s.version = "1.0.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to?(:required_rubygems_version=)
s.authors = ["Lars Kuhnt"]
s.date = "2010-07-20"
s.date = "2011-01-19"
s.description = "A ruby library for the trueskill rating system"
s.email = "lars@sauspiel.de"
s.files = pkg_files
Expand Down

0 comments on commit a665307

Please sign in to comment.