summaryrefslogtreecommitdiff
path: root/Gemfile.lock
blob: 2edb4646411592b52c59417cd4e8f347716c2c17 (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
GEM
  remote: http://rubygems.org/
  specs:
    addressable (2.2.2)
    data_objects (0.10.2)
      addressable (~> 2.1)
    dm-core (1.0.2)
      addressable (~> 2.2)
      extlib (~> 0.9.15)
    dm-do-adapter (1.0.2)
      data_objects (~> 0.10.2)
      dm-core (~> 1.0.2)
    dm-mysql-adapter (1.0.2)
      dm-do-adapter (~> 1.0.2)
      do_mysql (~> 0.10.2)
    dm-timestamps (1.0.2)
      dm-core (~> 1.0.2)
    do_mysql (0.10.2)
      data_objects (= 0.10.2)
    extlib (0.9.15)
    haml (3.0.24)
    less (1.2.21)
      mutter (>= 0.4.2)
      treetop (>= 1.4.2)
    mutter (0.5.3)
    polyglot (0.3.1)
    rack (1.2.1)
    rdiscount (1.6.5)
    sinatra (1.1.0)
      rack (~> 1.1)
      tilt (~> 1.1)
    tilt (1.1)
    treetop (1.4.9)
      polyglot (>= 0.3.1)

PLATFORMS
  ruby

DEPENDENCIES
  dm-core (>= 1.0)
  dm-mysql-adapter (>= 1.0)
  dm-timestamps (>= 1.0)
  haml (>= 3.0.0)
  less (>= 1.2.0)
  rdiscount (>= 1.6.5)
  sinatra (>= 1.1.0)