nixenvironment 0.0.32 → 0.0.33

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
  SHA1:
3
- metadata.gz: a1a40f3920aa6d88fb30a0cae382d19cb2422258
4
- data.tar.gz: 967212aaced9759fe047dcb7290e2caff7b08057
3
+ metadata.gz: 6193624150fe83c1388287f146c3a015b98c92fe
4
+ data.tar.gz: 72174b9a2048ed16d618a859933f8ad299e5c7f7
5
5
  SHA512:
6
- metadata.gz: 5ae3af97bc91e56310b368d1ad2369afdec71a3fc255460227cf36102af644a5e596de0b52ed3efcd52d0c63beb169cff2470052cebe3fb072cee995a283c6ac
7
- data.tar.gz: 4203401e94cb293ee1febb5e36b9159b9d34d6e1ced77b37811f76da958df35f5dd28c0b633b02d1d8064e2f3631fa45fce442a209ec1592257723df1140036b
6
+ metadata.gz: 1fc6affce26cda2789727334ebf18468ccf716d3fd1039bb098e2c29b01725e6fe5bbd56c07a9aaaec07b077253aac84042394b69cb6f118f275ed55327ca066
7
+ data.tar.gz: 780f239c32f3c5dee6afa7e4c0d42ef1dd6f898291d515572479fd6790c247f63d1f6df3c786c1448862fe4b97aa4f90f5e632b2a543abda83cae96a78871363
data/bin/nixenvironment CHANGED
@@ -67,11 +67,13 @@ command :build do |c|
67
67
  c.action do |args, options|
68
68
  options.default :config => 'Debug', :ipa => 'ipa'
69
69
 
70
+ need_to_build_ios = true
71
+
70
72
  if options.unity and options.unity.length > 0
71
73
  need_to_build_ios, root_working_dir, need_chdir_to_root_working_dir = unity_build(options.unity)
72
74
  end
73
75
 
74
- if not defined? need_to_build_ios or need_to_build_ios
76
+ if need_to_build_ios
75
77
  begin
76
78
  read_config_settings
77
79
  enable_ci_build(options.ci_build)
@@ -1,3 +1,3 @@
1
1
  module Nixenvironment
2
- VERSION = '0.0.32'
2
+ VERSION = '0.0.33'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nixenvironment
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.32
4
+ version: 0.0.33
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karen Arzumanian
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-20 00:00:00.000000000 Z
11
+ date: 2015-01-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler