calabash-cucumber 0.21.1 → 0.21.2
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 +4 -4
- data/dylibs/libCalabashDyn.dylib +0 -0
- data/dylibs/libCalabashDynSim.dylib +0 -0
- data/lib/calabash-cucumber/automator/coordinates.rb +2 -2
- data/lib/calabash-cucumber/device_agent.rb +1 -1
- data/lib/calabash-cucumber/ibase.rb +1 -1
- data/lib/calabash-cucumber/version.rb +2 -2
- data/staticlib/calabash.framework.zip +0 -0
- data/staticlib/libFrankCalabash.a +0 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 93bbf6254bd73e583a0bd78796b0b2fa70bcde6e
|
4
|
+
data.tar.gz: 7a82c6c19b2b6be2ca73e979a3fe9a967f62570c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f1d9bee5a6de6a4e8f581f81181e8fdeeb0087c674d59dbbceb5828491d74996501d7957a86e20e2c6efd818ea7871c1f9b898a8b8e9917879f2168374caba19
|
7
|
+
data.tar.gz: 1c6b061e154eeaefb1f06958fa32a71c59e9c0501986a8bf09a3943a7e6673aee89fd3883a58ff11700eb1c71f563fa61978c1a4eaf7acd401dcaa6657e6457c
|
data/dylibs/libCalabashDyn.dylib
CHANGED
Binary file
|
Binary file
|
@@ -130,7 +130,7 @@ module Calabash
|
|
130
130
|
# ]
|
131
131
|
# ```
|
132
132
|
#
|
133
|
-
# @see
|
133
|
+
# @see https://developer.apple.com/documentation/xctest/xcuielementtype
|
134
134
|
# @param [Hash] uiquery A hash describing the query.
|
135
135
|
# @return [Array<Hash>] An array of elements matching the `uiquery`.
|
136
136
|
def query(uiquery)
|
@@ -74,7 +74,7 @@ class Calabash::IBase
|
|
74
74
|
def trait
|
75
75
|
raise "You should define a trait method or a title method" unless respond_to?(:title)
|
76
76
|
if ios_gte_11?
|
77
|
-
"
|
77
|
+
"UINavigationBar marked:'#{self.title}'"
|
78
78
|
else
|
79
79
|
"navigationItemView marked:'#{self.title}'"
|
80
80
|
end
|
@@ -3,10 +3,10 @@ module Calabash
|
|
3
3
|
|
4
4
|
# @!visibility public
|
5
5
|
# The Calabash iOS gem version.
|
6
|
-
VERSION = "0.21.
|
6
|
+
VERSION = "0.21.2"
|
7
7
|
|
8
8
|
# @!visibility public
|
9
9
|
# The minimum required version of the Calabash embedded server.
|
10
|
-
MIN_SERVER_VERSION = "0.21.
|
10
|
+
MIN_SERVER_VERSION = "0.21.2"
|
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.21.
|
4
|
+
version: 0.21.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Karl Krukow
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-11-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cucumber
|
@@ -483,7 +483,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
483
483
|
version: '0'
|
484
484
|
requirements: []
|
485
485
|
rubyforge_project:
|
486
|
-
rubygems_version: 2.6.
|
486
|
+
rubygems_version: 2.6.14
|
487
487
|
signing_key:
|
488
488
|
specification_version: 4
|
489
489
|
summary: Client for calabash-ios-server for automated functional testing on iOS
|