flant/superhosting

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GIT
  remote: https://github.com/flant/net_status.git
  revision: 37fe43de04997800cd72312ced3dea15f1c20bf8
  specs:
    net_status (0.1.3)
      i18n (~> 0.7)

GIT
  remote: https://github.com/flant/path_mapper.git
  revision: a9308e701f8cecda0db5bef45ef8c34192ce6413
  specs:
    path_mapper (0.0.3)
      diffy (~> 3.1)

PATH
  remote: .
  specs:
    superhosting (0.0.2)
      activesupport (~> 4.2, >= 4.2.5.2)
      highline (~> 1.7, >= 1.7.8)
      i18n (~> 0.7)
      mixlib-cli (>= 1.5.0, < 2.0)
      mixlib-shellout (>= 2.2.6, < 3.0)
      mysql2 (~> 0.4.3)
      net_status (>= 0.0.1, < 1.0)
      path_mapper (>= 0.0.1, < 1.0)
      polling (~> 0.1.5)
      punycode4r (~> 0.2)
      strong_password (~> 0.0.5)
      unicode (~> 0.4)
      unix-crypt (~> 1.3)

GEM
  remote: https://rubygems.org/
  specs:
    activesupport (4.2.7.1)
      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)
    backports (3.6.8)
    binding_of_caller (0.7.2)
      debug_inspector (>= 0.0.1)
    byebug (9.0.6)
    codeclimate-test-reporter (0.6.0)
      simplecov (>= 0.7.1, < 1.0.0)
    coderay (1.1.1)
    debug_inspector (0.0.2)
    diff-lcs (1.2.5)
    diffy (3.1.0)
    docile (1.1.5)
    ethon (0.10.1)
      ffi (>= 1.3.0)
    excon (0.54.0)
    faraday (0.10.0)
      multipart-post (>= 1.2, < 3)
    faraday_middleware (0.10.1)
      faraday (>= 0.7.4, < 1.0)
    ffi (1.9.14)
    gh (0.15.0)
      addressable (~> 2.4.0)
      backports
      faraday (~> 0.8)
      multi_json (~> 1.0)
      net-http-persistent (~> 2.9)
      net-http-pipeline
    highline (1.7.8)
    i18n (0.7.0)
    json (1.8.3)
    launchy (2.4.3)
      addressable (~> 2.3)
    method_source (0.8.2)
    minitest (5.10.1)
    mixlib-cli (1.7.0)
    mixlib-shellout (2.2.7)
    multi_json (1.12.1)
    multipart-post (2.0.0)
    mysql2 (0.4.5)
    net-http-persistent (2.9.4)
    net-http-pipeline (1.0.1)
    polling (0.1.5)
    pry (0.10.4)
      coderay (~> 1.1.0)
      method_source (~> 0.8.1)
      slop (~> 3.4)
    pry-byebug (3.4.2)
      byebug (~> 9.0)
      pry (~> 0.10)
    pry-stack_explorer (0.4.9.2)
      binding_of_caller (>= 0.7)
      pry (>= 0.9.11)
    punycode4r (0.2.0)
    pusher-client (0.6.2)
      json
      websocket (~> 1.0)
    rake (10.5.0)
    rspec (3.5.0)
      rspec-core (~> 3.5.0)
      rspec-expectations (~> 3.5.0)
      rspec-mocks (~> 3.5.0)
    rspec-core (3.5.4)
      rspec-support (~> 3.5.0)
    rspec-expectations (3.5.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.5.0)
    rspec-mocks (3.5.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.5.0)
    rspec-support (3.5.0)
    simplecov (0.12.0)
      docile (~> 1.1.0)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.0)
    slop (3.6.0)
    strong_password (0.0.5)
    thread_safe (0.3.5)
    travis (1.8.5)
      backports
      faraday (~> 0.9)
      faraday_middleware (~> 0.9, >= 0.9.1)
      gh (~> 0.13)
      highline (~> 1.6)
      launchy (~> 2.1)
      pusher-client (~> 0.4)
      typhoeus (~> 0.6, >= 0.6.8)
    typhoeus (0.8.0)
      ethon (>= 0.8.0)
    tzinfo (1.2.2)
      thread_safe (~> 0.1)
    unicode (0.4.4.2)
    unix-crypt (1.3.0)
    websocket (1.2.3)

PLATFORMS
  ruby

DEPENDENCIES
  bundler (~> 1.7)
  codeclimate-test-reporter (>= 0.5.0, < 1.0)
  excon (>= 0.45.4, < 1.0)
  net_status!
  path_mapper!
  pry (>= 0.10.3, < 1.0)
  pry-byebug (>= 3.3.0, < 4.0)
  pry-stack_explorer (>= 0.4.9.2, < 1.0)
  rake (~> 10.0)
  rspec (~> 3.4, >= 3.4.0)
  superhosting!
  travis (~> 1.8, >= 1.8.2)

BUNDLED WITH
   1.13.5