NewRepublicBrewing/BCS-Interrogator

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    bcs-interrogator (0.0.6)
      faraday-http-cache

GEM
  remote: http://rubygems.org/
  specs:
    coderay (1.0.9)
    diff-lcs (1.2.4)
    faraday (0.9.0)
      multipart-post (>= 1.2, < 3)
    faraday-http-cache (0.4.2)
      faraday (~> 0.8)
    ffi (1.9.0)
    formatador (0.2.4)
    guard (1.8.1)
      formatador (>= 0.2.4)
      listen (>= 1.0.0)
      lumberjack (>= 1.0.2)
      pry (>= 0.9.10)
      thor (>= 0.14.6)
    guard-rspec (2.6.0)
      guard (>= 1.8)
      rspec (~> 2.13)
    listen (1.2.2)
      rb-fsevent (>= 0.9.3)
      rb-inotify (>= 0.9)
      rb-kqueue (>= 0.2)
    lumberjack (1.0.4)
    method_source (0.8.2)
    multipart-post (2.0.0)
    pry (0.9.12.2)
      coderay (~> 1.0.5)
      method_source (~> 0.8)
      slop (~> 3.4)
    rake (10.1.0)
    rb-fsevent (0.9.3)
    rb-inotify (0.9.0)
      ffi (>= 0.5.0)
    rb-kqueue (0.2.0)
      ffi (>= 0.5.0)
    rspec (2.14.1)
      rspec-core (~> 2.14.0)
      rspec-expectations (~> 2.14.0)
      rspec-mocks (~> 2.14.0)
    rspec-core (2.14.4)
    rspec-expectations (2.14.0)
      diff-lcs (>= 1.1.3, < 2.0)
    rspec-mocks (2.14.1)
    slop (3.4.6)
    thor (0.18.1)

PLATFORMS
  ruby

DEPENDENCIES
  bcs-interrogator!
  guard
  guard-rspec
  rake
  rspec