Skip to content

Releases: runar/capistrano-linked-files

1.2.0

26 Jun 18:02
Compare
Choose a tag to compare

This version uploads files and directories to all roles by default, instead of just the web role. The user may override this by defining which role(s) to upload to. This version also removes support for Ruby 1.9.3 due to the latest version of Capistrano (3.5 at this time) doing the same.

Changes:

  • Drop support for Ruby 1.9.3 (7c6bf8b)
  • Upload files and directories to all roles by default, or roles specified by the user (1cb0f18)
  • Added simple test (be734db)