cloudfoundry/dea_ng

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GIT
  remote: https://github.com/cloudfoundry/loggregator_emitter.git
  revision: 78635780b4afbc0e7b2e3c27148e78e1d5cdaf6c
  specs:
    loggregator_emitter (5.0.1)
      beefcake (~> 1.0.0)

GIT
  remote: https://github.com/cloudfoundry/warden.git
  revision: b72b8c5a532d4d58177fb1bdb1c917bf88109732
  specs:
    em-warden-client (0.1.2)
      eventmachine
      warden-client
      warden-protocol (>= 0.0.9)
    warden-client (0.1.0)
      warden-protocol (~> 0.1.0)
    warden-protocol (0.1.5)
      beefcake (~> 1.0.0)

GIT
  remote: https://github.com/intridea/grape.git
  revision: c2778cfbe1ba10c0b21926d9a3db7db3d99dc7c8
  specs:
    grape (0.16.3)
      activesupport
      builder
      hashie (>= 2.1.0)
      multi_json (>= 1.3.2)
      multi_xml (>= 0.5.2)
      mustermann19 (~> 0.4.3)
      rack (>= 1.3.0)
      rack-accept
      virtus (>= 1.0.0)

GIT
  remote: https://github.com/nats-io/ruby-nats.git
  revision: 3a3999d40c0b06ed30601b4f5fa0cb4785ad6519
  specs:
    nats (0.7.1)
      eventmachine (~> 1.2, >= 1.2.0)

GEM
  remote: https://rubygems.org/
  specs:
    activesupport (4.2.6)
      i18n (~> 0.7)
      json (~> 1.7, >= 1.7.7)
      minitest (~> 5.1)
      thread_safe (~> 0.3, >= 0.3.4)
      tzinfo (~> 1.1)
    addressable (2.4.0)
    axiom-types (0.1.1)
      descendants_tracker (~> 0.0.4)
      ice_nine (~> 0.11.0)
      thread_safe (~> 0.3, >= 0.3.1)
    beefcake (1.0.0)
    builder (3.2.2)
    ci_reporter (2.0.0)
      builder (>= 2.1.2)
    ci_reporter_rspec (1.0.0)
      ci_reporter (~> 2.0)
      rspec (>= 2.14, < 4)
    codeclimate-test-reporter (0.5.0)
      simplecov (>= 0.7.1, < 1.0.0)
    coderay (1.1.0)
    coercible (1.0.0)
      descendants_tracker (~> 0.0.1)
    cookiejar (0.3.0)
    crack (0.4.3)
      safe_yaml (~> 1.0.0)
    daemons (1.2.3)
    descendants_tracker (0.0.4)
      thread_safe (~> 0.3, >= 0.3.1)
    diff-lcs (1.2.5)
    docile (1.1.5)
    em-http-request (1.1.3)
      addressable (>= 2.3.4)
      cookiejar (<= 0.3.0)
      em-socksify (>= 0.3)
      eventmachine (>= 1.0.3)
      http_parser.rb (>= 0.6.0)
    em-socksify (0.3.1)
      eventmachine (>= 1.0.0.beta.4)
    em-synchrony (1.0.5)
      eventmachine (>= 1.0.0.beta.1)
    enumerable-lazy (0.0.1)
    equalizer (0.0.11)
    eventmachine (1.2.0.1)
    ffi (1.9.10)
    fluent-logger (0.5.1)
      msgpack (>= 0.4.4, < 0.6.0, != 0.5.3, != 0.5.2, != 0.5.1, != 0.5.0)
    foreman (0.78.0)
      thor (~> 0.19.1)
    hashdiff (0.3.0)
    hashie (3.4.3)
    http_parser.rb (0.6.0)
    httpclient (2.7.1)
    i18n (0.7.0)
    ice_nine (0.11.2)
    json (1.8.3)
    membrane (1.1.0)
    method_source (0.8.2)
    minitest (5.8.4)
    msgpack (0.5.12)
    multi_json (1.11.2)
    multi_xml (0.5.5)
    mustermann19 (0.4.3)
      enumerable-lazy
    net-ssh (3.1.1)
    patron (0.6.0)
    posix-spawn (0.3.11)
    pry (0.10.3)
      coderay (~> 1.1.0)
      method_source (~> 0.8.1)
      slop (~> 3.4)
    rack (1.6.4)
    rack-accept (0.4.5)
      rack (>= 0.4)
    rack-protection (1.5.3)
      rack
    rack-test (0.6.3)
      rack (>= 1.0)
    rake (11.1.2)
    rspec (3.4.0)
      rspec-core (~> 3.4.0)
      rspec-expectations (~> 3.4.0)
      rspec-mocks (~> 3.4.0)
    rspec-core (3.4.4)
      rspec-support (~> 3.4.0)
    rspec-eventually (0.1.0)
    rspec-expectations (3.4.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.4.0)
    rspec-mocks (3.4.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.4.0)
    rspec-support (3.4.1)
    rubyzip (1.2.0)
    safe_yaml (1.0.4)
    simplecov (0.11.2)
      docile (~> 1.1.0)
      json (~> 1.8)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.0)
    sinatra (1.4.7)
      rack (~> 1.5)
      rack-protection (~> 1.4)
      tilt (>= 1.3, < 3)
    slop (3.6.0)
    steno (1.1.0)
      fluent-logger
      grape
      yajl-ruby (~> 1.0)
    sys-filesystem (1.1.5)
      ffi
    thin (1.7.0)
      daemons (~> 1.0, >= 1.0.9)
      eventmachine (~> 1.0, >= 1.0.4)
      rack (>= 1, < 3)
    thor (0.19.1)
    thread_safe (0.3.5)
    tilt (2.0.2)
    timecop (0.8.1)
    tzinfo (1.2.2)
      thread_safe (~> 0.1)
    uuidtools (2.1.5)
    virtus (1.0.5)
      axiom-types (~> 0.1)
      coercible (~> 1.0)
      descendants_tracker (~> 0.0, >= 0.0.3)
      equalizer (~> 0.0, >= 0.0.9)
    vmstat (2.1.0)
    webmock (1.24.2)
      addressable (>= 2.3.6)
      crack (>= 0.3.2)
      hashdiff
    yajl-ruby (1.2.1)

PLATFORMS
  ruby

DEPENDENCIES
  ci_reporter_rspec
  codeclimate-test-reporter
  em-http-request
  em-synchrony
  em-warden-client!
  eventmachine
  foreman
  grape!
  httpclient
  loggregator_emitter!
  membrane
  nats!
  net-ssh
  patron
  posix-spawn (~> 0.3.6)
  pry
  rack
  rack-test
  rake
  rspec
  rspec-eventually
  rubyzip
  sinatra
  steno (~> 1.1.0)
  sys-filesystem
  thin
  timecop
  uuidtools
  vmstat
  warden-client!
  warden-protocol!
  webmock
  yajl-ruby

BUNDLED WITH
   1.12.4