devicefarm 0.0.13 → 0.0.14

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: a8c1c59f65966f9096029a332eec71f9fa786f40
4
- data.tar.gz: 12e481bb7998adc40a8e6105688e97c7d275228a
3
+ metadata.gz: a94784792cb9ba37e05f067befd6c6b44ca50552
4
+ data.tar.gz: ee7282176feb6cba6ef75686f781ac977c8059c3
5
5
  SHA512:
6
- metadata.gz: 4aa2583ab81b725df01cfd49197239e0eac85c34267d49952c198b4a99fa90932a995c64b9a33873a15a86020d78f9f6339813b0401600081e7a521a8a8c881c
7
- data.tar.gz: '0037836efe800b5c087dd9ba3318c270c4844854501e099ae839a2a49ec2bf5e51790c7220d1d6461b794e3d8f6e9fd3472f33c256c398cb77c3441688867bbf'
6
+ metadata.gz: 7ac3e0bb45cda4536d0b93f089d37a5e53b220a9d4d0a90ad298ebc8c133461ad1ab68a60ab2e15031ce549313f8620d9be105f74dead6694446e104754522a8
7
+ data.tar.gz: c9632fa6881bec6f2f957b7a0966494c6fed9909447316396cb0f16d7b1322fc524f35a93885b61c05556c9cccb1fd459b4bf15534ecbf22cd33405a6c434b98
@@ -36,7 +36,7 @@ class DeviceFarm::DeviceFarmApi
36
36
  def wait_for_upload_finish(upload)
37
37
  upload_result = get_upload_result(upload)
38
38
  p upload_result
39
- while(!upload_result.status == "SUCCEEDED")
39
+ while(upload_result.status != "SUCCEEDED")
40
40
  upload_result = get_upload_result(upload)
41
41
  p upload_result
42
42
  sleep(POLLING_INTERVAL)
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.13
4
+ version: 0.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - viniciusmo