sosedoff/opentable

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GIT
  remote: git://github.com/DatabaseCleaner/database_cleaner.git
  revision: b87f00320f8aa0f7e499d183128f05ce29cedc33
  specs:
    database_cleaner (1.5.1)

GEM
  remote: https://rubygems.org/
  specs:
    activemodel (4.2.4)
      activesupport (= 4.2.4)
      builder (~> 3.1)
    activesupport (4.2.4)
      i18n (~> 0.7)
      json (~> 1.7, >= 1.7.7)
      minitest (~> 5.1)
      thread_safe (~> 0.3, >= 0.3.4)
      tzinfo (~> 1.1)
    backports (3.6.6)
    bson (3.2.4)
    builder (3.2.2)
    coveralls (0.8.2)
      json (~> 1.8)
      rest-client (>= 1.6.8, < 2)
      simplecov (~> 0.10.0)
      term-ansicolor (~> 1.3)
      thor (~> 0.19.1)
    daemons (1.2.3)
    diff-lcs (1.2.5)
    docile (1.1.5)
    domain_name (0.5.24)
      unf (>= 0.0.5, < 1.0.0)
    dotenv (0.11.1)
      dotenv-deployment (~> 0.0.2)
    dotenv-deployment (0.0.2)
    eventmachine (1.0.8)
    fabrication (2.14.1)
    geoip (1.6.1)
    git-version-bump (0.15.1)
    http-cookie (1.0.2)
      domain_name (~> 0.5)
    i18n (0.7.0)
    json (1.8.3)
    mime-types (2.6.2)
    mini_portile (0.6.2)
    minitest (5.8.1)
    mongo (2.1.1)
      bson (~> 3.0)
    mongoid (5.0.0)
      activemodel (~> 4.0)
      mongo (~> 2.1)
      origin (~> 2.1)
      tzinfo (>= 0.3.37)
    mongoid-pagination (0.2.0)
      activesupport
      mongoid
    multi_json (1.11.2)
    netrc (0.10.3)
    nokogiri (1.6.6.2)
      mini_portile (~> 0.6.0)
    origin (2.1.1)
    rack (1.6.4)
    rack-attack (2.3.0)
      rack
    rack-contrib (1.4.0)
      git-version-bump (~> 0.15)
      rack (~> 1.4)
    rack-protection (1.5.3)
      rack
    rack-test (0.6.3)
      rack (>= 1.0)
    rake (10.4.2)
    redcarpet (2.3.0)
    redis (3.2.1)
    rest-client (1.8.0)
      http-cookie (>= 1.0.2, < 2.0)
      mime-types (>= 1.16, < 3.0)
      netrc (~> 0.7)
    roo (1.13.2)
      nokogiri
      rubyzip
      spreadsheet (> 0.6.4)
    rspec (2.99.0)
      rspec-core (~> 2.99.0)
      rspec-expectations (~> 2.99.0)
      rspec-mocks (~> 2.99.0)
    rspec-core (2.99.2)
    rspec-expectations (2.99.2)
      diff-lcs (>= 1.1.3, < 2.0)
    rspec-mocks (2.99.4)
    ruby-ole (1.2.11.8)
    rubyzip (1.1.7)
    simplecov (0.10.0)
      docile (~> 1.1.0)
      json (~> 1.8)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.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)
    spreadsheet (1.0.7)
      ruby-ole (>= 1.0)
    term-ansicolor (1.3.2)
      tins (~> 1.0)
    thin (1.6.4)
      daemons (~> 1.0, >= 1.0.9)
      eventmachine (~> 1.0, >= 1.0.4)
      rack (~> 1.0)
    thor (0.19.1)
    thread_safe (0.3.5)
    tilt (2.0.1)
    tins (1.6.0)
    tzinfo (1.2.2)
      thread_safe (~> 0.1)
    unf (0.1.4)
      unf_ext
    unf_ext (0.0.7.1)

PLATFORMS
  ruby

DEPENDENCIES
  bson (~> 3.0)
  coveralls (~> 0.7)
  database_cleaner!
  dotenv (~> 0.9)
  fabrication (~> 2.9)
  geoip (~> 1.4)
  mongo (~> 2.1)
  mongoid (~> 5.0)
  mongoid-pagination (~> 0.2)
  rack-attack (~> 2.2)
  rack-contrib (~> 1.1)
  rack-test (~> 0.6)
  rake (~> 10)
  redcarpet (~> 2.1)
  redis (~> 3.0)
  roo (~> 1.0)
  rspec (~> 2.13)
  simplecov (~> 0.8)
  sinatra (~> 1.4)
  sinatra-contrib (~> 1.4)
  thin (~> 1.6)

BUNDLED WITH
   1.10.6