devicefarm 0.0.14 → 0.0.15
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/devicefarm/devicefarmapi.rb +2 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4ab74b408e90a43ae3ba2bb9caefacbcfa6c365c
|
4
|
+
data.tar.gz: 1d509828591d2ff480032c4c0e6853da704218af
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1e436be8c4ae89ec5a334ad7c5098ff3cf220a00d6287c2a358782a83b9e37a2038aada75f8bc7d419f841f6f05ed6824ff2a23d37f80d2627667f92f9009e78
|
7
|
+
data.tar.gz: 411aa419202a5f6a86554ee29dfc039b7bd406455e284f8d845273a23d44611b972ced283f0ced0d0cb3940219aa120391bbcb97586322ff8385a806606de4b6
|
@@ -35,7 +35,8 @@ class DeviceFarm::DeviceFarmApi
|
|
35
35
|
|
36
36
|
def wait_for_upload_finish(upload)
|
37
37
|
upload_result = get_upload_result(upload)
|
38
|
-
p upload_result
|
38
|
+
p upload_result.status
|
39
|
+
|
39
40
|
while(upload_result.status != "SUCCEEDED")
|
40
41
|
upload_result = get_upload_result(upload)
|
41
42
|
p upload_result
|