mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
Updated changelog and version
This commit is contained in:
parent
34444b7632
commit
0fc6b42ac3
2 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
* Incremented version number
|
||||
* Cleaned up aasm_states_for_select to return the value as a string
|
||||
* Specs and bug fixes for the ActiveRecordPersistence, keeping persistence columns in sync
|
||||
Allowing for nil values in states for active record
|
||||
Only set state to default state before_validation_on_create
|
||||
|
|
|
@ -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.2"
|
||||
s.version = "2.0.0"
|
||||
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