GEM
  remote: http://rubygems.org/
  specs:
    activemodel (3.0.7)
      activesupport (= 3.0.7)
      builder (~> 2.1.2)
      i18n (~> 0.5.0)
    activesupport (3.0.7)
    bson (1.3.1)
    builder (2.1.2)
    configuration (1.2.0)
    diff-lcs (1.1.2)
    git (1.2.5)
    haml (3.1.1)
    i18n (0.5.0)
    jeweler (1.6.0)
      bundler (~> 1.0.0)
      git (>= 1.2.5)
      rake
    launchy (0.4.0)
      configuration (>= 0.0.5)
      rake (>= 0.8.1)
    mongo (1.3.1)
      bson (>= 1.3.1)
    mongoid (2.0.1)
      activemodel (~> 3.0)
      mongo (~> 1.3)
      tzinfo (~> 0.3.22)
      will_paginate (~> 3.0.pre)
    rack (1.3.0)
    rake (0.8.7)
    rcov (0.9.9)
    rspec (2.3.0)
      rspec-core (~> 2.3.0)
      rspec-expectations (~> 2.3.0)
      rspec-mocks (~> 2.3.0)
    rspec-core (2.3.1)
    rspec-expectations (2.3.0)
      diff-lcs (~> 1.1.2)
    rspec-mocks (2.3.0)
    sass (3.1.1)
    sinatra (1.2.6)
      rack (~> 1.1)
      tilt (>= 1.2.2, < 2.0)
    tilt (1.3.2)
    tzinfo (0.3.27)
    will_paginate (3.0.pre2)
    yard (0.6.7)

PLATFORMS
  ruby

DEPENDENCIES
  bundler (~> 1.0.0)
  haml
  jeweler (~> 1.6.0)
  launchy
  mongoid
  rack (>= 1.0.0)
  rcov
  rspec (~> 2.3.0)
  sass
  sinatra (~> 1.2.6)
  yard (~> 0.6.0)