calabash-cucumber 0.21.8 → 0.21.10

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
  SHA256:
3
- metadata.gz: b5b9fd235850978c99e32a75b8fd4cea05326ea38cb5709f557fb26ce8f471ae
4
- data.tar.gz: 5af4b176ac44fc992d83b4778adb63a78ed50f878d4c6f3f0243ea79a5497109
3
+ metadata.gz: 9396a178c34e79761709e346ba2388c292e5ea07b64b520d2eb1654b5eeb5809
4
+ data.tar.gz: bbf194612d9e92c04e77ca03c25c9ae95cf50c40bbfdc054c41e33f07627cbdf
5
5
  SHA512:
6
- metadata.gz: e7bb50d5c6a9a53c389ef3ecefec23a338ce580711d3ab865e2d08c810e80f1a370a9bdd127d8b4b01cdd46c8b895db1dcbf7a71cb6f6959cbd316f068897fba
7
- data.tar.gz: b5dc8eabaef394d30eb185b20861d828debaffb59820a90ca50d0cd26225157877714e0792c883c5c42c8fa9783518b3a0838a0e3ffafe0bf9386afd9df8da89
6
+ metadata.gz: d9276f6a05d633837ae2d78b9b6927665ace4ebcd79133716e6ebbca1e89233b24c1af20458db2f143c20cc8d56f5d4cc5382ba99478bbc89f23000eb8f3ecce
7
+ data.tar.gz: dc93713aac2a3495468dcaf5d406afa93255f97d9aac3a85c75c761276ee9729bcee57afb4a15dc75eb5321877a1e3e9d0e60cfc5f71746e4ace4f1dff19c8db
@@ -6,7 +6,7 @@ module Calabash
6
6
 
7
7
  # @!visibility private
8
8
  def self.sim_dylib_basename
9
- "libCalabashDynSim.dylib"
9
+ "libCalabashSim.dylib"
10
10
  end
11
11
 
12
12
  # @!visibility private
@@ -16,7 +16,7 @@ module Calabash
16
16
 
17
17
  # @!visibility private
18
18
  def self.device_dylib_basename
19
- "libCalabashDyn.dylib"
19
+ "libCalabashARM.dylib"
20
20
  end
21
21
 
22
22
  # @!visibility private
@@ -3,7 +3,7 @@ module Calabash
3
3
 
4
4
  # @!visibility public
5
5
  # The Calabash iOS gem version.
6
- VERSION = "0.21.8"
6
+ VERSION = "0.21.10"
7
7
 
8
8
  # @!visibility public
9
9
  # The minimum required version of the Calabash embedded server.
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.8
4
+ version: 0.21.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karl Krukow
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-11-09 00:00:00.000000000 Z
11
+ date: 2019-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cucumber
@@ -98,20 +98,6 @@ dependencies:
98
98
  - - "<"
99
99
  - !ruby/object:Gem::Version
100
100
  version: '3.0'
101
- - !ruby/object:Gem::Dependency
102
- name: bundler
103
- requirement: !ruby/object:Gem::Requirement
104
- requirements:
105
- - - "~>"
106
- - !ruby/object:Gem::Version
107
- version: '1.3'
108
- type: :runtime
109
- prerelease: false
110
- version_requirements: !ruby/object:Gem::Requirement
111
- requirements:
112
- - - "~>"
113
- - !ruby/object:Gem::Version
114
- version: '1.3'
115
101
  - !ruby/object:Gem::Dependency
116
102
  name: clipboard
117
103
  requirement: !ruby/object:Gem::Requirement
@@ -132,7 +118,7 @@ dependencies:
132
118
  requirements:
133
119
  - - ">="
134
120
  - !ruby/object:Gem::Version
135
- version: '4.1'
121
+ version: '4.2'
136
122
  - - "<"
137
123
  - !ruby/object:Gem::Version
138
124
  version: '5.0'
@@ -142,7 +128,7 @@ dependencies:
142
128
  requirements:
143
129
  - - ">="
144
130
  - !ruby/object:Gem::Version
145
- version: '4.1'
131
+ version: '4.2'
146
132
  - - "<"
147
133
  - !ruby/object:Gem::Version
148
134
  version: '5.0'
@@ -403,8 +389,8 @@ files:
403
389
  - bin/calabash-ios-setup.rb
404
390
  - bin/calabash-ios-sim.rb
405
391
  - doc/calabash-ios-help.txt
406
- - dylibs/libCalabashDyn.dylib
407
- - dylibs/libCalabashDynSim.dylib
392
+ - dylibs/libCalabashARM.dylib
393
+ - dylibs/libCalabashSim.dylib
408
394
  - features-skeleton/sample.feature
409
395
  - features-skeleton/steps/sample_steps.rb
410
396
  - features-skeleton/support/01_launch.rb
@@ -477,8 +463,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
477
463
  - !ruby/object:Gem::Version
478
464
  version: '0'
479
465
  requirements: []
480
- rubyforge_project:
481
- rubygems_version: 2.7.7
466
+ rubygems_version: 3.0.3
482
467
  signing_key:
483
468
  specification_version: 4
484
469
  summary: Client for calabash-ios-server for automated functional testing on iOS
Binary file