rubiety/has_meta_data

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    has_meta_data (1.1.0)
      activerecord (>= 3.0.0)
      activesupport (>= 3.0.0)

GEM
  remote: http://rubygems.org/
  specs:
    activemodel (3.2.3)
      activesupport (= 3.2.3)
      builder (~> 3.0.0)
    activerecord (3.2.3)
      activemodel (= 3.2.3)
      activesupport (= 3.2.3)
      arel (~> 3.0.2)
      tzinfo (~> 0.3.29)
    activesupport (3.2.3)
      i18n (~> 0.6)
      multi_json (~> 1.0)
    appraisal (0.4.1)
      bundler
      rake
    arel (3.0.2)
    builder (3.0.4)
    diff-lcs (1.1.3)
    factory_girl (2.6.4)
      activesupport (>= 2.3.9)
    faker (1.0.1)
      i18n (~> 0.4)
    i18n (0.6.0)
    json (1.6.6)
    multi_json (1.2.0)
    rake (0.9.2.2)
    rdoc (3.12)
      json (~> 1.4)
    rspec (2.9.0)
      rspec-core (~> 2.9.0)
      rspec-expectations (~> 2.9.0)
      rspec-mocks (~> 2.9.0)
    rspec-core (2.9.0)
    rspec-expectations (2.9.0)
      diff-lcs (~> 1.1.3)
    rspec-mocks (2.9.0)
    sqlite3 (1.3.5)
    tzinfo (0.3.35)

PLATFORMS
  ruby

DEPENDENCIES
  appraisal (~> 0.4.0)
  factory_girl (~> 2.6.2)
  faker (~> 1.0.0)
  has_meta_data!
  rake
  rdoc (~> 3.12)
  rspec (~> 2.0)
  sqlite3 (~> 1.3.4)