xamarin-test-cloud 0.9.7 → 0.9.8

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: 6db1d49e60b23f37d45debff6ca366967e00bf22
4
- data.tar.gz: a32ba5dc9041389af61856c70c526cecab703628
3
+ metadata.gz: f24669f2a7d6bf03f98e56f10c32ed469c07c7ce
4
+ data.tar.gz: b25eaf61eec316c9d13efc97ee933c0b487ec6d9
5
5
  SHA512:
6
- metadata.gz: dfe614fbd279fb0ff3a51f373a79979c81eb2e967d6917dbf1e534fb992470ae1c42818375b4f56baf295cc6648769e6a43a0191dd791ff040e20be382c8bf4a
7
- data.tar.gz: ade5f47ee9401491fc16da4c44967ff4265ac1d18abe5bbd373233340ed54c57ec6a1b0c916acaea6c798aa8846f1f1ef6a79d3dffa0ae6c478eacf244cb98d0
6
+ metadata.gz: f1fab81357dd472856bfdcbdcd06a41822438f5f7354f1aeabf15345928a583bb6419b11700b4746df2a683df42d7685240658b12d70dd6bcfb77ed4ed5158c2
7
+ data.tar.gz: 46165a1661b7acba3889c830b564489d0a46c305bff11ad95f46306e2e9bea97889c2a357322836f1cb27172decf486db3fad7a07daf0cd9a1c3588e70fbf2fe
@@ -229,6 +229,11 @@ module XamarinTestCloud
229
229
 
230
230
  if ["cancelled", "invalid"].include?(status_json["status"])
231
231
  puts "Failed!"
232
+ if status_json['reason']
233
+ puts "Reason: #{status_json['status']}"
234
+ puts "Details:"
235
+ puts status_json['reason']
236
+ end
232
237
  exit 1
233
238
  end
234
239
  if ENV['DEBUG']=='1'
@@ -1,3 +1,3 @@
1
1
  module XamarinTestCloud
2
- VERSION = '0.9.7'
2
+ VERSION = '0.9.8'
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.7
4
+ version: 0.9.8
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-07-31 00:00:00.000000000 Z
12
+ date: 2013-08-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thor