jdrago999/distribot

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    distribot (0.1.12)
      activesupport
      bunny
      concurrent-ruby
      logstash-logger
      redis
      semantic

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)
    amq-protocol (2.0.1)
    ast (2.3.0)
    bunny (2.4.0)
      amq-protocol (>= 2.0.1)
    byebug (9.0.5)
    codeclimate-test-reporter (0.6.0)
      simplecov (>= 0.7.1, < 1.0.0)
    concurrent-ruby (1.0.2)
    crack (0.4.3)
      safe_yaml (~> 1.0.0)
    diff-lcs (1.2.5)
    docile (1.1.5)
    faker (1.6.3)
      i18n (~> 0.5)
    hashdiff (0.3.0)
    i18n (0.7.0)
    json (1.8.3)
    logstash-event (1.2.02)
    logstash-logger (0.15.2)
      logstash-event (~> 1.2)
      stud
    minitest (5.9.0)
    parser (2.3.1.2)
      ast (~> 2.2)
    powerpack (0.1.1)
    rainbow (2.1.0)
    rake (10.5.0)
    redis (3.3.0)
    rspec (3.5.0)
      rspec-core (~> 3.5.0)
      rspec-expectations (~> 3.5.0)
      rspec-mocks (~> 3.5.0)
    rspec-core (3.5.0)
      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)
    rubocop (0.41.1)
      parser (>= 2.3.1.1, < 3.0)
      powerpack (~> 0.1)
      rainbow (>= 1.99.1, < 3.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (~> 1.0, >= 1.0.1)
    ruby-progressbar (1.8.1)
    safe_yaml (1.0.4)
    semantic (1.4.1)
    shoulda-matchers (3.1.1)
      activesupport (>= 4.0.0)
    simplecov (0.12.0)
      docile (~> 1.1.0)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.0)
    stud (0.0.22)
    thread_safe (0.3.5)
    tzinfo (1.2.2)
      thread_safe (~> 0.1)
    unicode-display_width (1.1.0)
    webmock (2.1.0)
      addressable (>= 2.3.6)
      crack (>= 0.3.2)
      hashdiff

PLATFORMS
  ruby

DEPENDENCIES
  bundler (~> 1.7)
  byebug
  codeclimate-test-reporter
  distribot!
  faker
  rake (~> 10.0)
  rspec
  rubocop
  shoulda-matchers
  simplecov
  webmock

BUNDLED WITH
   1.12.5