1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00

Fixing version number in README.rdoc.

This commit is contained in:
Eric Lindvall 2008-07-09 16:42:04 -07:00
parent c687591749
commit bf8ed18ed2
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
rdoc rdoc
pkg pkg
coverage coverage
*~

View file

@ -31,7 +31,7 @@ A release and a gem are forthcoming.
=== Building your own gems === Building your own gems
% rake gem % rake gem
% sudo gem install pkg/aasm-0.0.2.gem % sudo gem install pkg/aasm-2.0.1.gem
== Simple Example == Simple Example