- Manually merge in code from Capistrano 2.15.5's
lib/capistrano/recipes/deploy.rb
to provide feature parity with last release of Cap 2.x.
- Small change not to set latest_release if there are no old releases.
- Various changes around linking of shared children, and changes to keep some familiarity with the Capistrano main recipe structure.
- Removed
require 'yaml'
as we don't use it - Removed the tasks (which contained only deprecation warnings) from deploy:start, deploy:stop and deploy:restart.
- Added dates to changelog.
- Including the output of cap -T in the readme for display on GitHub.
- Fixes a README problem and includes the README and CHANGELOG in the gem.
- Trivial documentation changes
- Gemspec changed to run under SAFE=3 mode
- Initial release, GitHub gem enabled.