jbavari/scoreboard-api

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GEM
  remote: https://rubygems.org/
  specs:
    backports (3.6.7)
    daemons (1.2.3)
    eventmachine (1.0.8)
    multi_json (1.11.2)
    pg (0.18.2)
    rack (1.6.4)
    rack-protection (1.5.3)
      rack
    rack-test (0.6.3)
      rack (>= 1.0)
    rake (10.4.2)
    sequel (4.29.0)
    shotgun (0.9.1)
      rack (>= 1.0)
    sinatra (1.4.6)
      rack (~> 1.4)
      rack-protection (~> 1.4)
      tilt (>= 1.3, < 3)
    sinatra-contrib (1.4.6)
      backports (>= 2.0)
      multi_json
      rack-protection
      rack-test
      sinatra (~> 1.4.0)
      tilt (>= 1.3, < 3)
    thin (1.6.4)
      daemons (~> 1.0, >= 1.0.9)
      eventmachine (~> 1.0, >= 1.0.4)
      rack (~> 1.0)
    tilt (2.0.1)

PLATFORMS
  ruby

DEPENDENCIES
  pg (= 0.18.2)
  rake
  sequel (= 4.29.0)
  shotgun
  sinatra (= 1.4.6)
  sinatra-contrib (= 1.4.6)
  thin

BUNDLED WITH
   1.10.6