dmagliola/redis_fixtures

View on GitHub
gemfiles/redis_3_0_0.gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: ../
  specs:
    redis_fixtures (1.0.0)
      redis (>= 3.0)

GEM
  remote: https://rubygems.org/
  specs:
    activesupport (4.2.4)
      i18n (~> 0.7)
      json (~> 1.7, >= 1.7.7)
      minitest (~> 5.1)
      thread_safe (~> 0.3, >= 0.3.4)
      tzinfo (~> 1.1)
    ansi (1.5.0)
    appraisal (2.1.0)
      bundler
      rake
      thor (>= 0.14.0)
    builder (3.2.2)
    codeclimate-test-reporter (0.4.8)
      simplecov (>= 0.7.1, < 1.0.0)
    connection_pool (2.2.0)
    coveralls (0.8.3)
      json (~> 1.8)
      rest-client (>= 1.6.8, < 2)
      simplecov (~> 0.10.0)
      term-ansicolor (~> 1.3)
      thor (~> 0.19.1)
    docile (1.1.5)
    domain_name (0.5.24)
      unf (>= 0.0.5, < 1.0.0)
    http-cookie (1.0.2)
      domain_name (~> 0.5)
    i18n (0.7.0)
    json (1.8.3)
    metaclass (0.0.4)
    mime-types (2.6.2)
    minitest (5.8.1)
    minitest-reporters (1.1.2)
      ansi
      builder
      minitest (>= 5.0)
      ruby-progressbar
    mocha (1.1.0)
      metaclass (~> 0.0.1)
    netrc (0.10.3)
    rake (10.4.2)
    redis (3.0.0)
    rest-client (1.8.0)
      http-cookie (>= 1.0.2, < 2.0)
      mime-types (>= 1.16, < 3.0)
      netrc (~> 0.7)
    ruby-progressbar (1.7.5)
    shoulda (3.5.0)
      shoulda-context (~> 1.0, >= 1.0.1)
      shoulda-matchers (>= 1.4.1, < 3.0)
    shoulda-context (1.2.1)
    shoulda-matchers (2.8.0)
      activesupport (>= 3.0.0)
    simplecov (0.10.0)
      docile (~> 1.1.0)
      json (~> 1.8)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.0)
    term-ansicolor (1.3.2)
      tins (~> 1.0)
    thor (0.19.1)
    thread_safe (0.3.5)
    tins (1.6.0)
    tzinfo (1.2.2)
      thread_safe (~> 0.1)
    unf (0.1.4)
      unf_ext
    unf_ext (0.0.7.1)

PLATFORMS
  ruby

DEPENDENCIES
  appraisal
  bundler
  codeclimate-test-reporter
  connection_pool
  coveralls
  minitest
  minitest-reporters
  mocha
  rake
  redis (= 3.0.0)
  redis_fixtures!
  shoulda
  simplecov