xamarin-test-cloud 0.9.18 → 0.9.19

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: 5e85ff308b8b1b75312ab1a07aefc1184f16b87c
4
- data.tar.gz: 6efd3f13e94e4c906cd7130a0d3d521a9e1750a0
3
+ metadata.gz: 3fa214c26ba352bf5bdb1ca6b08e5a9c2fe7d652
4
+ data.tar.gz: c3a497295d042103f47f8d92cdce99c56162ca94
5
5
  SHA512:
6
- metadata.gz: 739c27fef98bb8cbcc8821d5bbdc9a3d20f28a8edb0bc71212a1e4b0e4b8ec56af2bca4570817e5fb06a084f972861685009e15c64e0a1027f75024bbde1ea15
7
- data.tar.gz: 769e1b86e9286ddba102538663dedb559849a26e0564c5d2eff445540290acea8450de83f9fbdfc9f0ec6bcd88c1100f7750e142d3410e9153c6ec83cd4e74e4
6
+ metadata.gz: 481e2aea1348e2bc6f8efee6da919596a7bac0724be5971e6a4899db5a2f2559f598f826d34bb0a8a1d278596d2e7146e2eb7f4ea8a3166dd090215be8c2f627
7
+ data.tar.gz: f12d6e1621bfba2795aca8b2d32c9b7ebf91d625a1d960675e7b46119593a1bd4dc45c239d5d3b3c9fe30b830528057e2a2cfe772dc7683110cb3634b484e33a
@@ -419,12 +419,12 @@ module XamarinTestCloud
419
419
  workspace_prefix = collected_files[:workspace_prefix]
420
420
 
421
421
  hashes = file_paths.collect { |f| digest(f) }
422
- hashes << digest(app)
422
+
423
423
 
424
424
 
425
425
  log_header('Negotiating upload')
426
426
 
427
- response = http_post('check_hash', {'hashes' => hashes})
427
+ response = http_post('check_hash', {'hashes' => hashes, 'app_hash' => digest(app)})
428
428
 
429
429
  cache_status = JSON.parse(response)
430
430
 
@@ -1,3 +1,3 @@
1
1
  module XamarinTestCloud
2
- VERSION = '0.9.18'
2
+ VERSION = '0.9.19'
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.18
4
+ version: 0.9.19
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-16 00:00:00.000000000 Z
12
+ date: 2013-08-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thor
@@ -141,7 +141,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
141
141
  version: '0'
142
142
  requirements: []
143
143
  rubyforge_project:
144
- rubygems_version: 2.0.5
144
+ rubygems_version: 2.0.2
145
145
  signing_key:
146
146
  specification_version: 4
147
147
  summary: Command-line interface to Xamarin Test Cloud
@@ -152,3 +152,4 @@ test_files:
152
152
  - test/ipa/features/support/hooks.rb
153
153
  - test/ipa/features/support/launch.rb
154
154
  - test/test_parser.rb
155
+ has_rdoc: