xamarin-test-cloud 0.9.16 → 0.9.17

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: eaed88455a641f82c1b051b3f7cbe6a731b79c01
4
- data.tar.gz: 1ddf0e02b1a49ad50ccfa56d0331bcc162f7267f
3
+ metadata.gz: fb9a1e7ce513e761d1e85a51214e735cf0bc3876
4
+ data.tar.gz: b6faf346e92dbdae9f95d0ffcc9bb8c9c5193fc3
5
5
  SHA512:
6
- metadata.gz: 7e94d7802a89e7953ca1f8f6d52511c4ca7988bbca57791b5a878eb8d47fa662e999955a3258c5c4df8acc2529f5f21699b28d0e27b7359304e4a3e7a07edf76
7
- data.tar.gz: 6f85be9325e06494198a959a2f367e12458cca0d9bfbcda0f0e88d2e8bfef31a60b26653206fa7deedc752974829d7713742f3a684ab70372f75a1f0237c3289
6
+ metadata.gz: 1c79377399abee61435702e78b63d8123362180b3971c78e791de16814047737af0b83353649a98c05ca52186e55434fdd0ede04da251fc95d5a7e8586b69aa6
7
+ data.tar.gz: f2c34f8e9c5056b7d919be8547f186c594facf35a65c5c6424608f24c3bec1430469510bd4ff09bc80eb8990604c7b8df8d27d533c18b8626f078ab25d2724db
@@ -286,7 +286,9 @@ module XamarinTestCloud
286
286
  log_header('Packaging')
287
287
 
288
288
  FileUtils.cd(self.workspace) do
289
- unless system("BUNDLE_GEMFILE=#{File.join(tmpdir, "Gemfile")} bundle package --all")
289
+ package_pid = Process.spawn({'BUNDLE_GEMFILE' => File.join(tmpdir, "Gemfile")}, 'bundle package --all')
290
+ Process.waitpid(package_pid)
291
+ unless $? == 0
290
292
  log_and_abort 'Bundler failed. Please check command: bundle package'
291
293
  end
292
294
  end
@@ -1,3 +1,3 @@
1
1
  module XamarinTestCloud
2
- VERSION = '0.9.16'
2
+ VERSION = '0.9.17'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xamarin-test-cloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.16
4
+ version: 0.9.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karl Krukow
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-08-14 00:00:00.000000000 Z
12
+ date: 2013-08-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thor