run_loop 2.1.11 → 2.2.0
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/run_loop/device_agent/Frameworks.zip +0 -0
- data/lib/run_loop/device_agent/app/DeviceAgent-Runner.app.zip +0 -0
- data/lib/run_loop/device_agent/bin/iOSDeviceManager +0 -0
- data/lib/run_loop/device_agent/client.rb +2 -2
- data/lib/run_loop/device_agent/ipa/DeviceAgent-Runner.app.zip +0 -0
- data/lib/run_loop/version.rb +1 -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: 6f2095590e37aa5d0f64ff1228e3208b9b5d7268
|
|
4
|
+
data.tar.gz: 81f05bf8660ede87ed5e765a2ed507e6918b7f16
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3c5529bb0db4415f540a42bcb90377f36abe1191a2a5089ab3ecd1e4b8ab22a96e614ec1269e318638997264a04ccb4da4d64b1e28e95b44d96ca01b3451f8e4
|
|
7
|
+
data.tar.gz: 8c49531bea4964f77d36eb52eac7ed7ed31d3b2d9eb7256a75b82ae517b515abb25f3903a30b91057c92dd0c225e9eab9a66731409f79f598706ced3e10bd23d
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -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}")
|
|
Binary file
|
data/lib/run_loop/version.rb
CHANGED