carouselapps/random_unique_id

View on GitHub
gemfiles/rails_4_1.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 (4.1.9)
      actionpack (= 4.1.9)
      actionview (= 4.1.9)
      mail (~> 2.5, >= 2.5.4)
    actionpack (4.1.9)
      actionview (= 4.1.9)
      activesupport (= 4.1.9)
      rack (~> 1.5.2)
      rack-test (~> 0.6.2)
    actionview (4.1.9)
      activesupport (= 4.1.9)
      builder (~> 3.1)
      erubis (~> 2.7.0)
    activemodel (4.1.9)
      activesupport (= 4.1.9)
      builder (~> 3.1)
    activerecord (4.1.9)
      activemodel (= 4.1.9)
      activesupport (= 4.1.9)
      arel (~> 5.0.0)
    activesupport (4.1.9)
      i18n (~> 0.6, >= 0.6.9)
      json (~> 1.7, >= 1.7.7)
      minitest (~> 5.1)
      thread_safe (~> 0.1)
      tzinfo (~> 1.1)
    ansi (1.4.3)
    appraisal (1.0.2)
      bundler
      rake
      thor (>= 0.14.0)
    arel (5.0.1.20140414130214)
    builder (3.2.2)
    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)
    i18n (0.7.0)
    json (1.8.1)
    mail (2.6.3)
      mime-types (>= 1.16, < 3)
    metaclass (0.0.4)
    mime-types (2.4.3)
    minitest (5.5.0)
    minitest-rails (2.1.1)
      minitest (~> 5.4)
      railties (~> 4.1)
    minitest-reporters (1.0.8)
      ansi
      builder
      minitest (>= 5.0)
      ruby-progressbar
    mocha (1.1.0)
      metaclass (~> 0.0.1)
    multi_json (1.10.1)
    netrc (0.10.2)
    rack (1.5.2)
    rack-test (0.6.2)
      rack (>= 1.0)
    railties (4.1.9)
      actionpack (= 4.1.9)
      activesupport (= 4.1.9)
      rake (>= 0.8.7)
      thor (>= 0.18.1, < 2.0)
    rake (10.4.2)
    rest-client (1.7.2)
      mime-types (>= 1.16, < 3.0)
      netrc (~> 0.7)
    ruby-progressbar (1.7.1)
    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)
    sqlite3 (1.3.10)
    term-ansicolor (1.3.0)
      tins (~> 1.0)
    thor (0.19.1)
    thread_safe (0.3.4)
    tins (1.3.3)
    tzinfo (1.2.2)
      thread_safe (~> 0.1)

PLATFORMS
  ruby

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