run_loop 2.5.1 → 2.5.2
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 97c80ed1fe2a58b0cef94fbf675a51c4ab2b0dfb
|
4
|
+
data.tar.gz: df8beb6453052671e4e9ae30fc817f2be0b09f5e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 826f9c54a689d3cbaf3533cff4c5cea1adf53aea150959f9a42833ac5c013e8c774dd69860e38c85410cffb6027a9e761fafaebe701eda9375fde4db07bb81a1
|
7
|
+
data.tar.gz: 5efee01177d4bff8325a9d36cb4a3e7235b9c01bd2f49fc4f6baa9971cf3e56814e844b77f719fdf044a47e1072be09b5473fd00856a44dbadc60fe4a404475a
|
@@ -784,8 +784,12 @@ Command had no output.
|
|
784
784
|
return true
|
785
785
|
end
|
786
786
|
|
787
|
+
# Why?
|
787
788
|
# No app was passed to initializer.
|
788
|
-
|
789
|
+
if app.nil?
|
790
|
+
RunLoop.log_debug("Simulator relaunch required: no app was passed to CoreSimulator.new")
|
791
|
+
return true
|
792
|
+
end
|
789
793
|
|
790
794
|
# AUT is running, but it was not launched by DeviceAgent.
|
791
795
|
app_name = app.executable_name
|
Binary file
|
Binary file
|
data/lib/run_loop/version.rb
CHANGED
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.5.
|
4
|
+
version: 2.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Karl Krukow
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2017-08-
|
12
|
+
date: 2017-08-28 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: json
|