stokarenko/activerecord-devkit

View on GitHub
gemfiles/4.0.gemfile.lock

Summary

Maintainability
Test Coverage
GIT
  remote: git://github.com/rails/rails.git
  revision: 9be9597e510d185ca7964d0a05b4ea2a7f2d50d1
  branch: 4-0-stable
  specs:
    activemodel (4.0.13)
      activesupport (= 4.0.13)
      builder (~> 3.1.0)
    activerecord (4.0.13)
      activemodel (= 4.0.13)
      activerecord-deprecated_finders (~> 1.0.2)
      activesupport (= 4.0.13)
      arel (~> 4.0.0)
    activesupport (4.0.13)
      i18n (~> 0.6, >= 0.6.9)
      minitest (~> 4.2)
      multi_json (~> 1.3)
      thread_safe (~> 0.1)
      tzinfo (~> 0.3.37)

PATH
  remote: ../
  specs:
    activerecord-devkit (1.1.0)
      activerecord (>= 3.2.13)
      ruby-features (>= 1.1.1)

GEM
  remote: http://rubygems.org/
  specs:
    activerecord-deprecated_finders (1.0.4)
    appraisal (2.0.1)
      activesupport (>= 3.2.21)
      bundler
      rake
      thor (>= 0.14.0)
    arel (4.0.2)
    builder (3.1.4)
    codeclimate-test-reporter (0.4.7)
      simplecov (>= 0.7.1, < 1.0.0)
    diff-lcs (1.2.5)
    docile (1.1.5)
    i18n (0.7.0)
    json (1.8.2)
    minitest (4.7.5)
    multi_json (1.11.0)
    rake (10.4.2)
    rspec (3.2.0)
      rspec-core (~> 3.2.0)
      rspec-expectations (~> 3.2.0)
      rspec-mocks (~> 3.2.0)
    rspec-core (3.2.3)
      rspec-support (~> 3.2.0)
    rspec-expectations (3.2.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.2.0)
    rspec-mocks (3.2.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.2.0)
    rspec-support (3.2.2)
    ruby-features (1.1.1)
    simplecov (0.10.0)
      docile (~> 1.1.0)
      json (~> 1.8)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.0)
    sqlite3 (1.3.10)
    thor (0.19.1)
    thread_safe (0.3.5)
    tzinfo (0.3.44)

PLATFORMS
  ruby

DEPENDENCIES
  activerecord!
  activerecord-devkit!
  appraisal
  bundler
  codeclimate-test-reporter
  rspec
  sqlite3