abner/omniauth-expressov3

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    omniauth-expressov3 (1.0.7)
      omniauth (~> 1.0)

GEM
  remote: http://rubygems.org/
  specs:
    awesome_print (1.6.1)
    celluloid (0.16.0)
      timers (~> 4.0.0)
    codeclimate-test-reporter (0.4.6)
      simplecov (>= 0.7.1, < 1.0.0)
    coderay (1.1.0)
    columnize (0.9.0)
    debugger (1.6.8)
      columnize (>= 0.3.1)
      debugger-linecache (~> 1.2.0)
      debugger-ruby_core_source (~> 1.3.5)
    debugger-linecache (1.2.0)
    debugger-ruby_core_source (1.3.7)
    diff-lcs (1.2.5)
    docile (1.1.5)
    ffi (1.9.6)
    formatador (0.2.5)
    growl (1.0.3)
    guard (2.12.1)
      formatador (>= 0.2.4)
      listen (~> 2.7)
      lumberjack (~> 1.0)
      nenv (~> 0.1)
      notiffany (~> 0.0)
      pry (>= 0.9.12)
      shellany (~> 0.0)
      thor (>= 0.18.1)
    guard-bundler (2.1.0)
      bundler (~> 1.0)
      guard (~> 2.2)
      guard-compat (~> 1.1)
    guard-compat (1.2.1)
    guard-rspec (4.5.0)
      guard (~> 2.1)
      guard-compat (~> 1.1)
      rspec (>= 2.99.0, < 4.0)
    hashie (3.4.0)
    highline (1.6.21)
    hitimes (1.2.2)
    listen (2.8.5)
      celluloid (>= 0.15.2)
      rb-fsevent (>= 0.9.3)
      rb-inotify (>= 0.9)
    lumberjack (1.0.9)
    maruku (0.7.2)
    method_source (0.8.2)
    multi_json (1.10.1)
    nenv (0.2.0)
    notiffany (0.0.4)
      nenv (~> 0.1)
      shellany (~> 0.0)
    omniauth (1.2.2)
      hashie (>= 1.2, < 4)
      rack (~> 1.0)
    pry (0.10.1)
      coderay (~> 1.1.0)
      method_source (~> 0.8.1)
      slop (~> 3.4)
    rack (1.6.0)
    rack-test (0.6.3)
      rack (>= 1.0)
    rake (0.9.6)
    rb-fsevent (0.9.4)
    rb-inotify (0.9.5)
      ffi (>= 0.5.0)
    recursive-open-struct (0.5.0)
    rspec (2.99.0)
      rspec-core (~> 2.99.0)
      rspec-expectations (~> 2.99.0)
      rspec-mocks (~> 2.99.0)
    rspec-core (2.99.2)
    rspec-expectations (2.99.2)
      diff-lcs (>= 1.1.3, < 2.0)
    rspec-mocks (2.99.3)
    shellany (0.0.1)
    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
  codeclimate-test-reporter
  debugger
  growl
  guard
  guard-bundler
  guard-rspec
  highline
  maruku (~> 0.6)
  omniauth-expressov3!
  rack-test (~> 0.5)
  rake (~> 0.8)
  rb-fsevent
  recursive-open-struct
  rspec (~> 2.7)
  simplecov (~> 0.4)