Bump for gem build

This commit is contained in:
Scott Petersen 2009-03-02 17:49:12 -06:00
parent 8650fb673b
commit 86b3998364
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.1.1"
s.version = "2.1.2"
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.