theme-juice 0.3.3 → 0.3.4
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.
- checksums.yaml +4 -4
- data/lib/theme-juice/executor.rb +1 -1
- data/lib/theme-juice/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: 58efc10ba7dbba1f70f3923a34406311bab591d8
|
|
4
|
+
data.tar.gz: 3cf8d2c0ad4883a180c915203831fdb486feb6c0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6a5daad5a7c77a258317317b152ff79364c2125b48f06799a8eec16d3c455e2f2ac1642f4212fbaf2932c9597581f85625a54ee74a7a917bed634ca2ee0108c9
|
|
7
|
+
data.tar.gz: f5866ca529665fa81e582b93c03692e9e6652d5198ea26fbfd1f622323f110ba639a91a7fe692a92bc3c6fdfa4b1da3232ce80f389c820caf9173605325f2fde
|
data/lib/theme-juice/executor.rb
CHANGED
|
@@ -118,7 +118,7 @@ module ThemeJuice
|
|
|
118
118
|
if restart_vagrant
|
|
119
119
|
|
|
120
120
|
# Output success message
|
|
121
|
-
say "
|
|
121
|
+
say "Success!".ljust(terminal_width), [:black, :on_green, :bold]
|
|
122
122
|
|
|
123
123
|
# Output setup info
|
|
124
124
|
say " → Your settings :".ljust(terminal_width), [:black, :on_green]
|
data/lib/theme-juice/version.rb
CHANGED