kirs/pg_web_stats

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    pg_web_stats (0.0.1)
      coderay
      pg
      sinatra

GEM
  remote: https://rubygems.org/
  specs:
    coderay (1.1.2)
    daemons (1.2.6)
    diff-lcs (1.3)
    eventmachine (1.2.5)
    method_source (0.9.0)
    mustermann (1.0.2)
    pg (1.0.0)
    pry (0.11.3)
      coderay (~> 1.1.0)
      method_source (~> 0.9.0)
    rack (2.0.4)
    rack-protection (2.0.1)
      rack
    rack-test (0.8.3)
      rack (>= 1.0, < 3)
    rake (12.3.0)
    rspec (3.7.0)
      rspec-core (~> 3.7.0)
      rspec-expectations (~> 3.7.0)
      rspec-mocks (~> 3.7.0)
    rspec-core (3.7.1)
      rspec-support (~> 3.7.0)
    rspec-expectations (3.7.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.7.0)
    rspec-mocks (3.7.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.7.0)
    rspec-support (3.7.1)
    sinatra (2.0.1)
      mustermann (~> 1.0)
      rack (~> 2.0)
      rack-protection (= 2.0.1)
      tilt (~> 2.0)
    thin (1.7.2)
      daemons (~> 1.0, >= 1.0.9)
      eventmachine (~> 1.0, >= 1.0.4)
      rack (>= 1, < 3)
    tilt (2.0.8)

PLATFORMS
  ruby

DEPENDENCIES
  bundler (~> 1.5)
  pg_web_stats!
  pry
  rack-test
  rake
  rspec
  thin

BUNDLED WITH
   1.16.1