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:
parent
8650fb673b
commit
86b3998364
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue