Take the 2008 Git User's Survey and help out! [ hide ]

public
Rubygem
Description: AASM - State machines for Ruby classes
Homepage: http://rubyi.st/aasm
Clone URL: git://github.com/rubyist/aasm.git
Search Repo:
Click here to lend your support to: aasm and make a donation at www.pledgie.com !
Fixing version number in README.rdoc.
eric (author)
Wed Jul 09 16:42:04 -0700 2008
commit  bf8ed18ed237b1d18af40e97b64fb2df7cd507ac
tree    58c0b46a121ede25377682ed8dbc532b60e3b175
parent  c68759174915be3da91ce438eb2b8237b7f36c8c
...
1
2
3
 
...
1
2
3
4
0
@@ -1,3 +1,4 @@
0
 rdoc
0
 pkg
0
 coverage
0
+*~
...
31
32
33
34
 
35
36
37
...
31
32
33
 
34
35
36
37
0
@@ -31,7 +31,7 @@ A release and a gem are forthcoming.
0
 === Building your own gems
0
 
0
   % rake gem
0
- % sudo gem install pkg/aasm-0.0.2.gem
0
+ % sudo gem install pkg/aasm-2.0.1.gem
0
 
0
 
0
 == Simple Example

Comments

    No one has commented yet.