nixenvironment 0.0.22 → 0.0.23

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c8e10a7d9686670b1093431a67d39ddd963dc8d0
4
- data.tar.gz: 80d645f70b7b7427537c920ee38c9d0c950162df
3
+ metadata.gz: 9616d007f2590a37efc28a74252704e4224f7fae
4
+ data.tar.gz: 9aca450dec80c7ab997da8bdbcbe23268e2c41f0
5
5
  SHA512:
6
- metadata.gz: 63256541ce4ef7749110e819e2e2e0334ed2d8fcec75590fdbc90618ae6ed0c29df114453d39be5ba668d41a7f72882e6f4f7ecbae7ae18614c984af13d0956f
7
- data.tar.gz: d5701088f788ace9216aed0b0a30371da673ae56ec28b1820362429c60d3831dbd731fba8d2d921d62d4f2cd8baa6263f39103fa486cbcfe867572cb25682a50
6
+ metadata.gz: 23e3077afb99d78358f8dfbcc578b20496da0279031a370c2ccd10de575f933621fde644bb85a21c4641aca372072b38233d40c2b6317b8befed943b13fc4257
7
+ data.tar.gz: 6fafc3e58d77931d964b72adc9073250ce20b87af6799f8496f9a6d3498453f42928db0e587411ed26187bc66a05edebe2203965dae3affdf8674f79b4121c58
data/bin/nixenvironment CHANGED
@@ -76,12 +76,12 @@ command :build do |c|
76
76
  if unity and unity.length > 0
77
77
  case unity
78
78
  when 'ios'
79
- ios_project_path = File.join(Dir.pwd, 'Builds/iOS').shellescape
79
+ ios_project_path = File.join(Dir.pwd, 'Builds/iOS')
80
80
 
81
81
  unity_success = system("unity -executeMethod NIXBuilder.MakeiOSBuild -batchmode -quit -customArgs:path='#{ios_project_path}'")
82
82
  abort('Build unity error!') unless unity_success
83
83
 
84
- root_working_directory = Dir.pwd.shellescape
84
+ root_working_directory = Dir.pwd
85
85
  need_chdir_to_root_working_directory = true
86
86
 
87
87
  Dir.chdir(ios_project_path)
@@ -182,7 +182,7 @@ command :clean_working_copy do |c|
182
182
  end
183
183
 
184
184
  def update(ninbas)
185
- root_working_directory = Dir.pwd.shellescape
185
+ root_working_directory = Dir.pwd
186
186
  target_directory = File.join(Dir.home, NIXENV_ROOT)
187
187
 
188
188
  begin
@@ -1,3 +1,3 @@
1
1
  module Nixenvironment
2
- VERSION = '0.0.22'
2
+ VERSION = '0.0.23'
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.22
4
+ version: 0.0.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karen Arzumanian