ryansobol/mango

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    mango (0.9.0)
      bluecloth (~> 2.2, >= 2.2.0)
      bundler (~> 1.6.2)
      coffee-script (~> 2.2, >= 2.2.0)
      foreman (~> 0.63, >= 0.63.0)
      haml (~> 4.0, >= 4.0.4)
      liquid (~> 2.6, >= 2.6.0)
      puma (~> 2.7, >= 2.7.1)
      sass (~> 3.2, >= 3.2.13)
      sinatra (~> 1.4, >= 1.4.5)
      thor (~> 0.18, >= 0.18.1)

GEM
  remote: http://rubygems.org/
  specs:
    bluecloth (2.2.0)
    coffee-script (2.3.0)
      coffee-script-source
      execjs
    coffee-script-source (1.7.1)
    diff-lcs (1.2.5)
    dotenv (0.11.1)
      dotenv-deployment (~> 0.0.2)
    dotenv-deployment (0.0.2)
    execjs (2.2.1)
    foreman (0.74.0)
      dotenv (~> 0.11.1)
      thor (~> 0.19.1)
    haml (4.0.5)
      tilt
    liquid (2.6.1)
    puma (2.9.0)
      rack (>= 1.1, < 2.0)
    rack (1.5.2)
    rack-protection (1.5.3)
      rack
    rack-test (0.6.2)
      rack (>= 1.0)
    rspec (3.0.0)
      rspec-core (~> 3.0.0)
      rspec-expectations (~> 3.0.0)
      rspec-mocks (~> 3.0.0)
    rspec-core (3.0.4)
      rspec-support (~> 3.0.0)
    rspec-expectations (3.0.4)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.0.0)
    rspec-mocks (3.0.4)
      rspec-support (~> 3.0.0)
    rspec-support (3.0.4)
    sass (3.3.14)
    sinatra (1.4.5)
      rack (~> 1.4)
      rack-protection (~> 1.4)
      tilt (~> 1.3, >= 1.3.4)
    thor (0.19.1)
    tilt (1.4.1)
    yard (0.8.7.4)

PLATFORMS
  ruby

DEPENDENCIES
  mango!
  rack-test (~> 0.6, >= 0.6.2)
  rspec (~> 3.0, >= 3.0.0)
  yard (~> 0.8, >= 0.8.7.4)