- Try solving #24 using a janky
bash
based solution
The Fix for #24 broke things
- Ensure we move hidden files from an unzipped archive (#24)
- Drop Travis tests on Ruby 1.9 versions
- The version of
net-ssh
that is installed requires Ruby >= 2.0.0
- The version of
- Switch to container-based Travis tests
- RuboCop cleanup
- Whitespace, some unnecessary else clauses, add config to be more forgiving of line lengths
- Loosen Capistrano version pin
- Clean up some Ruby code, thanks to RuboCop
- Provide a mechanism, using
:deployed_artifact_filename
, to control the name of the deployed artifact’s filename- Ties in nicely with
capistrano-jetty
&capistrano-storm
- Ties in nicely with
- Change default for
:jenkins_artifact_file
to*zip*/archive.zip
(h/t @lostintime on #22)
- Fix bypassing of SSL verification using cURL (thanks @xsk)
- Properly bump gem version (same changes as v0.3.1)
- Ensure gemspec dependencies are properly set for Cap ~> 3.2.1
- Refactor to be compatible with Capistrano ~> 3.2
- Allow unstable, but successful, builds to deploy
- Tweak "no green builds" message to not use higher-byte character
- Initial version for Capistrano 3
- Removes certain features:
:jenkins_use_unstable
:jenkins_scm_log_prefix
- Removes certain features:
- [#11] filter scm log with prefix
- [#9] fix crash on strange title
- [#1, #7] support https (thanks @lostintime)
- works under Windows (thanks @Iristyle)
- working with non-English server (thanks cynipe).
- support netrc
- honor :scm_username and :scm_password
- fix syntax bug under ruby 1.9
- initial version.