pump version so gem updates

This commit is contained in:
Scott Barron 2008-07-08 22:23:32 -04:00
parent d22d7a10e0
commit 59eb4a38e2
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ PKG_FILES = ["CHANGELOG", "MIT-LICENSE", "Rakefile", "README.rdoc", "TODO", "lib
Gem::Specification.new do |s|
s.name = 'aasm'
s.version = "2.0.0"
s.version = "2.0.1"
s.summary = 'State machine mixin for Ruby objects'
s.description = <<-EOF
AASM is a continuation of the acts as state machine rails plugin, built for plain Ruby objects.