musashimm/cimd

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    cimd (0.0.1)
      eventmachine (>= 0.12)
      thor

GEM
  remote: http://rubygems.org/
  specs:
    diff-lcs (1.1.3)
    eventmachine (0.12.10)
    ffi (1.0.11)
    guard (1.3.2)
      listen (>= 0.4.2)
      thor (>= 0.14.6)
    guard-rspec (1.2.1)
      guard (>= 1.1)
    listen (0.5.0)
    rake (0.9.2.2)
    rb-inotify (0.8.8)
      ffi (>= 0.5.0)
    rspec (2.6.0)
      rspec-core (~> 2.6.0)
      rspec-expectations (~> 2.6.0)
      rspec-mocks (~> 2.6.0)
    rspec-core (2.6.4)
    rspec-expectations (2.6.0)
      diff-lcs (~> 1.1.2)
    rspec-mocks (2.6.0)
    thor (0.16.0)

PLATFORMS
  ruby

DEPENDENCIES
  cimd!
  guard (>= 1.3)
  guard-rspec (>= 1.2)
  rake
  rb-inotify (>= 0.8.8)
  rspec