1.2.0
- Added a
bundle clean
task. There are no default hooks for it. - Use
bundle check
to check if we can skipbundle install
- Run
bundle:install
on rollback (deploy:reverted
) - You can now
require "capistrano/bundler/tasks"
to load the tasks only without the hooks