AlbertGazizov/sequel_dm

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    sequel_dm (0.0.5)
      activesupport
      sequel (~> 4.6)

GEM
  remote: https://rubygems.org/
  specs:
    activesupport (4.0.2)
      i18n (~> 0.6, >= 0.6.4)
      minitest (~> 4.2)
      multi_json (~> 1.3)
      thread_safe (~> 0.1)
      tzinfo (~> 0.3.37)
    atomic (1.1.14)
    diff-lcs (1.2.5)
    i18n (0.6.9)
    minitest (4.7.5)
    multi_json (1.8.4)
    rake (10.1.1)
    rspec (2.14.1)
      rspec-core (~> 2.14.0)
      rspec-expectations (~> 2.14.0)
      rspec-mocks (~> 2.14.0)
    rspec-core (2.14.7)
    rspec-expectations (2.14.4)
      diff-lcs (>= 1.1.3, < 2.0)
    rspec-mocks (2.14.4)
    sequel (4.6.0)
    thread_safe (0.1.3)
      atomic
    tzinfo (0.3.38)

PLATFORMS
  ruby

DEPENDENCIES
  bundler (~> 1.3)
  rake
  rspec
  sequel_dm!