TimPetricola/TLD-Hunt

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GEM
  remote: https://rubygems.org/
  specs:
    activemodel (4.1.6)
      activesupport (= 4.1.6)
      builder (~> 3.1)
    activesupport (4.1.6)
      i18n (~> 0.6, >= 0.6.9)
      json (~> 1.7, >= 1.7.7)
      minitest (~> 5.1)
      thread_safe (~> 0.1)
      tzinfo (~> 1.1)
    bson (2.3.0)
    builder (3.2.2)
    connection_pool (2.0.0)
    i18n (0.6.11)
    json (1.8.1)
    mime-types (2.3)
    minitest (5.4.1)
    mongoid (4.0.0)
      activemodel (~> 4.0)
      moped (~> 2.0.0)
      origin (~> 2.1)
      tzinfo (>= 0.3.37)
    moped (2.0.0)
      bson (~> 2.2)
      connection_pool (~> 2.0)
      optionable (~> 0.2.0)
    netrc (0.7.7)
    optionable (0.2.0)
    origin (2.1.1)
    power_assert (0.1.3)
    rack (1.5.2)
    rack-protection (1.5.3)
      rack
    rake (10.3.2)
    rest-client (1.7.2)
      mime-types (>= 1.16, < 3.0)
      netrc (~> 0.7)
    sinatra (1.4.5)
      rack (~> 1.4)
      rack-protection (~> 1.4)
      tilt (~> 1.3, >= 1.3.4)
    test-unit (3.0.1)
      power_assert
    thread_safe (0.3.4)
    tilt (1.4.1)
    tzinfo (1.2.2)
      thread_safe (~> 0.1)

PLATFORMS
  ruby

DEPENDENCIES
  json (~> 1.8.1)
  mongoid (~> 4.0.0)
  rake (~> 10.3.2)
  rest-client (~> 1.7.2)
  sinatra (~> 1.4.5)
  test-unit (~> 3.0.1)