spheromak/services

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    jn_services (1.0.8)
      etcd (~> 0.2.1)

GEM
  remote: https://rubygems.org/
  specs:
    ast (2.0.0)
    astrolabe (1.3.0)
      parser (>= 2.2.0.pre.3, < 3.0)
    celluloid (0.16.0)
      timers (~> 4.0.0)
    coderay (1.1.0)
    coveralls (0.7.10)
      multi_json (~> 1.10)
      rest-client (>= 1.6.8, < 2)
      simplecov (~> 0.9.1)
      term-ansicolor (~> 1.3)
      thor (~> 0.19.1)
    diff-lcs (1.2.5)
    docile (1.1.5)
    etcd (0.2.4)
      mixlib-log
    ffi (1.9.6)
    formatador (0.2.5)
    guard (2.12.4)
      formatador (>= 0.2.4)
      listen (~> 2.7)
      lumberjack (~> 1.0)
      nenv (~> 0.1)
      notiffany (~> 0.0)
      pry (>= 0.9.12)
      shellany (~> 0.0)
      thor (>= 0.18.1)
    guard-rake (1.0.0)
      guard
      rake
    hitimes (1.2.2)
    listen (2.8.5)
      celluloid (>= 0.15.2)
      rb-fsevent (>= 0.9.3)
      rb-inotify (>= 0.9)
    lumberjack (1.0.9)
    macaddr (1.7.1)
      systemu (~> 2.6.2)
    method_source (0.8.2)
    mime-types (2.4.3)
    mixlib-log (1.6.0)
    multi_json (1.10.1)
    nenv (0.2.0)
    netrc (0.10.2)
    notiffany (0.0.6)
      nenv (~> 0.1)
      shellany (~> 0.0)
    parser (2.2.0.3)
      ast (>= 1.1, < 3.0)
    powerpack (0.1.0)
    pry (0.10.1)
      coderay (~> 1.1.0)
      method_source (~> 0.8.1)
      slop (~> 3.4)
    rainbow (2.0.0)
    rake (10.4.2)
    rb-fsevent (0.9.4)
    rb-inotify (0.9.5)
      ffi (>= 0.5.0)
    rest-client (1.7.3)
      mime-types (>= 1.16, < 3.0)
      netrc (~> 0.7)
    rspec (3.2.0)
      rspec-core (~> 3.2.0)
      rspec-expectations (~> 3.2.0)
      rspec-mocks (~> 3.2.0)
    rspec-core (3.2.0)
      rspec-support (~> 3.2.0)
    rspec-expectations (3.2.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.2.0)
    rspec-mocks (3.2.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.2.0)
    rspec-support (3.2.1)
    rubocop (0.29.1)
      astrolabe (~> 1.3)
      parser (>= 2.2.0.1, < 3.0)
      powerpack (~> 0.1)
      rainbow (>= 1.99.1, < 3.0)
      ruby-progressbar (~> 1.4)
    ruby-progressbar (1.7.1)
    shellany (0.0.1)
    simplecov (0.9.2)
      docile (~> 1.1.0)
      multi_json (~> 1.0)
      simplecov-html (~> 0.9.0)
    simplecov-html (0.9.0)
    slop (3.6.0)
    systemu (2.6.4)
    term-ansicolor (1.3.0)
      tins (~> 1.0)
    thor (0.19.1)
    timers (4.0.1)
      hitimes
    tins (1.3.4)
    uuid (2.3.7)
      macaddr (~> 1.0)

PLATFORMS
  ruby

DEPENDENCIES
  bundler
  coveralls
  guard
  guard-rake
  jn_services!
  rake
  rspec
  rubocop
  simplecov
  systemu
  uuid