PATH
  remote: ../
  specs:
    activerecord-shard_for (0.1.2)
      activerecord (>= 4.1.0)
      activesupport (>= 4.1.0)
      expeditor (>= 0.1.0)

GEM
  remote: https://rubygems.org/
  specs:
    abstract_type (0.0.7)
    activemodel (4.1.0)
      activesupport (= 4.1.0)
      builder (~> 3.1)
    activerecord (4.1.0)
      activemodel (= 4.1.0)
      activesupport (= 4.1.0)
      arel (~> 5.0.0)
    activesupport (4.1.0)
      i18n (~> 0.6, >= 0.6.9)
      json (~> 1.7, >= 1.7.7)
      minitest (~> 5.1)
      thread_safe (~> 0.1)
      tzinfo (~> 1.1)
    adamantium (0.2.0)
      ice_nine (~> 0.11.0)
      memoizable (~> 0.4.0)
    appraisal (2.1.0)
      bundler
      rake
      thor (>= 0.14.0)
    arel (5.0.1.20140414130214)
    ast (2.3.0)
    binding_of_caller (0.7.2)
      debug_inspector (>= 0.0.1)
    builder (3.2.2)
    codeclimate-test-reporter (0.6.0)
      simplecov (>= 0.7.1, < 1.0.0)
    coderay (1.1.1)
    concord (0.1.5)
      adamantium (~> 0.2.0)
      equalizer (~> 0.0.9)
    concurrent-ruby (1.0.2)
    concurrent-ruby-ext (1.0.2)
      concurrent-ruby (~> 1.0.2)
    debug_inspector (0.0.2)
    diff-lcs (1.2.5)
    docile (1.1.5)
    equalizer (0.0.11)
    expeditor (0.4.0)
      concurrent-ruby (~> 1.0.0)
      concurrent-ruby-ext (~> 1.0.0)
      retryable (> 1.0)
    ffi (1.9.14)
    formatador (0.2.5)
    guard (2.14.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.7.3)
      guard (~> 2.1)
      guard-compat (~> 1.1)
      rspec (>= 2.99.0, < 4.0)
    guard-rubocop (1.2.0)
      guard (~> 2.0)
      rubocop (~> 0.20)
    i18n (0.7.0)
    ice_nine (0.11.2)
    interception (0.5)
    json (1.8.3)
    listen (3.1.5)
      rb-fsevent (~> 0.9, >= 0.9.4)
      rb-inotify (~> 0.9, >= 0.9.7)
      ruby_dep (~> 1.2)
    lumberjack (1.0.10)
    memoizable (0.4.2)
      thread_safe (~> 0.3, >= 0.3.1)
    method_source (0.8.2)
    minitest (5.9.0)
    nenv (0.3.0)
    notiffany (0.1.1)
      nenv (~> 0.1)
      shellany (~> 0.0)
    parser (2.3.1.2)
      ast (~> 2.2)
    powerpack (0.1.1)
    proc_to_ast (0.1.0)
      coderay
      parser
      unparser
    procto (0.0.3)
    pry (0.10.4)
      coderay (~> 1.1.0)
      method_source (~> 0.8.1)
      slop (~> 3.4)
    pry-doc (0.9.0)
      pry (~> 0.9)
      yard (~> 0.8)
    pry-inline (1.0.2)
      pry (~> 0.10.0)
      unicode (~> 0.4.4)
    pry-rescue (1.4.4)
      interception (>= 0.5)
      pry
    pry-stack_explorer (0.4.9.2)
      binding_of_caller (>= 0.7)
      pry (>= 0.9.11)
    rainbow (2.1.0)
    rake (10.5.0)
    rb-fsevent (0.9.7)
    rb-inotify (0.9.7)
      ffi (>= 0.5.0)
    retryable (2.0.4)
    rspec (3.5.0)
      rspec-core (~> 3.5.0)
      rspec-expectations (~> 3.5.0)
      rspec-mocks (~> 3.5.0)
    rspec-core (3.5.2)
      rspec-support (~> 3.5.0)
    rspec-expectations (3.5.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.5.0)
    rspec-mocks (3.5.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.5.0)
    rspec-parameterized (0.3.0)
      binding_of_caller
      parser
      proc_to_ast
      rspec (>= 2.13, < 4)
      unparser
    rspec-support (3.5.0)
    rubocop (0.42.0)
      parser (>= 2.3.1.1, < 3.0)
      powerpack (~> 0.1)
      rainbow (>= 1.99.1, < 3.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (~> 1.0, >= 1.0.1)
    ruby-progressbar (1.8.1)
    ruby_dep (1.3.1)
    shellany (0.0.1)
    simplecov (0.12.0)
      docile (~> 1.1.0)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.0)
    slop (3.6.0)
    sqlite3 (1.3.11)
    thor (0.19.1)
    thread_safe (0.3.5)
    tzinfo (1.2.2)
      thread_safe (~> 0.1)
    unicode (0.4.4.2)
    unicode-display_width (1.1.0)
    unparser (0.2.5)
      abstract_type (~> 0.0.7)
      adamantium (~> 0.2.0)
      concord (~> 0.1.5)
      diff-lcs (~> 1.2.5)
      equalizer (~> 0.0.9)
      parser (~> 2.3.0)
      procto (~> 0.0.2)
    yard (0.9.5)

PLATFORMS
  ruby

DEPENDENCIES
  activerecord (= 4.1.0)
  activerecord-shard_for!
  appraisal
  bundler (~> 1.11)
  codeclimate-test-reporter
  guard-rspec
  guard-rubocop
  pry
  pry-doc
  pry-inline
  pry-rescue
  pry-stack_explorer
  rake (~> 10.0)
  rspec (~> 3.0)
  rspec-parameterized
  rubocop
  sqlite3

BUNDLED WITH
   1.12.5