bard 0.6.3 → 0.6.4
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/bard.gemspec +1 -1
- data/lib/bard.rb +1 -1
- metadata +1 -1
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.6.
|
1
|
+
0.6.4
|
data/bard.gemspec
CHANGED
data/lib/bard.rb
CHANGED
@@ -125,7 +125,7 @@ class Bard < Thor
|
|
125
125
|
|
126
126
|
if branch == "master"
|
127
127
|
run_crucial "cap deploy"
|
128
|
-
elsif
|
128
|
+
elsif head == branch
|
129
129
|
changed_files = run_crucial("git diff #{old_rev} #{new_rev} --diff-filter=ACMRD --name-only").split("\n")
|
130
130
|
|
131
131
|
if changed_files.any? { |f| f =~ %r(^db/migrate/.+) }
|