fantasia-cli 0.1.2 → 0.1.3
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/fantasia/cli.rb +1 -1
- data/lib/fantasia/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 854a9b0061dcd094136541012f626b9d8f246c2efb03fd17a6c009fad6d40649
|
|
4
|
+
data.tar.gz: 3a29373f5140dc898341fd9f36075146267a735280edeb07a06c456b44e2aa57
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e339f4cae5ddec0d00193e4faadb7acfd0c0a5e4f7bf5a066dea32b66fdc48bbf1bd0626d8cff41adc553cf155f8fc6c9a7ae1d3799ca784b42f99c4075d7dfb
|
|
7
|
+
data.tar.gz: 032ce51ebe8b45b772aa98cbb9511238fc53aef7c7f458e70fd3e816e87fc53bc82e206c40420557360bc7a119d125961f110d69343623e61c356d4bb52391d4
|
data/lib/fantasia/cli.rb
CHANGED
|
@@ -12,7 +12,7 @@ module Fantasia
|
|
|
12
12
|
|
|
13
13
|
desc 'build', 'Build the stack locally'
|
|
14
14
|
def build
|
|
15
|
-
if !system("git diff-index --quiet
|
|
15
|
+
if !system("git diff-index --quiet HEAD --")
|
|
16
16
|
if options[:force]
|
|
17
17
|
STDERR.puts "Ignoring uncommitted changes. This is probably a bad idea.".colorize(:red)
|
|
18
18
|
else
|
data/lib/fantasia/version.rb
CHANGED