LunarLogic/pg_morph

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    pg_morph (1.0.0)
      activerecord (~> 3)

GEM
  remote: https://rubygems.org/
  specs:
    actionmailer (3.2.19)
      actionpack (= 3.2.19)
      mail (~> 2.5.4)
    actionpack (3.2.19)
      activemodel (= 3.2.19)
      activesupport (= 3.2.19)
      builder (~> 3.0.0)
      erubis (~> 2.7.0)
      journey (~> 1.0.4)
      rack (~> 1.4.5)
      rack-cache (~> 1.2)
      rack-test (~> 0.6.1)
      sprockets (~> 2.2.1)
    activemodel (3.2.19)
      activesupport (= 3.2.19)
      builder (~> 3.0.0)
    activerecord (3.2.19)
      activemodel (= 3.2.19)
      activesupport (= 3.2.19)
      arel (~> 3.0.2)
      tzinfo (~> 0.3.29)
    activeresource (3.2.19)
      activemodel (= 3.2.19)
      activesupport (= 3.2.19)
    activesupport (3.2.19)
      i18n (~> 0.6, >= 0.6.4)
      multi_json (~> 1.0)
    arel (3.0.3)
    awesome_print (1.2.0)
    builder (3.0.4)
    celluloid (0.15.2)
      timers (~> 1.1.0)
    codeclimate-test-reporter (0.4.6)
      simplecov (>= 0.7.1, < 1.0.0)
    coderay (1.1.0)
    diff-lcs (1.2.5)
    docile (1.1.5)
    erubis (2.7.0)
    ffi (1.9.3)
    formatador (0.2.4)
    guard (2.2.4)
      formatador (>= 0.2.4)
      listen (~> 2.1)
      lumberjack (~> 1.0)
      pry (>= 0.9.12)
      thor (>= 0.18.1)
    guard-rspec (4.2.0)
      guard (>= 2.1.1)
      rspec (>= 2.14, < 4.0)
    hike (1.2.3)
    i18n (0.6.11)
    journey (1.0.4)
    json (1.8.1)
    listen (2.3.1)
      celluloid (>= 0.15.2)
      rb-fsevent (>= 0.9.3)
      rb-inotify (>= 0.9)
    lumberjack (1.0.4)
    mail (2.5.4)
      mime-types (~> 1.16)
      treetop (~> 1.4.8)
    method_source (0.8.2)
    mime-types (1.25.1)
    multi_json (1.10.1)
    pg (0.17.0)
    polyglot (0.3.5)
    pry (0.10.1)
      coderay (~> 1.1.0)
      method_source (~> 0.8.1)
      slop (~> 3.4)
    rack (1.4.5)
    rack-cache (1.2)
      rack (>= 0.4)
    rack-ssl (1.3.4)
      rack
    rack-test (0.6.2)
      rack (>= 1.0)
    rails (3.2.19)
      actionmailer (= 3.2.19)
      actionpack (= 3.2.19)
      activerecord (= 3.2.19)
      activeresource (= 3.2.19)
      activesupport (= 3.2.19)
      bundler (~> 1.0)
      railties (= 3.2.19)
    railties (3.2.19)
      actionpack (= 3.2.19)
      activesupport (= 3.2.19)
      rack-ssl (~> 1.3.2)
      rake (>= 0.8.7)
      rdoc (~> 3.4)
      thor (>= 0.14.6, < 2.0)
    rake (10.3.2)
    rb-fsevent (0.9.3)
    rb-inotify (0.9.2)
      ffi (>= 0.5.0)
    rdoc (3.12.2)
      json (~> 1.4)
    rspec (2.14.1)
      rspec-core (~> 2.14.0)
      rspec-expectations (~> 2.14.0)
      rspec-mocks (~> 2.14.0)
    rspec-core (2.14.8)
    rspec-expectations (2.14.5)
      diff-lcs (>= 1.1.3, < 2.0)
    rspec-mocks (2.14.6)
    rspec-rails (2.14.2)
      actionpack (>= 3.0)
      activemodel (>= 3.0)
      activesupport (>= 3.0)
      railties (>= 3.0)
      rspec-core (~> 2.14.0)
      rspec-expectations (~> 2.14.0)
      rspec-mocks (~> 2.14.0)
    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)
    sprockets (2.2.2)
      hike (~> 1.2)
      multi_json (~> 1.0)
      rack (~> 1.0)
      tilt (~> 1.1, != 1.3.0)
    thor (0.19.1)
    tilt (1.4.1)
    timers (1.1.0)
    treetop (1.4.15)
      polyglot
      polyglot (>= 0.3.1)
    tzinfo (0.3.41)

PLATFORMS
  ruby

DEPENDENCIES
  awesome_print (~> 1.2)
  codeclimate-test-reporter
  guard-rspec
  pg (~> 0.17)
  pg_morph!
  pry (~> 0.10)
  rails (~> 3)
  rake (~> 10.3)
  rspec-rails