run_loop 2.6.0 → 2.6.1

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: 65408d3dba885d7e903f35b47e2f26ba157d029d
4
- data.tar.gz: 0f16591d457eff3a4c9995b638993baba33f3c67
3
+ metadata.gz: 7f00cee8c90cd8c3049f5a5693e6d5e9abf3cb8f
4
+ data.tar.gz: 17614a33b8dc5aeaf39c2ed3275b0f098fbe78a9
5
5
  SHA512:
6
- metadata.gz: a1637da28a2d4e8bdbfe65871361dfa67c0e74515f5a90901c12895c11ead50828638c1c4d884ce2ba09e10a4b9d9dfaf3b590d8668e20edb3338deb428c148a
7
- data.tar.gz: 3d378c2557d43c8917dcfad9dff771d028d3e635536e9549ba4de2871e5ef52f028de9d01f825aea60c1c1135395d7ea68a0a0e7998e557ffbd86678978cde5b
6
+ metadata.gz: b1af2d36da8009c56bdc68d7971ccc190bd560857483129dbb6b3ee7f3501ef61c2be04ecf301dddf78cea622f15540efb90ab72f6c2ae4e818a8196a060e24d
7
+ data.tar.gz: c4bbc74972a5f6e87e0fb19b32113a9baa7006db74e903597bffa56eebc8c893ceac3496ff35ce750a4b1d91dfa686c333b07e574ced2f8e6af6b1713202b534
@@ -400,7 +400,9 @@ class RunLoop::CoreSimulator
400
400
  device.simulator_ensure_software_keyboard_will_show
401
401
 
402
402
  args = ['open', '-g', '-a', sim_app_path, '--args',
403
- '-CurrentDeviceUDID', device.udid, "LAUNCHED_BY_RUN_LOOP"]
403
+ '-CurrentDeviceUDID', device.udid,
404
+ "-ConnectHardwareKeyboard", "0",
405
+ "LAUNCHED_BY_RUN_LOOP"]
404
406
 
405
407
  RunLoop.log_debug("Launching #{device} with:")
406
408
  RunLoop.log_unix_cmd("xcrun #{args.join(' ')}")
@@ -21,6 +21,7 @@ module RunLoop
21
21
 
22
22
  # @!visibility private
23
23
  SIM_STATES = {
24
+ "Creating" => 0,
24
25
  "Shutdown" => 1,
25
26
  "Shutting Down" => 2,
26
27
  "Booted" => 3,
@@ -1,5 +1,5 @@
1
1
  module RunLoop
2
- VERSION = "2.6.0"
2
+ VERSION = "2.6.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: 2.6.0
4
+ version: 2.6.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: 2017-09-20 00:00:00.000000000 Z
12
+ date: 2017-09-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: json