xamarin-test-cloud 0.9.19 → 0.9.20

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: 3fa214c26ba352bf5bdb1ca6b08e5a9c2fe7d652
4
- data.tar.gz: c3a497295d042103f47f8d92cdce99c56162ca94
3
+ metadata.gz: 2ebe7f5aa50aeca00482f8215270d4a008bb5228
4
+ data.tar.gz: 276ac56ff2836010d36e71dd02ba0a9423df5477
5
5
  SHA512:
6
- metadata.gz: 481e2aea1348e2bc6f8efee6da919596a7bac0724be5971e6a4899db5a2f2559f598f826d34bb0a8a1d278596d2e7146e2eb7f4ea8a3166dd090215be8c2f627
7
- data.tar.gz: f12d6e1621bfba2795aca8b2d32c9b7ebf91d625a1d960675e7b46119593a1bd4dc45c239d5d3b3c9fe30b830528057e2a2cfe772dc7683110cb3634b484e33a
6
+ metadata.gz: 745d313a137f49e121059e9357874c9ea04a41a385d7dd8a4be4bd24fdb5d722510053a7b63058bc4dc4f2fb6eff93dc017e5177452305609e6bcce98dc0db79
7
+ data.tar.gz: bd19f68bfef32d898895214f28a6926c7c12617d72080c244dfc02b7bf5ec5c058cca599e856c409d163984be0ea855d7106c11baa2bfaf4479303f76e8b8ff1
@@ -9,6 +9,7 @@ require 'rbconfig'
9
9
  require 'tmpdir'
10
10
  require 'fileutils'
11
11
  require 'retriable'
12
+ require 'xamarin-test-cloud/version'
12
13
 
13
14
  module XamarinTestCloud
14
15
 
@@ -309,6 +310,7 @@ module XamarinTestCloud
309
310
 
310
311
  upload_data = {'files' => files,
311
312
  'paths' => paths,
313
+ 'client_version' => XamarinTestCloud::VERSION,
312
314
  'app_file' => app_file,
313
315
  'device_selection' => device_selection_data,
314
316
  'app' => self.appname,
@@ -1,3 +1,3 @@
1
1
  module XamarinTestCloud
2
- VERSION = '0.9.19'
2
+ VERSION = '0.9.20'
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.19
4
+ version: 0.9.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karl Krukow