summaryrefslogtreecommitdiff
path: root/Gemfile.lock
blob: afbb265072f9c3c159b6a6943cd4dca94bb1e0c6 (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
PATH
  remote: .
  specs:
    tapicero (0.3.1)
      couchrest (~> 1.1.3)
      couchrest_changes (~> 0.0.4)
      daemons
      syslog_logger (~> 2.0.0)
      yajl-ruby (~> 1.1.0)

GEM
  remote: http://rubygems.org/
  specs:
    couchrest (1.1.3)
      mime-types (~> 1.15)
      multi_json (~> 1.0)
      rest-client (~> 1.6.1)
    couchrest_changes (0.0.4)
      couchrest (~> 1.1.3)
      syslog_logger (~> 2.0.0)
      yajl-ruby
    daemons (1.1.9)
    highline (1.6.19)
    metaclass (0.0.1)
    mime-types (1.25.1)
    minitest (3.2.0)
    mocha (0.14.0)
      metaclass (~> 0.0.1)
    multi_json (1.8.2)
    rake (10.1.0)
    rest-client (1.6.7)
      mime-types (>= 1.16)
    syslog_logger (2.0.1)
    yajl-ruby (1.1.0)

PLATFORMS
  ruby

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