1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00

Bump for gem build

This commit is contained in:
Scott Petersen 2009-03-02 17:49:12 -06:00
parent 8650fb673b
commit 86b3998364

View file

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