dgilperez/schedule_attributes

View on GitHub
gemfiles/rails_3.2.gemfile.lock

Summary

Maintainability
Test Coverage
GIT
  remote: git://github.com/rails/rails.git
  revision: d94d77c55c59f861201ac42f991ede0ff31481d5
  branch: 3-2-stable
  specs:
    actionpack (3.2.22)
      activemodel (= 3.2.22)
      activesupport (= 3.2.22)
      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.22)
      activesupport (= 3.2.22)
      builder (~> 3.0.0)
    activerecord (3.2.22)
      activemodel (= 3.2.22)
      activesupport (= 3.2.22)
      arel (~> 3.0.2)
      tzinfo (~> 0.3.29)
    activesupport (3.2.22)
      i18n (~> 0.6, >= 0.6.4)
      multi_json (~> 1.0)
    railties (3.2.22)
      actionpack (= 3.2.22)
      activesupport (= 3.2.22)
      rack-ssl (~> 1.3.2)
      rake (>= 0.8.7)
      rdoc (~> 3.4)
      thor (>= 0.14.6, < 2.0)

PATH
  remote: ../
  specs:
    dgp-schedule_attributes (0.5.3)
      activesupport (>= 3.2)
      ice_cube (~> 0.13)
      tzinfo

GEM
  remote: http://rubygems.org/
  specs:
    appraisal (2.1.0)
      bundler
      rake
      thor (>= 0.14.0)
    arel (3.0.3)
    builder (3.0.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)
    erubis (2.7.0)
    hike (1.2.3)
    i18n (0.7.0)
    ice_cube (0.13.0)
    journey (1.0.4)
    json (1.8.3)
    method_source (0.8.2)
    multi_json (1.11.2)
    pry (0.10.1)
      coderay (~> 1.1.0)
      method_source (~> 0.8.1)
      slop (~> 3.4)
    rack (1.4.7)
    rack-cache (1.2)
      rack (>= 0.4)
    rack-ssl (1.3.4)
      rack
    rack-test (0.6.3)
      rack (>= 1.0)
    rake (10.4.2)
    rdoc (3.12.2)
      json (~> 1.4)
    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)
    sprockets (2.2.3)
      hike (~> 1.2)
      multi_json (~> 1.0)
      rack (~> 1.0)
      tilt (~> 1.1, != 1.3.0)
    sqlite3 (1.3.10)
    strong_parameters (0.2.3)
      actionpack (~> 3.0)
      activemodel (~> 3.0)
      activesupport (~> 3.0)
      railties (~> 3.0)
    thor (0.19.1)
    tilt (1.4.1)
    tzinfo (0.3.44)

PLATFORMS
  ruby

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