mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
will changing the version make the stupid gem rebuild?
This commit is contained in:
parent
0f950a6708
commit
ed1d03fec6
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|
|
||||
s.name = 'aasm'
|
||||
s.version = "0.0.1"
|
||||
s.version = "0.0.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.
|
||||
|
|
Loading…
Add table
Reference in a new issue