ryknow/toy_tracker

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GEM
  remote: https://rubygems.org/
  specs:
    activemodel (3.2.12)
      activesupport (= 3.2.12)
      builder (~> 3.0.0)
    activesupport (3.2.12)
      i18n (~> 0.6)
      multi_json (~> 1.0)
    awesome_print (1.1.0)
    builder (3.0.4)
    coderay (1.0.9)
    daemons (1.1.9)
    database_cleaner (0.9.1)
    diff-lcs (1.2.1)
    eventmachine (1.0.1)
    factory_girl (4.2.0)
      activesupport (>= 3.0.0)
    ffi (1.4.0)
    guard (1.6.2)
      listen (>= 0.6.0)
      lumberjack (>= 1.0.2)
      pry (>= 0.9.10)
      terminal-table (>= 1.4.3)
      thor (>= 0.14.6)
    haml (4.0.0)
      tilt
    i18n (0.6.4)
    listen (0.7.3)
    lumberjack (1.0.2)
    method_source (0.8.1)
    mongoid (3.1.2)
      activemodel (~> 3.2)
      moped (~> 1.4.2)
      origin (~> 1.0)
      tzinfo (~> 0.3.22)
    moped (1.4.2)
    multi_json (1.6.1)
    origin (1.0.11)
    pry (0.9.12)
      coderay (~> 1.0.5)
      method_source (~> 0.8)
      slop (~> 3.4)
    rack (1.5.2)
    rack-protection (1.3.2)
      rack
    rack-test (0.6.2)
      rack (>= 1.0)
    rake (10.0.3)
    rb-inotify (0.9.0)
      ffi (>= 0.5.0)
    rspec (2.13.0)
      rspec-core (~> 2.13.0)
      rspec-expectations (~> 2.13.0)
      rspec-mocks (~> 2.13.0)
    rspec-core (2.13.0)
    rspec-expectations (2.13.0)
      diff-lcs (>= 1.1.3, < 2.0)
    rspec-mocks (2.13.0)
    shotgun (0.9)
      rack (>= 1.0)
    simplecov (0.7.1)
      multi_json (~> 1.0)
      simplecov-html (~> 0.7.1)
    simplecov-html (0.7.1)
    sinatra (1.3.5)
      rack (~> 1.4)
      rack-protection (~> 1.3)
      tilt (~> 1.3, >= 1.3.3)
    slop (3.4.3)
    terminal-table (1.4.5)
    thin (1.5.0)
      daemons (>= 1.0.9)
      eventmachine (>= 0.12.6)
      rack (>= 1.0.0)
    thor (0.17.0)
    tilt (1.3.3)
    tzinfo (0.3.35)

PLATFORMS
  ruby

DEPENDENCIES
  awesome_print
  database_cleaner
  factory_girl
  guard
  haml
  mongoid
  rack-test
  rake
  rb-inotify
  rspec
  shotgun
  simplecov
  sinatra
  thin