I haven't had any time to look into gemcutter yet. But I suspect it is more
work than a one-liner. At least that gem needs to be built, doesn't it?
If this is important to you, you could help by writing a gemcutter rake task
so that I just needed to execute it.
On a side note, the current decl_auth gem should still be available at
gems.github.com.
Steffen
OK, thanks for your detailed script, Erik.
declarative_authorization gems are hosted at gemcutter from today. The old
gems will still be available at github for some time (a year or so), but I'd
suggest you all switch the gem command in the environment.rb to the new gem
name, which lost its prefix and thus got simpler:
config.gem "declarative_authorization"
Then, setup gemcutter:
gem install gemcutter
gem tumble
And, lastly
rake install:gems
Steffen