Capistrano v3.6.1 Release Notes

Release Date: 2016-08-23 // over 7 years ago
  • ๐Ÿ›  Fixes:

    • โช Restore compatibility with older versions of Rake (< 11.0.0) (@troelskn)
    • ๐Ÿ›  Fix NoMethodError: undefined method gsub when setting :application to a Proc. The original fix released in 3.6.0 worked for values specified with blocks, but not for those specified with procs or lambdas (the latter syntax is much more common). #1681
    • ๐Ÿ‘‰ Fix a bug where deploy would fail if :local_user contained a space; spaces are now replaced with dashes when computing the git-ssh suffix. (@will_in_wi)