xamarin-test-cloud 0.9.18 → 0.9.19
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 +4 -4
- data/lib/xamarin-test-cloud/cli.rb +2 -2
- data/lib/xamarin-test-cloud/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3fa214c26ba352bf5bdb1ca6b08e5a9c2fe7d652
|
|
4
|
+
data.tar.gz: c3a497295d042103f47f8d92cdce99c56162ca94
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
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
|
|
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.
|
|
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-
|
|
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.
|
|
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:
|