summaryrefslogtreecommitdiff
path: root/Gemfile.lock
blob: 72cca8c5ead0df2899b7b9431a0a1179b1124158 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
PATH
  remote: .
  specs:
    hashie (1.2.0)

GEM
  remote: http://rubygems.org/
  specs:
    diff-lcs (1.1.2)
    guard (0.5.1)
      thor (~> 0.14.6)
    guard-rspec (0.4.0)
      guard (>= 0.4.0)
    rake (0.9.2)
    rspec (2.6.0)
      rspec-core (~> 2.6.0)
      rspec-expectations (~> 2.6.0)
      rspec-mocks (~> 2.6.0)
    rspec-core (2.6.4)
    rspec-expectations (2.6.0)
      diff-lcs (~> 1.1.2)
    rspec-mocks (2.6.0)
    thor (0.14.6)

PLATFORMS
  java
  ruby

DEPENDENCIES
  guard
  guard-rspec
  hashie!
  rake (~> 0.9.2)
  rspec (~> 2.5)