Updated changelog and version

This commit is contained in:
Chad Humphries 2008-05-29 07:16:45 -07:00
parent 34444b7632
commit 0fc6b42ac3
2 changed files with 3 additions and 1 deletions

View File

@ -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 * Specs and bug fixes for the ActiveRecordPersistence, keeping persistence columns in sync
Allowing for nil values in states for active record Allowing for nil values in states for active record
Only set state to default state before_validation_on_create Only set state to default state before_validation_on_create

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 = "0.0.2" s.version = "2.0.0"
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.