calabash-cucumber 0.23.1 → 0.23.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/libCalabashARM.dylib +0 -0
- data/dylibs/libCalabashSim.dylib +0 -0
- data/lib/calabash-cucumber/version.rb +2 -2
- data/staticlib/calabash.framework.zip +0 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '008d6cd41888eb4bd5e2ba7245e0367fe4bafa46479390b222b6a7552990643e'
|
|
4
|
+
data.tar.gz: 34ae9d8415623e199944dd87d1ee862de6e0518101daeab5094af9f3eca308a5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4e91ef22d54ad4eb7bb56f194168d8e12f08146aa3a9beb5eab38ab3a5a1768ecef9343d431d0cdf234144b68614d44fcbc3c011bf3689bf76a870ec90a4faf7
|
|
7
|
+
data.tar.gz: 687b6ee72e7256d2c4e972ccf05aa157297eaa847efbd6b919ce7035ee481d79b1643dd0a4b17d9a800ca6fad144703deec270352b9f40438fcb9d4a7ed767a4
|
data/dylibs/libCalabashARM.dylib
CHANGED
|
Binary file
|
data/dylibs/libCalabashSim.dylib
CHANGED
|
Binary file
|
|
@@ -3,10 +3,10 @@ module Calabash
|
|
|
3
3
|
|
|
4
4
|
# @!visibility public
|
|
5
5
|
# The Calabash iOS gem version.
|
|
6
|
-
VERSION = "0.23.
|
|
6
|
+
VERSION = "0.23.2"
|
|
7
7
|
|
|
8
8
|
# @!visibility public
|
|
9
9
|
# The minimum required version of the Calabash embedded server.
|
|
10
|
-
MIN_SERVER_VERSION = "0.23.
|
|
10
|
+
MIN_SERVER_VERSION = "0.23.1"
|
|
11
11
|
end
|
|
12
12
|
end
|
|
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.23.
|
|
4
|
+
version: 0.23.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: 2021-
|
|
11
|
+
date: 2021-11-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cucumber
|
|
@@ -463,7 +463,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
463
463
|
- !ruby/object:Gem::Version
|
|
464
464
|
version: '0'
|
|
465
465
|
requirements: []
|
|
466
|
-
rubygems_version: 3.1.
|
|
466
|
+
rubygems_version: 3.1.2
|
|
467
467
|
signing_key:
|
|
468
468
|
specification_version: 4
|
|
469
469
|
summary: Client for calabash-ios-server for automated functional testing on iOS
|