summaryrefslogtreecommitdiff
path: root/Gemfile.lock
blob: 43bc6bb1468492d8ba3c7c3e98ceb655fdecc120 (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
35
GEM
  remote: http://rubygems.org/
  specs:
    bcrypt (3.1.7)
    diff-lcs (1.1.3)
    git (1.2.5)
    highline (1.6.2)
    jeweler (1.6.4)
      bundler (~> 1.0)
      git (>= 1.2.5)
      rake
    mocha (0.9.12)
    moneta (0.7.20)
    rake (0.9.2)
    rdoc (3.8)
    rspec (2.4.0)
      rspec-core (~> 2.4.0)
      rspec-expectations (~> 2.4.0)
      rspec-mocks (~> 2.4.0)
    rspec-core (2.4.0)
    rspec-expectations (2.4.0)
      diff-lcs (~> 1.1.2)
    rspec-mocks (2.4.0)

PLATFORMS
  ruby

DEPENDENCIES
  bcrypt
  highline
  jeweler
  mocha
  moneta (~> 0.7)
  rdoc (~> 3.8)
  rspec (~> 2.4)