nixenvironment 0.0.146 → 0.0.147
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/bin/nixenvironment +1 -1
- data/lib/nixenvironment/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: ef67fc89b8aee119b332b6d3e7d6d5bd375f21e7bbae3d0a1ac7298aa2530f51
|
|
4
|
+
data.tar.gz: 6d713c429a56f801ca608c6384bf4e9945e6a3440df973f53a395e52689dbc20
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5f4f6a164e69e85b3bb8f2c1d3775ab2524ea87eb460ca1b114ff10f498a93b77346b904415ffcd4ba784cadb6c5ab7356946e6d5953220ee4866d29bfe93824
|
|
7
|
+
data.tar.gz: 6a8e69123df8f7da47b9e14ea8447268929d7e27edf5877091ff0e30bf20378b6883d23859ae245a1ec39ea38ff1139eedc09546dd688226fd49c46dde3ce21b
|
data/bin/nixenvironment
CHANGED
|
@@ -541,7 +541,7 @@ def save_revision(skip_working_copy_check = false)
|
|
|
541
541
|
|
|
542
542
|
BuildEnvVarsLoader.save_last_revision(revision, build_num, working_copy_is_clean)
|
|
543
543
|
|
|
544
|
-
error('Error! Working copy is not clean!') unless BuildEnvVarsLoader.working_copy_is_clean? unless skip_working_copy_check
|
|
544
|
+
error('Error! Working copy is not clean!') unless BuildEnvVarsLoader.working_copy_is_clean? unless (skip_working_copy_check || $bundle_id)
|
|
545
545
|
end
|
|
546
546
|
|
|
547
547
|
def prebuild(config, app_version, requires_fullscreen, skip_working_copy_check)
|