bootic_cli 0.5.5 → 0.5.6
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 +3 -3
- data/lib/bootic_cli/themes/workflows.rb +1 -1
- data/lib/bootic_cli/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 49bd18fc7f0d449645ef1d28eb9a853f71043c83
|
4
|
+
data.tar.gz: eb87f2f97ff6a447500e863c5eb493ffb7498cda
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 627e73c724dd7507f9fd1ccc498d447a24df1a7e4dd893ada0d58a2210d07b662edd3b5367cf6be0296d49006a1202244fa0bea96194fe2cb7fc4a59f91cea64
|
7
|
+
data.tar.gz: e960689cd7576125d98809cffd39ab5483d1be62b405462e6c280823190bc5da4070725a26997841c145812f5e25547530a264d509ae339c9c50f0414761e5bc
|
@@ -104,9 +104,9 @@ module BooticCli
|
|
104
104
|
|
105
105
|
diff = BooticCli::Themes::ThemeDiff.new(source: local_theme, target: remote_theme)
|
106
106
|
if diff.any?
|
107
|
-
|
108
|
-
|
109
|
-
|
107
|
+
if prompt.yes_or_no?("There are differences between the remote theme and your local copy. Sync now?", true)
|
108
|
+
workflows.sync(local_theme, remote_theme)
|
109
|
+
prompt.say "Synced!", :cyan
|
110
110
|
end
|
111
111
|
end
|
112
112
|
|
@@ -183,7 +183,7 @@ module BooticCli
|
|
183
183
|
prompt.notice "Yay! Your development theme has been made public. Take a look at #{remote_theme.path.sub('/preview/dev', '')}"
|
184
184
|
|
185
185
|
if delete_dev
|
186
|
-
prompt.say "Run
|
186
|
+
prompt.say "Run `bootic themes dev` on this directory to create a development copy of your public theme later."
|
187
187
|
end
|
188
188
|
end
|
189
189
|
|
data/lib/bootic_cli/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bootic_cli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ismael Celis
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2019-01-
|
12
|
+
date: 2019-01-24 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: thor
|