luxflux/cloudbalancer

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GEM
  remote: http://rubygems.org/
  specs:
    active_support (3.0.0)
      activesupport (= 3.0.0)
    activesupport (3.0.0)
    amq-client (0.9.2)
      amq-protocol (>= 0.9.0)
      eventmachine
    amq-protocol (0.9.0)
    amqp (0.9.4)
      amq-client (~> 0.9.2)
      amq-protocol (>= 0.9.0)
      eventmachine
    colored (1.2)
    command_line_reporter (3.2.1)
      colored (>= 1.2)
    configatron (2.9.0)
      yamler (>= 0.1.0)
    diff-lcs (1.1.3)
    evented-spec (0.9.0)
    eventmachine (0.12.10)
    json (1.6.6)
    metaclass (0.0.1)
    mocha (0.10.5)
      metaclass (~> 0.0.1)
    rspec (2.9.0)
      rspec-core (~> 2.9.0)
      rspec-expectations (~> 2.9.0)
      rspec-mocks (~> 2.9.0)
    rspec-core (2.9.0)
    rspec-expectations (2.9.1)
      diff-lcs (~> 1.1.3)
    rspec-mocks (2.9.0)
    thor (0.15.2)
    yamler (0.1.0)

PLATFORMS
  ruby

DEPENDENCIES
  active_support
  amqp
  command_line_reporter
  configatron
  evented-spec
  json
  mocha
  rspec
  thor