run_loop 1.5.6.pre1 → 1.5.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 47569b6d831b193444445ef4c1df372e89c51ddb
4
- data.tar.gz: 5bfa5312c3d512c6175a53dba49cd3ade7759b4e
3
+ metadata.gz: cbbee55fbd11dd5c1cd13fa461ae1be917adc6d3
4
+ data.tar.gz: 22f0456c4949e71f6c8d2d951d7f0aa559448674
5
5
  SHA512:
6
- metadata.gz: f03b8e29911c15d68e10a2f63a422ff475193e316d28c33cd8cea9de705cf338440126674cd5c81151b9e88868ed3c3583f94fd56d3351cc0521283a743bde97
7
- data.tar.gz: 2affeeb8e17db2f0d7e21b6dcb34098ec0d6d445732aae798ddadd4d36b1d5d4f7ada9c57f9ca7ee7ec29006870b738c6865c5dc15f7d27fa1f939e61918993f
6
+ metadata.gz: 434db36ae98ba6a3530cb164d9ac0379fbe59cfad22a2851901530abbe20393668ff3c8be03e046a180b3a168f4842376825bb13920fb0f3c9b9417e5b125902
7
+ data.tar.gz: 351adc46d8f2849bb6c1b5f8b0772073f3608776fabe3ee324e16daed86e8d6b07fa58fc22f59881d86c60b979a27a2f050e2af6bc5759be833dc3c1e88f36e3
@@ -58,7 +58,7 @@ module RunLoop
58
58
 
59
59
  if device
60
60
  RunLoop::Environment.with_debugging(debug) do
61
- launch_simulator(device)
61
+ launch_simulator(device, xcode)
62
62
  end
63
63
  else
64
64
  launch_each_simulator
@@ -69,16 +69,14 @@ module RunLoop
69
69
 
70
70
  no_commands do
71
71
  def launch_each_simulator
72
- sim_control = RunLoop::SimControl.new
73
72
  sim_control.simulators.each do |simulator|
74
- launch_simulator(simulator, sim_control)
73
+ launch_simulator(simulator, xcode)
75
74
  end
76
75
  end
77
76
 
78
- def launch_simulator(simulator, sim_control=RunLoop::SimControl.new)
79
- core_sim = RunLoop::LifeCycle::CoreSimulator.new(nil,
80
- simulator,
81
- sim_control)
77
+ def launch_simulator(simulator, xcode)
78
+ core_sim = RunLoop::CoreSimulator.new(simulator, nil,
79
+ {:xcode => xcode})
82
80
  core_sim.launch_simulator
83
81
  end
84
82
  end
@@ -1,5 +1,5 @@
1
1
  module RunLoop
2
- VERSION = '1.5.6.pre1'
2
+ VERSION = '1.5.6'
3
3
 
4
4
  # A model of a software release version that can be used to compare two versions.
5
5
  #
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: run_loop
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.6.pre1
4
+ version: 1.5.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karl Krukow
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-13 00:00:00.000000000 Z
11
+ date: 2015-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
@@ -344,9 +344,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
344
344
  version: '1.9'
345
345
  required_rubygems_version: !ruby/object:Gem::Requirement
346
346
  requirements:
347
- - - ">"
347
+ - - ">="
348
348
  - !ruby/object:Gem::Version
349
- version: 1.3.1
349
+ version: '0'
350
350
  requirements: []
351
351
  rubyforge_project:
352
352
  rubygems_version: 2.4.8