dgilperez/schedule_attributes

View on GitHub
gemfiles/rails_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:
    dgp-schedule_attributes (0.5.3)
      activesupport (>= 3.2)
      ice_cube (~> 0.13)
      tzinfo

GEM
  remote: http://rubygems.org/
  specs:
    activerecord-deprecated_finders (1.0.4)
    appraisal (2.1.0)
      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)
    coderay (1.1.0)
    diff-lcs (1.2.5)
    docile (1.1.5)
    i18n (0.7.0)
    ice_cube (0.13.0)
    json (1.8.3)
    method_source (0.8.2)
    minitest (4.7.5)
    multi_json (1.11.2)
    pry (0.10.1)
      coderay (~> 1.1.0)
      method_source (~> 0.8.1)
      slop (~> 3.4)
    rake (10.4.2)
    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.4)
    simplecov (0.10.0)
      docile (~> 1.1.0)
      json (~> 1.8)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.0)
    slop (3.6.0)
    sqlite3 (1.3.10)
    thor (0.19.1)
    thread_safe (0.3.5)
    tzinfo (0.3.44)

PLATFORMS
  ruby

DEPENDENCIES
  activerecord (>= 3.2)
  activesupport!
  appraisal
  codeclimate-test-reporter
  dgp-schedule_attributes!
  pry
  rake
  rspec (~> 2.99)
  sqlite3