todd/rack-commit-stats

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    rack-commit-stats (0.1.2)
      rack (~> 1.0)
      rugged (~> 0.21.3)

GEM
  remote: https://rubygems.org/
  specs:
    awesome_print (1.2.0)
    byebug (3.4.0)
      columnize (~> 0.8)
      debugger-linecache (~> 1.2)
      slop (~> 3.6)
    celluloid (0.16.0)
      timers (~> 4.0.0)
    coderay (1.1.0)
    columnize (0.8.9)
    debugger-linecache (1.2.0)
    diff-lcs (1.2.5)
    docile (1.1.5)
    ffi (1.9.6)
    formatador (0.2.5)
    guard (2.10.1)
      formatador (>= 0.2.4)
      listen (~> 2.7)
      lumberjack (~> 1.0)
      pry (>= 0.9.12)
      thor (>= 0.18.1)
    guard-compat (0.3.0)
    guard-rspec (4.4.2)
      guard (~> 2.1)
      guard-compat (~> 0.1)
      rspec (>= 2.99.0, < 4.0)
    hitimes (1.2.2)
    listen (2.8.3)
      celluloid (>= 0.15.2)
      rb-fsevent (>= 0.9.3)
      rb-inotify (>= 0.9)
    lumberjack (1.0.9)
    method_source (0.8.2)
    multi_json (1.10.1)
    pry (0.10.1)
      coderay (~> 1.1.0)
      method_source (~> 0.8.1)
      slop (~> 3.4)
    pry-byebug (2.0.0)
      byebug (~> 3.4)
      pry (~> 0.10)
    rack (1.6.4)
    rake (10.3.2)
    rb-fsevent (0.9.4)
    rb-inotify (0.9.5)
      ffi (>= 0.5.0)
    rspec (3.1.0)
      rspec-core (~> 3.1.0)
      rspec-expectations (~> 3.1.0)
      rspec-mocks (~> 3.1.0)
    rspec-core (3.1.3)
      rspec-support (~> 3.1.0)
    rspec-expectations (3.1.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.1.0)
    rspec-mocks (3.1.0)
      rspec-support (~> 3.1.0)
    rspec-support (3.1.0)
    rugged (0.21.4)
    simplecov (0.9.1)
      docile (~> 1.1.0)
      multi_json (~> 1.0)
      simplecov-html (~> 0.8.0)
    simplecov-html (0.8.0)
    slop (3.6.0)
    thor (0.19.1)
    timers (4.0.1)
      hitimes

PLATFORMS
  ruby

DEPENDENCIES
  awesome_print
  bundler (~> 1.0)
  guard-rspec
  pry-byebug (~> 2.0.0)
  rack-commit-stats!
  rake
  rspec (~> 3.1)
  simplecov

BUNDLED WITH
   1.10.3