Well, I guess that didn't work. Here's what I did:
1. Renamed generators -> godwit_generators
2. Updated manifest
3. sudo gem uninstall godwit
4. sudo rake install_gem
To test(in a rails app):
1. ./script/generate
with no arguments to see what gems it's finding:
Rubygems: active_model, hobo_migration, install_rubigen_scripts,
legacy_model, migration
active_model, legacy_model and migration are all from godwit.
I then uninstalled the godwit gem:
1. sudo gem uninstall godwit
and the output from rails generate:
Rubygems: hobo_migration, install_rubigen_scripts
Hmmm....still having the same problem.
I pushed the changes to git even though it didn't help, in case you'd
like to try it:
git://
github.com/mlins/godwit.git