drapergeek/luckycharms

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GEM
  remote: https://rubygems.org/
  specs:
    actionmailer (4.0.0.rc1)
      actionpack (= 4.0.0.rc1)
      mail (~> 2.5.3)
    actionpack (4.0.0.rc1)
      activesupport (= 4.0.0.rc1)
      builder (~> 3.1.0)
      erubis (~> 2.7.0)
      rack (~> 1.5.2)
      rack-test (~> 0.6.2)
    activemodel (4.0.0.rc1)
      activesupport (= 4.0.0.rc1)
      builder (~> 3.1.0)
    activerecord (4.0.0.rc1)
      activemodel (= 4.0.0.rc1)
      activerecord-deprecated_finders (~> 1.0.2)
      activesupport (= 4.0.0.rc1)
      arel (~> 4.0.0)
    activerecord-deprecated_finders (1.0.2)
    activesupport (4.0.0.rc1)
      i18n (~> 0.6, >= 0.6.4)
      minitest (~> 4.2)
      multi_json (~> 1.3)
      thread_safe (~> 0.1)
      tzinfo (~> 0.3.37)
    addressable (2.3.4)
    airbrake (3.1.8)
      activesupport
      builder
      json
    arel (4.0.0)
    atomic (1.1.8)
    bcrypt-ruby (3.0.1)
    bootstrap-sass (2.3.1.0)
      sass (~> 3.2)
    builder (3.1.4)
    capybara (2.1.0)
      mime-types (>= 1.16)
      nokogiri (>= 1.3.3)
      rack (>= 1.0.0)
      rack-test (>= 0.5.4)
      xpath (~> 2.0)
    clearance (1.0.0.rc7)
      bcrypt-ruby
      email_validator
      rails (>= 3.0)
    coderay (1.0.9)
    coffee-rails (4.0.0)
      coffee-script (>= 2.2.0)
      railties (>= 4.0.0.beta, < 5.0)
    coffee-script (2.2.0)
      coffee-script-source
      execjs
    coffee-script-source (1.6.2)
    daemons (1.1.9)
    database_cleaner (0.9.1)
    diff-lcs (1.2.4)
    email_validator (1.4.0)
      activemodel
    erubis (2.7.0)
    eventmachine (1.0.3)
    execjs (1.4.0)
      multi_json (~> 1.0)
    factory_girl (4.2.0)
      activesupport (>= 3.0.0)
    factory_girl_rails (4.2.1)
      factory_girl (~> 4.2.0)
      railties (>= 3.0.0)
    high_voltage (1.2.2)
    hike (1.2.2)
    i18n (0.6.4)
    jbuilder (1.0.2)
      activesupport (>= 3.0.0)
    jquery-rails (2.2.1)
      railties (>= 3.0, < 5.0)
      thor (>= 0.14, < 2.0)
    json (1.7.7)
    launchy (2.3.0)
      addressable (~> 2.3)
    mail (2.5.3)
      i18n (>= 0.4.0)
      mime-types (~> 1.16)
      treetop (~> 1.4.8)
    metaclass (0.0.1)
    method_source (0.8.1)
    mime-types (1.23)
    minitest (4.7.4)
    mocha (0.13.3)
      metaclass (~> 0.0.1)
    multi_json (1.7.2)
    nokogiri (1.5.9)
    pg (0.15.1)
    polyglot (0.3.3)
    pry (0.9.12.1)
      coderay (~> 1.0.5)
      method_source (~> 0.8)
      slop (~> 3.4)
    pry-rails (0.2.2)
      pry (>= 0.9.10)
    rack (1.5.2)
    rack-test (0.6.2)
      rack (>= 1.0)
    rails (4.0.0.rc1)
      actionmailer (= 4.0.0.rc1)
      actionpack (= 4.0.0.rc1)
      activerecord (= 4.0.0.rc1)
      activesupport (= 4.0.0.rc1)
      bundler (>= 1.3.0, < 2.0)
      railties (= 4.0.0.rc1)
      sprockets-rails (~> 2.0.0.rc4)
    railties (4.0.0.rc1)
      actionpack (= 4.0.0.rc1)
      activesupport (= 4.0.0.rc1)
      rake (>= 0.8.7)
      thor (>= 0.18.1, < 2.0)
    rake (10.0.4)
    rdoc (3.12.2)
      json (~> 1.4)
    rspec-core (2.13.1)
    rspec-expectations (2.13.0)
      diff-lcs (>= 1.1.3, < 2.0)
    rspec-mocks (2.13.1)
    rspec-rails (2.13.1)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      railties (>= 3.0)
      rspec-core (~> 2.13.0)
      rspec-expectations (~> 2.13.0)
      rspec-mocks (~> 2.13.0)
    sass (3.2.8)
    sass-rails (4.0.0.rc1)
      railties (>= 4.0.0.beta, < 5.0)
      sass (>= 3.1.10)
      sprockets-rails (~> 2.0.0.rc0)
      tilt (~> 1.3)
    sdoc (0.3.20)
      json (>= 1.1.3)
      rdoc (~> 3.10)
    shoulda-matchers (2.0.0)
      activesupport (>= 3.0.0)
    slop (3.4.4)
    sprockets (2.9.3)
      hike (~> 1.2)
      multi_json (~> 1.0)
      rack (~> 1.0)
      tilt (~> 1.1, != 1.3.0)
    sprockets-rails (2.0.0.rc4)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      sprockets (~> 2.8)
    thin (1.5.1)
      daemons (>= 1.0.9)
      eventmachine (>= 0.12.6)
      rack (>= 1.0.0)
    thor (0.18.1)
    thread_safe (0.1.0)
      atomic
    tilt (1.4.0)
    treetop (1.4.12)
      polyglot
      polyglot (>= 0.3.1)
    turbolinks (1.1.1)
      coffee-rails
    tzinfo (0.3.37)
    uglifier (2.0.1)
      execjs (>= 0.3.0)
      multi_json (~> 1.0, >= 1.0.2)
    xpath (2.0.0)
      nokogiri (~> 1.3)

PLATFORMS
  ruby

DEPENDENCIES
  airbrake (= 3.1.8)
  bootstrap-sass
  capybara
  clearance (= 1.0.0.rc7)
  coffee-rails (~> 4.0.0)
  database_cleaner
  factory_girl_rails
  high_voltage
  jbuilder (~> 1.0.1)
  jquery-rails
  launchy
  mocha
  pg
  pry-rails
  rails (= 4.0.0.rc1)
  rspec-rails
  sass-rails (~> 4.0.0.rc1)
  sdoc
  shoulda-matchers
  thin
  turbolinks
  uglifier (>= 1.3.0)