techvision/brails4

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GIT
  remote: git://github.com/mongoid/mongoid.git
  revision: a93e5c7cadf2d64bfcd3027d6da8c8c64c14fde1
  specs:
    mongoid (4.0.0)
      activemodel (~> 4.0.0)
      moped (~> 2.0.beta3)
      origin (~> 1.0)
      tzinfo (~> 0.3.37)

GEM
  remote: https://rubygems.org/
  specs:
    actionmailer (4.0.4)
      actionpack (= 4.0.4)
      mail (~> 2.5.4)
    actionpack (4.0.4)
      activesupport (= 4.0.4)
      builder (~> 3.1.0)
      erubis (~> 2.7.0)
      rack (~> 1.5.2)
      rack-test (~> 0.6.2)
    activemodel (4.0.4)
      activesupport (= 4.0.4)
      builder (~> 3.1.0)
    activerecord (4.0.4)
      activemodel (= 4.0.4)
      activerecord-deprecated_finders (~> 1.0.2)
      activesupport (= 4.0.4)
      arel (~> 4.0.0)
    activerecord-deprecated_finders (1.0.3)
    activesupport (4.0.4)
      i18n (~> 0.6, >= 0.6.9)
      minitest (~> 4.2)
      multi_json (~> 1.3)
      thread_safe (~> 0.1)
      tzinfo (~> 0.3.37)
    arel (4.0.2)
    bcrypt-ruby (3.1.2)
    bson (2.0.0.rc3)
    builder (3.1.4)
    cancancan (1.7.1)
    capybara (2.1.0)
      mime-types (>= 1.16)
      nokogiri (>= 1.3.3)
      rack (>= 1.0.0)
      rack-test (>= 0.5.4)
      xpath (~> 2.0)
    chunky_png (1.3.1)
    climate_control (0.0.3)
      activesupport (>= 3.0)
    cocaine (0.5.3)
      climate_control (>= 0.0.3, < 1.0)
    coffee-rails (4.0.1)
      coffee-script (>= 2.2.0)
      railties (>= 4.0.0, < 5.0)
    coffee-script (2.2.0)
      coffee-script-source
      execjs
    coffee-script-source (1.6.3)
    compass (0.12.6)
      chunky_png (~> 1.2)
      fssm (>= 0.2.7)
      sass (~> 3.2.19)
    compass-normalize (1.5)
      compass (>= 0.12.0)
    compass-rails (1.1.7)
      compass (>= 0.12.2)
      sprockets (<= 2.11.0)
    compass-recipes (0.3.0)
      compass (>= 0.12.2)
      compass-normalize (>= 1.3)
      sass (>= 3.2.1)
    country_select (1.2.0)
    coveralls (0.7.0)
      multi_json (~> 1.3)
      rest-client
      simplecov (>= 0.7)
      term-ansicolor
      thor
    database_cleaner (1.2.0)
    devise (3.1.1)
      bcrypt-ruby (~> 3.0)
      orm_adapter (~> 0.1)
      railties (>= 3.2.6, < 5)
      thread_safe (~> 0.1)
      warden (~> 1.2.3)
    devise_invitable (1.3.0)
      actionmailer (>= 3.2.6, < 5)
      devise (>= 3.1.0)
    diff-lcs (1.2.4)
    erb2haml (0.1.5)
      html2haml
    erubis (2.7.0)
    execjs (2.0.2)
    factory_girl (4.2.0)
      activesupport (>= 3.0.0)
    factory_girl_rails (4.2.1)
      factory_girl (~> 4.2.0)
      railties (>= 3.0.0)
    faker (1.2.0)
      i18n (~> 0.5)
    fssm (0.2.10)
    haml (4.0.3)
      tilt
    haml-rails (0.4)
      actionpack (>= 3.1, < 4.1)
      activesupport (>= 3.1, < 4.1)
      haml (>= 3.1, < 4.1)
      railties (>= 3.1, < 4.1)
    hike (1.2.3)
    hpricot (0.8.6)
    html2haml (1.0.1)
      erubis (~> 2.7.0)
      haml (>= 4.0.0.rc.1)
      hpricot (~> 0.8.6)
      ruby_parser (~> 3.1.1)
    i18n (0.6.9)
    jbuilder (1.5.2)
      activesupport (>= 3.0.0)
      multi_json (>= 1.2.0)
    jquery-rails (3.0.4)
      railties (>= 3.0, < 5.0)
      thor (>= 0.14, < 2.0)
    json (1.8.1)
    libv8 (3.16.14.3)
    mail (2.5.4)
      mime-types (~> 1.16)
      treetop (~> 1.4.8)
    mime-types (1.25.1)
    mina (0.3.0)
      open4
      rake
    mini_portile (0.5.1)
    minitest (4.7.5)
    mongoid-paperclip (0.0.8)
      paperclip (>= 2.3.6)
    mongoid-rspec (1.9.0)
      mongoid (>= 3.0.1)
      rake
      rspec (>= 2.14)
    mongoid_slug (3.2.0)
      mongoid (> 3.0)
      stringex (~> 2.0)
    moped (2.0.0.beta3)
      bson (~> 2.0.0.rc3)
      optionable (~> 0.1.1)
    multi_json (1.9.2)
    nested_form (0.3.2)
    nokogiri (1.6.0)
      mini_portile (~> 0.5.0)
    open4 (1.3.3)
    optionable (0.1.1)
    origin (1.1.0)
    orm_adapter (0.4.0)
    paperclip (3.5.2)
      activemodel (>= 3.0.0)
      activesupport (>= 3.0.0)
      cocaine (~> 0.5.3)
      mime-types
    polyglot (0.3.4)
    quiet_assets (1.0.2)
      railties (>= 3.1, < 5.0)
    rack (1.5.2)
    rack-test (0.6.2)
      rack (>= 1.0)
    rails (4.0.4)
      actionmailer (= 4.0.4)
      actionpack (= 4.0.4)
      activerecord (= 4.0.4)
      activesupport (= 4.0.4)
      bundler (>= 1.3.0, < 2.0)
      railties (= 4.0.4)
      sprockets-rails (~> 2.0.0)
    rails_layout (1.0.10)
    railties (4.0.4)
      actionpack (= 4.0.4)
      activesupport (= 4.0.4)
      rake (>= 0.8.7)
      thor (>= 0.18.1, < 2.0)
    rake (10.2.2)
    rdoc (3.12.2)
      json (~> 1.4)
    ref (1.0.5)
    rest-client (1.6.7)
      mime-types (>= 1.16)
    rspec (2.14.1)
      rspec-core (~> 2.14.0)
      rspec-expectations (~> 2.14.0)
      rspec-mocks (~> 2.14.0)
    rspec-core (2.14.6)
    rspec-expectations (2.14.3)
      diff-lcs (>= 1.1.3, < 2.0)
    rspec-mocks (2.14.4)
    rspec-rails (2.14.0)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      railties (>= 3.0)
      rspec-core (~> 2.14.0)
      rspec-expectations (~> 2.14.0)
      rspec-mocks (~> 2.14.0)
    ruby_parser (3.1.3)
      sexp_processor (~> 4.1)
    sass (3.2.19)
    sass-rails (4.0.3)
      railties (>= 4.0.0, < 5.0)
      sass (~> 3.2.0)
      sprockets (~> 2.8, <= 2.11.0)
      sprockets-rails (~> 2.0)
    sdoc (0.3.20)
      json (>= 1.1.3)
      rdoc (~> 3.10)
    sexp_processor (4.4.0)
    shareable (0.0.3)
      actionpack (>= 3.0.0)
      activesupport (>= 3.0.0)
    shoulda-matchers (2.4.0)
      activesupport (>= 3.0.0)
    simple_form (3.0.0)
      actionpack (>= 4.0.0, < 4.1)
      activemodel (>= 4.0.0, < 4.1)
    simplecov (0.7.1)
      multi_json (~> 1.0)
      simplecov-html (~> 0.7.1)
    simplecov-html (0.7.1)
    sprockets (2.11.0)
      hike (~> 1.2)
      multi_json (~> 1.0)
      rack (~> 1.0)
      tilt (~> 1.1, != 1.3.0)
    sprockets-rails (2.0.1)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      sprockets (~> 2.8)
    stringex (2.1.2)
    term-ansicolor (1.2.2)
      tins (~> 0.8)
    therubyracer (0.12.0)
      libv8 (~> 3.16.14.0)
      ref
    thor (0.19.1)
    thread_safe (0.3.3)
    tilt (1.4.1)
    tins (0.12.0)
    treetop (1.4.15)
      polyglot
      polyglot (>= 0.3.1)
    tzinfo (0.3.39)
    uglifier (2.5.0)
      execjs (>= 0.3.0)
      json (>= 1.8.0)
    warden (1.2.3)
      rack (>= 1.0)
    xpath (2.0.0)
      nokogiri (~> 1.3)

PLATFORMS
  ruby

DEPENDENCIES
  cancancan (~> 1.7)
  capybara
  coffee-rails (~> 4.0.1)
  compass-rails
  compass-recipes
  country_select
  coveralls
  database_cleaner
  devise
  devise_invitable
  erb2haml
  factory_girl_rails (~> 4.0)
  faker
  haml (>= 3.0.0)
  haml-rails
  jbuilder (~> 1.2)
  jquery-rails
  mina
  mongoid!
  mongoid-paperclip
  mongoid-rspec
  mongoid_slug (= 3.2.0)
  nested_form
  quiet_assets
  rails (~> 4.0.4)
  rails_layout
  rspec-rails (>= 2.0.1)
  sass-rails (~> 4.0.2)
  sdoc
  shareable
  shoulda-matchers
  simple_form
  simplecov
  therubyracer
  uglifier (>= 2.5.0)