cloudfoundry/health_manager

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GIT
  remote: git://github.com/cloudfoundry/steno.git
  revision: cc9b5c5e5fd8550554e2a3111e1ccbf179b27efd
  specs:
    steno (1.1.0)
      fluent-logger
      grape
      yajl-ruby (~> 1.0)

GIT
  remote: git://github.com/cloudfoundry/vcap-common.git
  revision: 658be8a8f65388c0a182137245c2474b31198f00
  specs:
    vcap_common (2.2.1)
      addressable (~> 2.2)
      em-http-request (~> 1.0)
      eventmachine
      httpclient
      membrane (~> 0.0.2)
      mime-types
      multipart-post
      nats (~> 0.4.24)
      posix-spawn (~> 0.3.6)
      squash_ruby
      steno
      thin
      vmstat (~> 2.0)
      yajl-ruby

GEM
  remote: http://rubygems.org/
  specs:
    activesupport (4.0.0)
      i18n (~> 0.6, >= 0.6.4)
      minitest (~> 4.2)
      multi_json (~> 1.3)
      thread_safe (~> 0.1)
      tzinfo (~> 0.3.37)
    addressable (2.3.5)
    atomic (1.1.10)
    backports (3.3.3)
    builder (3.2.2)
    cf-message-bus (0.0.4)
      eventmachine (~> 1.0.0)
      nats (= 0.4.26)
      vcap-concurrency
      vcap-concurrency
      yajl-ruby
    cookiejar (0.3.0)
    daemons (1.1.9)
    descendants_tracker (0.0.1)
    diff-lcs (1.2.4)
    em-http-request (1.1.0)
      addressable (>= 2.3.4)
      cookiejar
      em-socksify (>= 0.3)
      eventmachine (>= 1.0.3)
      http_parser.rb (>= 0.6.0.beta.2)
    em-socksify (0.3.0)
      eventmachine (>= 1.0.0.beta.4)
    eventmachine (1.0.3)
    fluent-logger (0.4.6)
      msgpack (>= 0.4.4, < 0.6.0, != 0.5.3, != 0.5.2, != 0.5.1, != 0.5.0)
      yajl-ruby (~> 1.0)
    grape (0.5.0)
      activesupport
      builder
      hashie (>= 1.2.0)
      multi_json (>= 1.3.2)
      multi_xml (>= 0.5.2)
      rack (>= 1.3.0)
      rack-accept
      rack-mount
      virtus
    hashie (2.0.5)
    http_parser.rb (0.6.0.beta.2)
    httparty (0.11.0)
      multi_json (~> 1.0)
      multi_xml (>= 0.5.2)
    httpclient (2.3.3)
    i18n (0.6.4)
    json (1.8.0)
    json_pure (1.8.0)
    membrane (0.0.2)
    mime-types (1.23)
    minitest (4.7.5)
    msgpack (0.5.5)
    multi_json (1.7.7)
    multi_xml (0.5.4)
    multipart-post (1.2.0)
    nats (0.4.26)
      daemons (>= 1.1.5)
      eventmachine (>= 0.12.10)
      json_pure (>= 1.7.3)
      thin (>= 1.4.1)
    posix-spawn (0.3.6)
    rack (1.5.2)
    rack-accept (0.4.5)
      rack (>= 0.4)
    rack-mount (0.8.3)
      rack (>= 1.0.0)
    rack-protection (1.5.0)
      rack
    rake (10.1.0)
    rest-client (1.6.7)
      mime-types (>= 1.16)
    rspec (2.14.1)
      rspec-core (~> 2.14.0)
      rspec-expectations (~> 2.14.0)
      rspec-mocks (~> 2.14.0)
    rspec-core (2.14.4)
    rspec-expectations (2.14.0)
      diff-lcs (>= 1.1.3, < 2.0)
    rspec-mocks (2.14.1)
    sinatra (1.4.3)
      rack (~> 1.4)
      rack-protection (~> 1.4)
      tilt (~> 1.3, >= 1.3.4)
    squash_ruby (1.2.0)
      json
    thin (1.5.1)
      daemons (>= 1.0.9)
      eventmachine (>= 0.12.6)
      rack (>= 1.0.0)
    thread_safe (0.1.2)
      atomic
    tilt (1.4.1)
    timecop (0.6.2.2)
    tzinfo (0.3.37)
    vcap-concurrency (0.1.0)
    virtus (0.5.5)
      backports (~> 3.3)
      descendants_tracker (~> 0.0.1)
    vmstat (2.0.0)
    yajl-ruby (1.1.0)

PLATFORMS
  ruby

DEPENDENCIES
  cf-message-bus
  em-http-request
  eventmachine (~> 1.0.0)
  httparty
  rake
  rest-client
  rspec
  sinatra
  steno (~> 1.1.0)!
  timecop
  vcap_common!
  yajl-ruby