avdgaag/conformista

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    conformista (0.0.1)
      activemodel

GEM
  remote: https://rubygems.org/
  specs:
    activemodel (4.0.0)
      activesupport (= 4.0.0)
      builder (~> 3.1.0)
    activerecord (4.0.0)
      activemodel (= 4.0.0)
      activerecord-deprecated_finders (~> 1.0.2)
      activesupport (= 4.0.0)
      arel (~> 4.0.0)
    activerecord-deprecated_finders (1.0.3)
    activesupport (4.0.0)
      i18n (~> 0.6, >= 0.6.4)
      minitest (~> 4.2)
      multi_json (~> 1.3)
      thread_safe (~> 0.1)
      tzinfo (~> 0.3.37)
    arel (4.0.0)
    atomic (1.1.14)
    builder (3.1.4)
    diff-lcs (1.2.4)
    i18n (0.6.5)
    kramdown (1.2.0)
    minitest (4.7.5)
    multi_json (1.8.0)
    rake (10.1.0)
    rspec (2.14.1)
      rspec-core (~> 2.14.0)
      rspec-expectations (~> 2.14.0)
      rspec-mocks (~> 2.14.0)
    rspec-core (2.14.5)
    rspec-expectations (2.14.3)
      diff-lcs (>= 1.1.3, < 2.0)
    rspec-mocks (2.14.3)
    sqlite3 (1.3.8)
    thread_safe (0.1.3)
      atomic
    tzinfo (0.3.37)
    yard (0.8.7.2)

PLATFORMS
  ruby

DEPENDENCIES
  activerecord
  conformista!
  kramdown
  rake
  rspec
  sqlite3
  yard