calabash-cucumber 0.12.0.pre9 → 0.12.0
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: 41d103959b49c4411bcc0583fe986cc3acd06542
|
4
|
+
data.tar.gz: d7dd688264cf2a1d130b78f167bd97a95222988a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9e7e0ad4833aa4d21c6845cdad2bfce13965e5176796246efd3b621d7e46e61640aafbceeebdf3ffbd31cb15720c2a4e61ee24ba1500c6bf9e8195713fa0574b
|
7
|
+
data.tar.gz: ecb3d00cc9390fee76e2d55530cdc43014fe6ed5e07ac044edd3a72d8c6b395624044a1fdf4839cd5138297b3ecae06d2c870a86e31fcbf0571d7346379990b2
|
data/dylibs/libCalabashDyn.dylib
CHANGED
Binary file
|
Binary file
|
@@ -3,11 +3,11 @@ module Calabash
|
|
3
3
|
|
4
4
|
# @!visibility public
|
5
5
|
# The Calabash iOS gem version.
|
6
|
-
VERSION = '0.12.0
|
6
|
+
VERSION = '0.12.0'
|
7
7
|
|
8
8
|
# @!visibility public
|
9
9
|
# The minimum required version of the calabash.framework or, for Xamarin
|
10
10
|
# users, the Calabash component.
|
11
|
-
MIN_SERVER_VERSION = '0.12.0
|
11
|
+
MIN_SERVER_VERSION = '0.12.0'
|
12
12
|
end
|
13
13
|
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.12.0
|
4
|
+
version: 0.12.0
|
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-01-
|
11
|
+
date: 2015-01-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cucumber
|
@@ -170,14 +170,14 @@ dependencies:
|
|
170
170
|
requirements:
|
171
171
|
- - "~>"
|
172
172
|
- !ruby/object:Gem::Version
|
173
|
-
version: 1.2.0
|
173
|
+
version: 1.2.0
|
174
174
|
type: :runtime
|
175
175
|
prerelease: false
|
176
176
|
version_requirements: !ruby/object:Gem::Requirement
|
177
177
|
requirements:
|
178
178
|
- - "~>"
|
179
179
|
- !ruby/object:Gem::Version
|
180
|
-
version: 1.2.0
|
180
|
+
version: 1.2.0
|
181
181
|
- !ruby/object:Gem::Dependency
|
182
182
|
name: rake
|
183
183
|
requirement: !ruby/object:Gem::Requirement
|
@@ -508,12 +508,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
508
508
|
version: '1.9'
|
509
509
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
510
510
|
requirements:
|
511
|
-
- - "
|
511
|
+
- - ">="
|
512
512
|
- !ruby/object:Gem::Version
|
513
|
-
version:
|
513
|
+
version: '0'
|
514
514
|
requirements: []
|
515
515
|
rubyforge_project:
|
516
|
-
rubygems_version: 2.
|
516
|
+
rubygems_version: 2.4.5
|
517
517
|
signing_key:
|
518
518
|
specification_version: 4
|
519
519
|
summary: Client for calabash-ios-server for automated functional testing on iOS
|