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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 44d1708b6d5566733c61a00e1783d07c8292da76
|
4
|
+
data.tar.gz: f681223caa78b7e984ded6cb74ddde9d45c754fd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 24c3fd3e101013ab438f6d3a9f2303fcfc90ba16bd82d04cb71c0406d74725675ac6feac128005b2bb8e529329d0293dfdb7d05a373ec20de1c22d86a7dd89c5
|
7
|
+
data.tar.gz: c9bccbae8a82ffca1e3d513c184e146ab387a196976cc032ce730065a78364c6456819e378a4bd5dd66a14629713b75d11a638ef6ecd6b688f2f06d6443ed77c
|
data/dylibs/libCalabashDyn.dylib
CHANGED
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.
|
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.
|
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.
|
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-
|
11
|
+
date: 2015-04-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cucumber
|