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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 41738ec5b23196d63c3a13d8c7e4d0c65185787a21605bea8d77c09d638bee99
4
- data.tar.gz: 2fbad3b384ee71b60e9791c44be67f50e6831fd702e5139bacc019d6d98cf738
3
+ metadata.gz: ef67fc89b8aee119b332b6d3e7d6d5bd375f21e7bbae3d0a1ac7298aa2530f51
4
+ data.tar.gz: 6d713c429a56f801ca608c6384bf4e9945e6a3440df973f53a395e52689dbc20
5
5
  SHA512:
6
- metadata.gz: 45e1387c476f6d3caeda613af1dd613315accc1e6f1c54179d9f5b21b6a3574ce5a25845c83b8d37e2c1ab15da637819ce4e36da529c9ee0ec037d0be6f384eb
7
- data.tar.gz: a9d7a427b5abb0e925c99f17ba5248e21a085748ef0ec606bb8dc3b07db6acef19864861ccb899be0cb468030cbae636b4a67bda6d1728fa0381ff3c436441d8
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)
@@ -1,3 +1,3 @@
1
1
  module Nixenvironment
2
- VERSION = '0.0.146'
2
+ VERSION = '0.0.147'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nixenvironment
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.146
4
+ version: 0.0.147
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karen