calabash-cucumber 0.21.10 → 0.22.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9396a178c34e79761709e346ba2388c292e5ea07b64b520d2eb1654b5eeb5809
4
- data.tar.gz: bbf194612d9e92c04e77ca03c25c9ae95cf50c40bbfdc054c41e33f07627cbdf
3
+ metadata.gz: 326fe7b27808cd9ed0657c2d74e62ae6bae1c7162b60054e0fbff7d93d85d82a
4
+ data.tar.gz: 67fbb90ab864fbe889ef6f85a73255b1947bdadfbc27f91f25b4be7f9cd4a6c9
5
5
  SHA512:
6
- metadata.gz: d9276f6a05d633837ae2d78b9b6927665ace4ebcd79133716e6ebbca1e89233b24c1af20458db2f143c20cc8d56f5d4cc5382ba99478bbc89f23000eb8f3ecce
7
- data.tar.gz: dc93713aac2a3495468dcaf5d406afa93255f97d9aac3a85c75c761276ee9729bcee57afb4a15dc75eb5321877a1e3e9d0e60cfc5f71746e4ace4f1dff19c8db
6
+ metadata.gz: e0338e63050ddf15044c37b6c6fd8578874bf1999f846efabb8e096a3969ee06990915ab9a402766eff9408cd53fc0b829ea4b5e03d3fe1679d448849a3f5775
7
+ data.tar.gz: 6f1e61719df5febee9979947b556f2eaf4f6a6888e2bbd4f78b0e494e3a04fbf7462ba04a1df0f8e0d119c5444f8c4c35b232ecb474b44741cf9767898bfc4bc
Binary file
Binary file
@@ -3,10 +3,10 @@ module Calabash
3
3
 
4
4
  # @!visibility public
5
5
  # The Calabash iOS gem version.
6
- VERSION = "0.21.10"
6
+ VERSION = "0.22.2"
7
7
 
8
8
  # @!visibility public
9
9
  # The minimum required version of the Calabash embedded server.
10
- MIN_SERVER_VERSION = "0.21.7"
10
+ MIN_SERVER_VERSION = "0.22.2"
11
11
  end
12
12
  end
@@ -47,9 +47,9 @@ IRB.conf[:HISTORY_FILE] = ".irb-history"
47
47
 
48
48
  begin
49
49
  require "pry"
50
- Pry.config.history.should_save = true
51
- Pry.config.history.should_load = true
52
- Pry.config.history.file = ".pry-history"
50
+ Pry.config.history_save = true
51
+ Pry.config.history_load = true
52
+ Pry.config.history_file = ".pry-history"
53
53
  require "pry-nav"
54
54
  rescue LoadError => _
55
55
 
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.10
4
+ version: 0.22.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karl Krukow
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-16 00:00:00.000000000 Z
11
+ date: 2020-11-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cucumber
@@ -448,7 +448,7 @@ homepage: http://calaba.sh
448
448
  licenses:
449
449
  - EPL-1.0
450
450
  metadata: {}
451
- post_install_message:
451
+ post_install_message:
452
452
  rdoc_options: []
453
453
  require_paths:
454
454
  - lib
@@ -463,8 +463,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
463
463
  - !ruby/object:Gem::Version
464
464
  version: '0'
465
465
  requirements: []
466
- rubygems_version: 3.0.3
467
- signing_key:
466
+ rubygems_version: 3.1.2
467
+ signing_key:
468
468
  specification_version: 4
469
469
  summary: Client for calabash-ios-server for automated functional testing on iOS
470
470
  test_files: []