carouselapps/random_unique_id

View on GitHub
gemfiles/rails_3_2.gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: ../
  specs:
    random_unique_id (1.1.0)
      activerecord (>= 3.2.0)
      activesupport (>= 3.2.0)

GEM
  remote: https://rubygems.org/
  specs:
    actionmailer (3.2.21)
      actionpack (= 3.2.21)
      mail (~> 2.5.4)
    actionpack (3.2.21)
      activemodel (= 3.2.21)
      activesupport (= 3.2.21)
      builder (~> 3.0.0)
      erubis (~> 2.7.0)
      journey (~> 1.0.4)
      rack (~> 1.4.5)
      rack-cache (~> 1.2)
      rack-test (~> 0.6.1)
      sprockets (~> 2.2.1)
    activemodel (3.2.21)
      activesupport (= 3.2.21)
      builder (~> 3.0.0)
    activerecord (3.2.21)
      activemodel (= 3.2.21)
      activesupport (= 3.2.21)
      arel (~> 3.0.2)
      tzinfo (~> 0.3.29)
    activesupport (3.2.21)
      i18n (~> 0.6, >= 0.6.4)
      multi_json (~> 1.0)
    ansi (1.4.3)
    appraisal (1.0.2)
      bundler
      rake
      thor (>= 0.14.0)
    arel (3.0.3)
    builder (3.0.4)
    codeclimate-test-reporter (0.4.4)
      simplecov (>= 0.7.1, < 1.0.0)
    coveralls (0.7.1)
      multi_json (~> 1.3)
      rest-client
      simplecov (>= 0.7)
      term-ansicolor
      thor
    docile (1.1.5)
    erubis (2.7.0)
    hashie (3.3.2)
    hike (1.2.3)
    i18n (0.7.0)
    journey (1.0.4)
    json (1.8.1)
    mail (2.5.4)
      mime-types (~> 1.16)
      treetop (~> 1.4.8)
    metaclass (0.0.4)
    mime-types (1.25.1)
    minitest (4.7.5)
    minitest-rails (1.0.1)
      minitest (~> 4.7)
      minitest-test (~> 1.0)
      railties (>= 3.0, < 4.1)
    minitest-reporters (0.14.24)
      ansi
      builder
      minitest (>= 2.12, < 5.0)
      powerbar
    minitest-test (1.1.0)
      minitest (~> 4.0)
    mocha (1.1.0)
      metaclass (~> 0.0.1)
    multi_json (1.10.1)
    netrc (0.10.2)
    polyglot (0.3.5)
    powerbar (1.0.11)
      ansi (~> 1.4.0)
      hashie (>= 1.1.0)
    rack (1.4.5)
    rack-cache (1.2)
      rack (>= 0.4)
    rack-ssl (1.3.4)
      rack
    rack-test (0.6.2)
      rack (>= 1.0)
    railties (3.2.21)
      actionpack (= 3.2.21)
      activesupport (= 3.2.21)
      rack-ssl (~> 1.3.2)
      rake (>= 0.8.7)
      rdoc (~> 3.4)
      thor (>= 0.14.6, < 2.0)
    rake (10.4.2)
    rdoc (3.12.2)
      json (~> 1.4)
    rest-client (1.7.2)
      mime-types (>= 1.16, < 3.0)
      netrc (~> 0.7)
    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.7.0)
      activesupport (>= 3.0.0)
    simplecov (0.9.1)
      docile (~> 1.1.0)
      multi_json (~> 1.0)
      simplecov-html (~> 0.8.0)
    simplecov-html (0.8.0)
    sprockets (2.2.3)
      hike (~> 1.2)
      multi_json (~> 1.0)
      rack (~> 1.0)
      tilt (~> 1.1, != 1.3.0)
    sqlite3 (1.3.10)
    term-ansicolor (1.3.0)
      tins (~> 1.0)
    thor (0.19.1)
    tilt (1.4.1)
    tins (1.3.3)
    treetop (1.4.15)
      polyglot
      polyglot (>= 0.3.1)
    tzinfo (0.3.42)

PLATFORMS
  ruby

DEPENDENCIES
  actionmailer (~> 3.2.0)
  appraisal
  bundler
  codeclimate-test-reporter
  coveralls
  minitest (~> 4.7.5)
  minitest-rails
  minitest-reporters
  mocha
  rake
  random_unique_id!
  shoulda
  simplecov
  sqlite3