public
Fork of rubyist/aasm
Description: AASM - State machines for Ruby classes
Homepage: http://rubyi.st/aasm/
Clone URL: git://github.com/zilkey/aasm.git
Search Repo:
will changing the version make the stupid gem rebuild?
rubyist (author)
Tue Apr 29 15:33:54 -0700 2008
commit  ed1d03fec648a0f4ac833871e89081414bb2a557
tree    49462060b9620ff20e1e9a4bbc8d2051f6249d33
parent  0f950a67084e2f4a861e29c67d39d064e89ebb8f
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@ PKG_FILES = ["CHANGELOG", "MIT-LICENSE", "Rakefile", "README.rdoc", "TODO", "lib
0
 
0
 Gem::Specification.new do |s|
0
   s.name = 'aasm'
0
- s.version = "0.0.1"
0
+ s.version = "0.0.2"
0
   s.summary = 'State machine mixin for Ruby objects'
0
   s.description = <<-EOF
0
 AASM is a continuation of the acts as state machine rails plugin, built for plain Ruby objects.

Comments

    No one has commented yet.