module CapistranoCopyBundle

Constants

VERSION

Public Class Methods

local_tarfile() click to toggle source
# File lib/capistrano-copy-bundle.rb, line 8
def local_tarfile
  "#{fetch(:tmp_dir)}/#{tarfile_name}"
end
remote_tarfile() click to toggle source
# File lib/capistrano-copy-bundle.rb, line 12
def remote_tarfile
  "#{fetch(:tmp_dir_remote, fetch(:tmp_dir))}/#{tarfile_name}"
end
tarfile_name() click to toggle source
# File lib/capistrano-copy-bundle.rb, line 4
def tarfile_name
  "#{fetch(:application)}-bundle.tar.gz"
end