devicefarm 0.0.12 → 0.0.13

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f598d614a96ece04c191b71063946732932ac003
4
- data.tar.gz: f3544044694ff6358c9627d0db71c9116d71e6ed
3
+ metadata.gz: a8c1c59f65966f9096029a332eec71f9fa786f40
4
+ data.tar.gz: 12e481bb7998adc40a8e6105688e97c7d275228a
5
5
  SHA512:
6
- metadata.gz: 5b3f38e88a994fdf36c54650b63b41751264e1d56e8e93b0419e384910944a7ad880524aa7e1fdd6b1645746eb68c99c228923c044743e09445ea72a37478901
7
- data.tar.gz: c40a9709df496c80075d6922507f40667b20cc7b127974eb08c1dfce924ac12b11dbdcca74d6b0e58c766688d7bbb91488e502fb57d6f0b6a9528bd276d421af
6
+ metadata.gz: 4aa2583ab81b725df01cfd49197239e0eac85c34267d49952c198b4a99fa90932a995c64b9a33873a15a86020d78f9f6339813b0401600081e7a521a8a8c881c
7
+ data.tar.gz: '0037836efe800b5c087dd9ba3318c270c4844854501e099ae839a2a49ec2bf5e51790c7220d1d6461b794e3d8f6e9fd3472f33c256c398cb77c3441688867bbf'
@@ -35,8 +35,10 @@ 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
39
  while(!upload_result.status == "SUCCEEDED")
39
40
  upload_result = get_upload_result(upload)
41
+ p upload_result
40
42
  sleep(POLLING_INTERVAL)
41
43
  end
42
44
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devicefarm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - viniciusmo