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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c0ca07dc72c5128ad36d0238086d41432565e60a
4
- data.tar.gz: 18647ebabc38ea74417ffc4ba4beb627e463494d
3
+ metadata.gz: 49bd18fc7f0d449645ef1d28eb9a853f71043c83
4
+ data.tar.gz: eb87f2f97ff6a447500e863c5eb493ffb7498cda
5
5
  SHA512:
6
- metadata.gz: 14fbbce3f9176faab1138b03e511d57b214ee19dbdf6289f7780cfe8bc3d6052ea87b681706ba38922e17d6f6ad4947eed85d1f3f58af2afded64dc55a2c913e
7
- data.tar.gz: a4fec4c63aea720c868bea2f48dbfb865db4677e1054433edb8fb6258ddeab3b72c4dc2836dc6d9e62232a169089d67da955b6391242946f0edbb5c6f1adde94
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
- unless prompt.yes_or_no?("There are differences between the remote theme and your local copy. Continue anyway?", true)
108
- prompt.say "No problem. Bye."
109
- exit 1
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 the `dev` command to copy your public theme into a development copy later."
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
 
@@ -1,3 +1,3 @@
1
1
  module BooticCli
2
- VERSION = "0.5.5"
2
+ VERSION = "0.5.6"
3
3
  end
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.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-16 00:00:00.000000000 Z
12
+ date: 2019-01-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thor