main
 1GEM
 2  remote: https://rubygems.org/
 3  specs:
 4    builder (3.1.4)
 5    coderay (1.0.8)
 6    cucumber (1.2.1)
 7      builder (>= 2.1.2)
 8      diff-lcs (>= 1.1.3)
 9      gherkin (~> 2.11.0)
10      json (>= 1.4.6)
11    developwithpassion_arrays (0.0.1)
12    developwithpassion_fakes (0.1.1)
13      developwithpassion_arrays
14    diff-lcs (1.1.3)
15    ffi (1.1.5)
16    gherkin (2.11.5)
17      json (>= 1.4.6)
18    guard (1.5.4)
19      listen (>= 0.4.2)
20      lumberjack (>= 1.0.2)
21      pry (>= 0.9.10)
22      thor (>= 0.14.6)
23    guard-rspec (2.1.2)
24      guard (>= 1.1)
25      rspec (~> 2.11)
26    json (2.2.0)
27    listen (0.5.3)
28    lumberjack (1.0.2)
29    method_source (0.8.1)
30    multi_json (1.3.7)
31    pry (0.9.10)
32      coderay (~> 1.0.5)
33      method_source (~> 0.8)
34      slop (~> 3.3.1)
35    rake (10.0.2)
36    rb-fchange (0.0.6)
37      ffi
38    rb-fsevent (0.9.2)
39    rb-inotify (0.8.8)
40      ffi (>= 0.5.0)
41    rspec (2.12.0)
42      rspec-core (~> 2.12.0)
43      rspec-expectations (~> 2.12.0)
44      rspec-mocks (~> 2.12.0)
45    rspec-core (2.12.0)
46    rspec-expectations (2.12.0)
47      diff-lcs (~> 1.1.3)
48    rspec-fakes (0.0.9)
49      developwithpassion_fakes
50      rspec
51    rspec-mocks (2.12.0)
52    simplecov (0.7.1)
53      multi_json (~> 1.0)
54      simplecov-html (~> 0.7.1)
55    simplecov-html (0.7.1)
56    slop (3.3.3)
57    thor (0.16.0)
58
59PLATFORMS
60  ruby
61
62DEPENDENCIES
63  cucumber
64  guard-rspec
65  rake
66  rb-fchange
67  rb-fsevent
68  rb-inotify
69  rspec
70  rspec-fakes
71  simplecov