calabash-cucumber 0.9.117 → 0.9.118
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +1 -0
- data/lib/calabash-cucumber/version.rb +1 -1
- metadata +1 -2
- data/Gemfile.lock +0 -51
data/.gitignore
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: calabash-cucumber
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.118
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -151,7 +151,6 @@ files:
|
|
151
151
|
- .gitignore
|
152
152
|
- CHANGES.txt
|
153
153
|
- Gemfile
|
154
|
-
- Gemfile.lock
|
155
154
|
- LICENSE
|
156
155
|
- Rakefile
|
157
156
|
- bin/CalabashSetup
|
data/Gemfile.lock
DELETED
@@ -1,51 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: .
|
3
|
-
specs:
|
4
|
-
calabash-cucumber (0.9.117)
|
5
|
-
CFPropertyList
|
6
|
-
bundler (~> 1.1)
|
7
|
-
cucumber
|
8
|
-
httpclient (= 2.2.7)
|
9
|
-
json
|
10
|
-
location-one (~> 0.0.8)
|
11
|
-
sim_launcher (= 0.4.6)
|
12
|
-
slowhandcuke
|
13
|
-
|
14
|
-
GEM
|
15
|
-
remote: http://rubygems.org/
|
16
|
-
specs:
|
17
|
-
CFPropertyList (2.1.1)
|
18
|
-
builder (3.1.4)
|
19
|
-
cucumber (1.2.1)
|
20
|
-
builder (>= 2.1.2)
|
21
|
-
diff-lcs (>= 1.1.3)
|
22
|
-
gherkin (~> 2.11.0)
|
23
|
-
json (>= 1.4.6)
|
24
|
-
diff-lcs (1.1.3)
|
25
|
-
geocoder (1.1.4)
|
26
|
-
gherkin (2.11.5)
|
27
|
-
json (>= 1.4.6)
|
28
|
-
httpclient (2.2.7)
|
29
|
-
json (1.7.5)
|
30
|
-
location-one (0.0.8)
|
31
|
-
geocoder (~> 1.1)
|
32
|
-
httpclient (= 2.2.7)
|
33
|
-
json
|
34
|
-
rack (1.4.1)
|
35
|
-
rack-protection (1.2.0)
|
36
|
-
rack
|
37
|
-
sim_launcher (0.4.6)
|
38
|
-
sinatra
|
39
|
-
sinatra (1.3.3)
|
40
|
-
rack (~> 1.3, >= 1.3.6)
|
41
|
-
rack-protection (~> 1.2)
|
42
|
-
tilt (~> 1.3, >= 1.3.3)
|
43
|
-
slowhandcuke (0.0.3)
|
44
|
-
cucumber
|
45
|
-
tilt (1.3.3)
|
46
|
-
|
47
|
-
PLATFORMS
|
48
|
-
ruby
|
49
|
-
|
50
|
-
DEPENDENCIES
|
51
|
-
calabash-cucumber!
|