run_loop 2.1.11 → 2.2.0

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: e9ebbfcb0e62aedb6823bf0d20769d04a655e231
4
- data.tar.gz: 5e155942b7249c597f43aaa0eea71d571d325778
3
+ metadata.gz: 6f2095590e37aa5d0f64ff1228e3208b9b5d7268
4
+ data.tar.gz: 81f05bf8660ede87ed5e765a2ed507e6918b7f16
5
5
  SHA512:
6
- metadata.gz: e26d30623d4fd37530c2413032e27b8d23c497b1ff58564a338d2c764d927aff5b43fadfc3f0f09c8f6aa5bd82a4964508fbc9a582f30ef9fd6652aeea21670d
7
- data.tar.gz: 4cad181f7d717ec8842b4bd0f64c6906597eefa2bd91a214625021eee0b2b6ed120e24e32efcf50095073ff08a16fea432e298959db7e9e825e0610fc3a0e7ba
6
+ metadata.gz: 3c5529bb0db4415f540a42bcb90377f36abe1191a2a5089ab3ecd1e4b8ab22a96e614ec1269e318638997264a04ccb4da4d64b1e28e95b44d96ca01b3451f8e4
7
+ data.tar.gz: 8c49531bea4964f77d36eb52eac7ed7ed31d3b2d9eb7256a75b82ae517b515abb25f3903a30b91057c92dd0c225e9eab9a66731409f79f598706ced3e10bd23d
@@ -1231,10 +1231,10 @@ Please install it.
1231
1231
  end
1232
1232
 
1233
1233
  retries = 5
1234
- client = http_client(http_options)
1235
- request = request("session", {:bundleID => bundle_id})
1236
1234
 
1237
1235
  begin
1236
+ client = http_client(http_options)
1237
+ request = request("session", {:bundleID => bundle_id})
1238
1238
  response = client.post(request)
1239
1239
  RunLoop.log_debug("Launched #{bundle_id} on #{device}")
1240
1240
  RunLoop.log_debug("#{response.body}")
@@ -1,5 +1,5 @@
1
1
  module RunLoop
2
- VERSION = "2.1.11"
2
+ VERSION = "2.2.0"
3
3
 
4
4
  # A model of a software release version that can be used to compare two versions.
5
5
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: run_loop
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.11
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karl Krukow