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 CHANGED
@@ -1,3 +1,4 @@
1
1
  pkg
2
2
  Markdown.pl
3
3
  .idea
4
+ Gemfile.lock
@@ -1,6 +1,6 @@
1
1
  module Calabash
2
2
  module Cucumber
3
- VERSION = "0.9.117"
3
+ VERSION = "0.9.118"
4
4
  FRAMEWORK_VERSION = "0.9.117"
5
5
  end
6
6
  end
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.117
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!