calabash-cucumber 0.14.0 → 0.14.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
  SHA1:
3
- metadata.gz: ffa8aea9b8e03a9601bed26f7a30ad9243dfb930
4
- data.tar.gz: df96dc379a76662a9a2f1a2610e51a9027099b75
3
+ metadata.gz: 44d1708b6d5566733c61a00e1783d07c8292da76
4
+ data.tar.gz: f681223caa78b7e984ded6cb74ddde9d45c754fd
5
5
  SHA512:
6
- metadata.gz: 4e981cc007418f8044f03ba925c79c3f71cc3c8dede0799c3b2629a0758ca5354d885b9ba82ce8152e62c10bf91fc13724d21fb943df84479238d32c442a3b46
7
- data.tar.gz: 70e0f1c3188959ad2a45e34a4741fb6fed59f93544750bce3fb7c321da76f2513f6fe03a627a7ab07058fa08f190034070081c1bcea7b20f2b61ebab24b95d01
6
+ metadata.gz: 24c3fd3e101013ab438f6d3a9f2303fcfc90ba16bd82d04cb71c0406d74725675ac6feac128005b2bb8e529329d0293dfdb7d05a373ec20de1c22d86a7dd89c5
7
+ data.tar.gz: c9bccbae8a82ffca1e3d513c184e146ab387a196976cc032ce730065a78364c6456819e378a4bd5dd66a14629713b75d11a638ef6ecd6b688f2f06d6443ed77c
Binary file
Binary file
@@ -424,6 +424,7 @@ class Calabash::Cucumber::Launcher
424
424
  :no_stop => calabash_no_stop?,
425
425
  :no_launch => calabash_no_launch?,
426
426
  :sdk_version => sdk_version,
427
+ :relaunch_simulator => true,
427
428
  # Do not advertise this to users!
428
429
  # For example, don't include documentation about this option.
429
430
  # This is used to instrument internal testing (failing fast).
@@ -745,13 +746,6 @@ class Calabash::Cucumber::Launcher
745
746
  # @!visibility private
746
747
  def new_run_loop(args)
747
748
 
748
- # for stability, quit the simulator if Xcode version is > 5.1 and the
749
- # target device is the simulator
750
- target_is_sim = simulator_target?(args)
751
- if target_is_sim and RunLoop::XCTools.new.xcode_version_gte_51?
752
- self.simulator_launcher.stop
753
- end
754
-
755
749
  last_err = nil
756
750
 
757
751
  num_retries = args[:launch_retries] || 5
@@ -3,10 +3,10 @@ module Calabash
3
3
 
4
4
  # @!visibility public
5
5
  # The Calabash iOS gem version.
6
- VERSION = '0.14.0'
6
+ VERSION = '0.14.1'
7
7
 
8
8
  # @!visibility public
9
9
  # The minimum required version of the Calabash embedded server.
10
- MIN_SERVER_VERSION = '0.14.0'
10
+ MIN_SERVER_VERSION = '0.14.1'
11
11
  end
12
12
  end
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: calabash-cucumber
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.14.1
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-04-10 00:00:00.000000000 Z
11
+ date: 2015-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cucumber