pekhee/rspec_be_an_array_of

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    rspec_be_an_array_of (0.1.0)
      rspec

GEM
  remote: https://rubygems.org/
  specs:
    ast (2.2.0)
    astrolabe (1.3.1)
      parser (~> 2.2)
    binding_of_caller (0.7.2)
      debug_inspector (>= 0.0.1)
    byebug (8.2.1)
    codeclimate-test-reporter (0.4.8)
      simplecov (>= 0.7.1, < 1.0.0)
    coderay (1.1.0)
    debug_inspector (0.0.2)
    diff-lcs (1.2.5)
    docile (1.1.5)
    ffi (1.9.10)
    formatador (0.2.5)
    gemsmith (6.2.0)
      milestoner (~> 1.2)
      thor (~> 0.19)
      thor_plus (~> 2.1)
      tocer (~> 1.0)
    guard (2.13.0)
      formatador (>= 0.2.4)
      listen (>= 2.7, <= 4.0)
      lumberjack (~> 1.0)
      nenv (~> 0.1)
      notiffany (~> 0.0)
      pry (>= 0.9.12)
      shellany (~> 0.0)
      thor (>= 0.18.1)
    guard-compat (1.2.1)
    guard-rspec (4.6.4)
      guard (~> 2.1)
      guard-compat (~> 1.1)
      rspec (>= 2.99.0, < 4.0)
    interception (0.5)
    json (1.8.3)
    listen (3.0.5)
      rb-fsevent (>= 0.9.3)
      rb-inotify (>= 0.9)
    lumberjack (1.0.10)
    method_source (0.8.2)
    milestoner (1.2.0)
      thor (~> 0.19)
      thor_plus (~> 2.1)
    nenv (0.2.0)
    notiffany (0.0.8)
      nenv (~> 0.1)
      shellany (~> 0.0)
    parser (2.2.3.0)
      ast (>= 1.1, < 3.0)
    powerpack (0.1.1)
    pry (0.10.3)
      coderay (~> 1.1.0)
      method_source (~> 0.8.1)
      slop (~> 3.4)
    pry-byebug (3.3.0)
      byebug (~> 8.0)
      pry (~> 0.10)
    pry-remote (0.1.8)
      pry (~> 0.9)
      slop (~> 3.0)
    pry-rescue (1.4.2)
      interception (>= 0.5)
      pry
    pry-stack_explorer (0.4.9.2)
      binding_of_caller (>= 0.7)
      pry (>= 0.9.11)
    pry-state (0.1.7)
      pry (>= 0.9.10, < 0.11.0)
    rainbow (2.0.0)
    rake (10.4.2)
    rb-fsevent (0.9.7)
    rb-inotify (0.9.5)
      ffi (>= 0.5.0)
    refinements (1.0.0)
    rspec (3.4.0)
      rspec-core (~> 3.4.0)
      rspec-expectations (~> 3.4.0)
      rspec-mocks (~> 3.4.0)
    rspec-core (3.4.1)
      rspec-support (~> 3.4.0)
    rspec-expectations (3.4.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.4.0)
    rspec-mocks (3.4.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.4.0)
    rspec-support (3.4.1)
    rubocop (0.35.1)
      astrolabe (~> 1.3)
      parser (>= 2.2.3.0, < 3.0)
      powerpack (~> 0.1)
      rainbow (>= 1.99.1, < 3.0)
      ruby-progressbar (~> 1.7)
      tins (<= 1.6.0)
    ruby-progressbar (1.7.5)
    shellany (0.0.1)
    simplecov (0.11.1)
      docile (~> 1.1.0)
      json (~> 1.8)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.0)
    slop (3.6.0)
    terminal-notifier (1.6.3)
    terminal-notifier-guard (1.6.4)
    thor (0.19.1)
    thor_plus (2.2.0)
      thor (~> 0.19)
    tins (1.6.0)
    tocer (1.0.0)
      refinements (~> 1.0)
      thor (~> 0.19)
      thor_plus (~> 2.1)

PLATFORMS
  ruby

DEPENDENCIES
  codeclimate-test-reporter
  gemsmith
  guard-rspec
  pry
  pry-byebug
  pry-remote
  pry-rescue
  pry-stack_explorer
  pry-state
  rake
  rb-fsevent
  rspec_be_an_array_of!
  rubocop
  terminal-notifier
  terminal-notifier-guard

BUNDLED WITH
   1.10.6