bootic_cli 0.2.0.pre2 → 0.2.0.pre3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/bootic_cli/commands/themes.rb +2 -2
- data/lib/bootic_cli/themes/workflows.rb +1 -1
- data/lib/bootic_cli/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7e431e8096c1631c299bef2480ee7b8790df2a84
|
4
|
+
data.tar.gz: 0e0feeb799a8c2bd9a8158511b6efaaedab31cd3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 34e96a633bb6bae2d620c0cb4d12dffdcf0fc6343c0cff50a996400021a56d0cb3ca42970b85f3c8ee32d4b5bca51fcc54020c19a0a171761fd960f527612d11
|
7
|
+
data.tar.gz: ce7c0a78c0a5152dfd82f8568f69e534069a3c97b966bdd93cfeef64fd287f8dc170cfa3a8b520e4dbebcc2b3de9af4c1bd8f7f6842579dc8bef8d3185e4cde0
|
@@ -185,7 +185,7 @@ module BooticCli
|
|
185
185
|
end
|
186
186
|
|
187
187
|
def publish(local_theme, remote_theme)
|
188
|
-
keep_old_theme =
|
188
|
+
keep_old_theme = prompt.yes_or_no?("Do you want to keep the dev theme as the old public one?", false)
|
189
189
|
# first push local files to dev theme
|
190
190
|
prompt.say "pushing local changes to development theme"
|
191
191
|
push local_theme, remote_theme, destroy: true
|
data/lib/bootic_cli/version.rb
CHANGED