xamarin-test-cloud 0.9.32 → 0.9.33

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: f0b91cb57f390a497ed342bae9c3abdc87d35171
4
- data.tar.gz: eb044b818687a84523d76d5c7125b9e04bd6014b
3
+ metadata.gz: e40c5a3b0d86d4371d9dc22ca28eb9f8e0d0b2d7
4
+ data.tar.gz: 9212a3a3456fbaadd93a7277dcb8faa889349605
5
5
  SHA512:
6
- metadata.gz: b6c147623593273e4a8d89b3afe9dc3472f969f65cd4fd05d3c25e9da99a5bc4b66ca33cf096b713f41c25b699bd9ec7c0a7b7dc3f61ce6561f85158fe9d3784
7
- data.tar.gz: 379cae750e0ca3cd5804ed63f66684112ee2766dd4a7282bdda023abfa2c0aea41c94d87d50a66e145f9debf943cc7ef6e128e3b32c710db0b75f9a7e08d9ba0
6
+ metadata.gz: e2b45246e16c779e2c4a3d7b7ca856ee7e05737069cf132acb197439aab9e4e3e91f2a0df0e3dcb8086a7c76924385c4f3a31e6bb0df6b33cd560a6bb3f1da49
7
+ data.tar.gz: f80b1e5b27e6d6da7fbd06eaf5b5a018335be87e2cb2f021e4aef7371ecde45d2066d939f2aa089023451395a76042b993fa91ca2f3cd3d9992cc188e0575ddc
@@ -600,7 +600,6 @@ module XamarinTestCloud
600
600
  }
601
601
  end
602
602
 
603
-
604
603
  def is_android?
605
604
  app.end_with? '.apk'
606
605
  end
@@ -686,7 +685,8 @@ module XamarinTestCloud
686
685
  end
687
686
  end
688
687
 
689
- def http_post(address, args, &block)
688
+ def http_post(address, args = {}, &block)
689
+ args['uploader_version'] = XamarinTestCloud::VERSION
690
690
  exec_options = {}
691
691
  if ENV['XTC_USERNAME'] && ENV['XTC_PASSWORD']
692
692
  exec_options[:user] = ENV['XTC_USERNAME']
@@ -1,3 +1,3 @@
1
1
  module XamarinTestCloud
2
- VERSION = '0.9.32'
2
+ VERSION = '0.9.33'
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.32
4
+ version: 0.9.33
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: 2014-06-03 00:00:00.000000000 Z
12
+ date: 2014-06-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thor
@@ -155,7 +155,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
155
155
  version: '0'
156
156
  requirements: []
157
157
  rubyforge_project:
158
- rubygems_version: 2.0.3
158
+ rubygems_version: 2.1.10
159
159
  signing_key:
160
160
  specification_version: 4
161
161
  summary: Command-line interface to Xamarin Test Cloud