capistrano-ash 1.1.3 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/VERSION +1 -1
- data/capistrano-ash.gemspec +1 -1
- data/lib/ash/base.rb +1 -1
- metadata +1 -1
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.1.
|
|
1
|
+
1.1.4
|
data/capistrano-ash.gemspec
CHANGED
data/lib/ash/base.rb
CHANGED
|
@@ -174,7 +174,7 @@ configuration.load do
|
|
|
174
174
|
if previous_release
|
|
175
175
|
puts "Backing up web files (user uploaded content and previous release)"
|
|
176
176
|
|
|
177
|
-
if backup_exclude.
|
|
177
|
+
if !backup_exclude.nil? && !backup_exclude.empty?
|
|
178
178
|
logger.debug "processing backup exclusions..."
|
|
179
179
|
backup_exclude.each do |pattern|
|
|
180
180
|
exclude_string << "--exclude '#{pattern}' "
|