bard 0.8.24 → 0.8.25
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/bard.gemspec +1 -1
- data/lib/bard.rb +1 -1
- metadata +1 -1
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.8.
|
|
1
|
+
0.8.25
|
data/bard.gemspec
CHANGED
data/lib/bard.rb
CHANGED
|
@@ -102,7 +102,7 @@ class Bard < Thor
|
|
|
102
102
|
|
|
103
103
|
desc "stage", "!!! INTERNAL USE ONLY !!! reset HEAD to integration, update submodules, run migrations, install gems, restart server"
|
|
104
104
|
def stage
|
|
105
|
-
ensure_sanity!
|
|
105
|
+
ensure_sanity!(true)
|
|
106
106
|
|
|
107
107
|
run_crucial "git fetch"
|
|
108
108
|
run_crucial "git checkout master && git reset --hard origin/master"
|