summaryrefslogtreecommitdiff
path: root/Gemfile.lock
blob: 4625690690d3aabd5b8cd885fc21ff6823b8b5f7 (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
53
54
55
GIT
  remote: https://github.com/leapcode/couchrest_changes
  revision: 25bd12efbff7be971cc76939a230e82c62b966ef
  branch: master
  specs:
    couchrest_changes (0.1.1)
      couchrest (~> 1.1.3)
      syslog_logger (~> 2.0.0)
      yajl-ruby

PATH
  remote: .
  specs:
    tapicero (0.6)
      couchrest (~> 1.1.3)
      couchrest_changes (~> 0.1.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)
    daemons (1.1.9)
    highline (1.6.19)
    json (1.8.1)
    metaclass (0.0.1)
    mime-types (1.25.1)
    minitest (5.4.3)
    mocha (0.14.0)
      metaclass (~> 0.0.1)
    multi_json (1.10.1)
    rake (10.1.0)
    rdoc (4.1.2)
      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
  couchrest_changes!
  highline
  minitest (~> 5.4.0)
  mocha
  rake
  tapicero!