run_loop 4.2.0 → 4.2.1

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
  SHA256:
3
- metadata.gz: a6c826b5e43e54083534f8f35ea6907a83057ae9923873e6ca3a462e06018d4c
4
- data.tar.gz: edbacd41b26eb96b1b9503c7addc05a8557bc209d31f53f396cda0f9b744b378
3
+ metadata.gz: 0ad1516947493faffef78dbaa2bb774111203a5d884fc595391a7f10c5293dcb
4
+ data.tar.gz: 5080f55f1b48da60b90c9734d6569811071d449fc868f3e8b75f6f9c36d31359
5
5
  SHA512:
6
- metadata.gz: f574b4d82c8308d404634236881ee725188e04883cc182838438631e5a1e8c7ad33907b0cf25ee5aac64962c5638c1781e8bca758f37c561a218a16f6b00be0a
7
- data.tar.gz: d81c983cf29a605e191cbbb79abd09d5b384cf4b79706d61d3a060d0380c59c25926afef774692ef90269efb3026ce58f0c3c7b3ab5f5da1414ff8b26ce39a63
6
+ metadata.gz: 9f9975d09e345eebc9bd8f39e0f401f75226935e538d8980f79fa876234a9ebd9afc60c396a0e07722691332b712304664ea67376fb8f0ceb0b5fe19131bc0a9
7
+ data.tar.gz: 61be452b93bc83d0ad8e9233370772dcb3a61c210bbccd6db2e5d2555f9b78055363fccb57a6ef8316ecb8f671d7e1407660620488b7eb9009752f1c281628ca
@@ -635,7 +635,7 @@ Could not launch #{app.bundle_identifier} on #{device} after trying #{tries} tim
635
635
  #
636
636
  # @return [Hash] details about the running simulator.
637
637
  def running_simulator_details
638
- process_name = "MacOS/#{sim_name}"
638
+ process_name = sim_app_path
639
639
 
640
640
  args = ["ps", "x", "-o", "pid=,command="]
641
641
  hash = run_shell_command(args)
@@ -1,5 +1,5 @@
1
1
  module RunLoop
2
- VERSION = "4.2.0"
2
+ VERSION = "4.2.1"
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: 4.2.0
4
+ version: 4.2.1
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: 2019-04-03 00:00:00.000000000 Z
12
+ date: 2019-04-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: json
@@ -423,8 +423,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
423
423
  - !ruby/object:Gem::Version
424
424
  version: '0'
425
425
  requirements: []
426
- rubyforge_project:
427
- rubygems_version: 2.7.7
426
+ rubygems_version: 3.0.3
428
427
  signing_key:
429
428
  specification_version: 4
430
429
  summary: The bridge between Calabash iOS and Xcode command-line tools like instruments