mccraigmccraig/activerecord-model-spaces

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GEM
  remote: http://rubygems.org/
  specs:
    activemodel (3.2.11)
      activesupport (= 3.2.11)
      builder (~> 3.0.0)
    activerecord (3.2.11)
      activemodel (= 3.2.11)
      activesupport (= 3.2.11)
      arel (~> 3.0.2)
      tzinfo (~> 0.3.29)
    activesupport (3.2.11)
      i18n (~> 0.6)
      multi_json (~> 1.0)
    arel (3.0.2)
    builder (3.0.4)
    diff-lcs (1.1.3)
    git (1.2.5)
    i18n (0.6.1)
    jeweler (1.8.4)
      bundler (~> 1.0)
      git (>= 1.2.5)
      rake
      rdoc
    json (1.7.6)
    json (1.7.6-java)
    multi_json (1.5.0)
    rake (10.0.3)
    rcov (1.0.0)
    rdoc (3.12)
      json (~> 1.4)
    rspec (2.12.0)
      rspec-core (~> 2.12.0)
      rspec-expectations (~> 2.12.0)
      rspec-mocks (~> 2.12.0)
    rspec-core (2.12.2)
    rspec-expectations (2.12.1)
      diff-lcs (~> 1.1.3)
    rspec-mocks (2.12.1)
    simplecov (0.7.1)
      multi_json (~> 1.0)
      simplecov-html (~> 0.7.1)
    simplecov-html (0.7.1)
    tzinfo (0.3.35)

PLATFORMS
  java
  ruby

DEPENDENCIES
  activerecord (>= 2.3.0)
  bundler (>= 1.2.3)
  jeweler (~> 1.8.4)
  rake (>= 0.8.7)
  rcov
  rdoc (~> 3.12)
  rspec (~> 2.12.0)
  simplecov