summaryrefslogtreecommitdiff
path: root/Gemfile.lock
blob: 887eb2e99469ae526d8d9a3b3c826602b909cbc5 (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
PATH
  remote: .
  specs:
    tapicero (0.7)
      couchrest (~> 1.1.3)
      couchrest_changes (= 0.2.1)
      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.2.1)
      couchrest (~> 1.1.3)
      syslog_logger (~> 2.0.0)
      yajl-ruby
    daemons (1.2.2)
    highline (1.6.19)
    json (1.8.2)
    metaclass (0.0.1)
    mime-types (1.25.1)
    minitest (5.4.3)
    mocha (0.14.0)
      metaclass (~> 0.0.1)
    multi_json (1.11.0)
    rake (10.1.0)
    rdoc (4.2.0)
      json (~> 1.4)
    rest-client (1.6.8)
      mime-types (~> 1.16)
      rdoc (>= 2.4.2)
    syslog_logger (2.0.1)
    yajl-ruby (1.1.0)

PLATFORMS
  ruby

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