lib/capistrano/bundle_rsync/config.rb in capistrano-bundle_rsync-0.2.0 vs lib/capistrano/bundle_rsync/config.rb in capistrano-bundle_rsync-0.2.1
- old
+ new
@@ -18,13 +18,9 @@
def self.local_bundle_path
@local_bundle_path ||= fetch(:bundle_rsync_local_bundle_path) || "#{local_base_path}/bundle"
end
- def self.local_bin_path
- @local_bin_path ||= fetch(:bundle_rsync_local_bin_path) || "#{local_base_path}/bin"
- end
-
def self.config_files
return nil unless config_files = fetch(:bundle_rsync_config_files)
config_files.is_a?(Array) ? config_files : [config_files]
end