dwhelan/nested_validator

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    nested_validator (1.0.6)
      activemodel
      activesupport

GEM
  remote: https://rubygems.org/
  specs:
    activemodel (4.1.1)
      activesupport (= 4.1.1)
      builder (~> 3.1)
    activesupport (4.1.1)
      i18n (~> 0.6, >= 0.6.9)
      json (~> 1.7, >= 1.7.7)
      minitest (~> 5.1)
      thread_safe (~> 0.1)
      tzinfo (~> 1.1)
    builder (3.2.2)
    coveralls (0.7.2)
      multi_json (~> 1.3)
      rest-client (= 1.6.7)
      simplecov (>= 0.7)
      term-ansicolor (= 1.2.2)
      thor (= 0.18.1)
    diff-lcs (1.2.5)
    docile (1.1.5)
    i18n (0.7.0)
    json (1.8.2)
    mime-types (2.4.3)
    minitest (5.3.3)
    multi_json (1.10.1)
    rake (10.4.2)
    rest-client (1.6.7)
      mime-types (>= 1.16)
    rspec (3.1.0)
      rspec-core (~> 3.1.0)
      rspec-expectations (~> 3.1.0)
      rspec-mocks (~> 3.1.0)
    rspec-core (3.1.7)
      rspec-support (~> 3.1.0)
    rspec-expectations (3.1.2)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.1.0)
    rspec-its (1.1.0)
      rspec-core (>= 3.0.0)
      rspec-expectations (>= 3.0.0)
    rspec-mocks (3.1.3)
      rspec-support (~> 3.1.0)
    rspec-support (3.1.2)
    simplecov (0.9.1)
      docile (~> 1.1.0)
      multi_json (~> 1.0)
      simplecov-html (~> 0.8.0)
    simplecov-html (0.8.0)
    term-ansicolor (1.2.2)
      tins (~> 0.8)
    thor (0.18.1)
    thread_safe (0.3.4)
    tins (0.13.2)
    tzinfo (1.1.0)
      thread_safe (~> 0.1)

PLATFORMS
  ruby

DEPENDENCIES
  bundler (~> 1.6)
  coveralls
  nested_validator!
  rake
  rspec (~> 3.0)
  rspec-its