Skip to content

Commit

Permalink
updating for Rails3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bokmann committed Jan 24, 2011
1 parent f2c6d5a commit 7700cb8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
6 changes: 2 additions & 4 deletions README.rdoc
Expand Up @@ -2,13 +2,11 @@

State-based workflow for rails.

UPDATE: The StonePath acl is being pulled out into a separate project called StoneWall.
Update #2: Rather than reinvent a common wheel, StonePath now relies on the sentient_user gem.
As of verion 0.5.0, this supports Rails3. The only piece that needed to be upgrded was the generators, and with the new capabilities in rails3 generators, there will be a few new ones soon.

For more information, check out the stonepath.pdf in this same directory. Stonepath is in real use and under active development, so improved docs will be arriving in this location shortly.
The testing harness in this app is a Rails 2.3.8 app. Upgrading these tests is going to be painful, but will happen over the next few weeks.


gem install stonepath

== LICENSE:

Expand Down
7 changes: 3 additions & 4 deletions Rakefile
Expand Up @@ -13,10 +13,9 @@ begin
gemspec.homepage = "http://github.com/bokmann/stonepath"
gemspec.description = "Stateful workflow modeling for Rails"
gemspec.authors = ["David Bock"]
gemspec.add_dependency('activerecord','>= 2.0.0')
gemspec.add_dependency('aasm','>= 2.1.3')
gemspec.add_dependency('sentient_user','>= 0.1.0')

gemspec.add_dependency('activerecord','>= 3.0.0')
gemspec.add_dependency('aasm','>= 2.2.0')
gemspec.add_dependency('sentient_user','>= 0.3.2')
end

Jeweler::GemcutterTasks.new
Expand Down

0 comments on commit 7700cb8

Please sign in to comment.