summaryrefslogtreecommitdiff
path: root/Gemfile.lock
blob: 3b42431cd5062a8de1e62317d5a5859cedbefc34 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
PATH
  remote: .
  specs:
    tapicero (0.1.0)
      couchrest (~> 1.1.3)
      couchrest_model (~> 2.0.0.beta2)
      daemons
      yajl-ruby

GEM
  remote: http://rubygems.org/
  specs:
    activemodel (3.2.14)
      activesupport (= 3.2.14)
      builder (~> 3.0.0)
    activesupport (3.2.14)
      i18n (~> 0.6, >= 0.6.4)
      multi_json (~> 1.0)
    builder (3.0.4)
    couchrest (1.1.3)
      mime-types (~> 1.15)
      multi_json (~> 1.0)
      rest-client (~> 1.6.1)
    couchrest_model (2.0.0.beta2)
      activemodel (~> 3.0)
      couchrest (~> 1.1.3)
      mime-types (~> 1.15)
      tzinfo (~> 0.3.22)
    daemons (1.1.9)
    highline (1.6.19)
    i18n (0.6.5)
    metaclass (0.0.1)
    mime-types (1.25)
    minitest (3.2.0)
    mocha (0.14.0)
      metaclass (~> 0.0.1)
    multi_json (1.8.0)
    rake (10.1.0)
    rest-client (1.6.7)
      mime-types (>= 1.16)
    tzinfo (0.3.37)
    yajl-ruby (1.1.0)

PLATFORMS
  ruby

DEPENDENCIES
  highline
  minitest (~> 3.2.0)
  mocha
  rake
  tapicero!