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: c45d40d810aeef7fd4a8a1dab3bea5ffb6aec13f
4
- data.tar.gz: b9f3f04529c4c8db68bcd31385df2c45f020c76f
3
+ metadata.gz: 97c80ed1fe2a58b0cef94fbf675a51c4ab2b0dfb
4
+ data.tar.gz: df8beb6453052671e4e9ae30fc817f2be0b09f5e
5
5
  SHA512:
6
- metadata.gz: 475a6c097ec7dc29d108514ed76ce4016650cb74da303479ab7c12cb5881a84c019fd7272b9f1e9772c0c095516b520c15f7068a7807fcbe760da14631d15061
7
- data.tar.gz: 5bdd5af50ca2ce8abe381cfe265e0c3e8504738b37711e21a9eec8cee0c80d6470f19c0acf15b6a679be8f017e61fe52c68d14063345caa1388a276ebaa14bae
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
- return true if app.nil?
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
@@ -1,5 +1,5 @@
1
1
  module RunLoop
2
- VERSION = "2.5.1"
2
+ VERSION = "2.5.2"
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.5.1
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-24 00:00:00.000000000 Z
12
+ date: 2017-08-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: json