twers/re-education

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GEM
  remote: http://rubygems.org/
  specs:
    actionmailer (3.2.12)
      actionpack (= 3.2.12)
      mail (~> 2.4.4)
    actionpack (3.2.12)
      activemodel (= 3.2.12)
      activesupport (= 3.2.12)
      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.12)
      activesupport (= 3.2.12)
      builder (~> 3.0.0)
    activerecord (3.2.12)
      activemodel (= 3.2.12)
      activesupport (= 3.2.12)
      arel (~> 3.0.2)
      tzinfo (~> 0.3.29)
    activeresource (3.2.12)
      activemodel (= 3.2.12)
      activesupport (= 3.2.12)
    activesupport (3.2.12)
      i18n (~> 0.6)
      multi_json (~> 1.0)
    addressable (2.3.2)
    angular-rails (0.0.12)
      coffee-script (~> 2.2.0)
      rails
    annotate (2.5.0)
      rake
    arel (3.0.2)
    awesome_print (1.1.0)
    bourne (1.1.2)
      mocha (= 0.10.5)
    builder (3.0.4)
    cancan (1.6.9)
    capistrano (2.14.2)
      highline
      net-scp (>= 1.0.0)
      net-sftp (>= 2.0.0)
      net-ssh (>= 2.0.14)
      net-ssh-gateway (>= 1.1.0)
    capybara (2.0.2)
      mime-types (>= 1.16)
      nokogiri (>= 1.3.3)
      rack (>= 1.0.0)
      rack-test (>= 0.5.4)
      selenium-webdriver (~> 2.0)
      xpath (~> 1.0.0)
    capybara-webkit (0.14.1)
      capybara (~> 2.0, >= 2.0.2)
      json
    carrierwave (0.8.0)
      activemodel (>= 3.2.0)
      activesupport (>= 3.2.0)
    childprocess (0.3.8)
      ffi (~> 1.0, >= 1.0.11)
    chunky_png (1.2.7)
    ckeditor (3.7.3)
      mime-types
      orm_adapter
    cocaine (0.4.2)
    code_analyzer (0.3.1)
      sexp_processor
    coffee-rails (3.2.2)
      coffee-script (>= 2.2.0)
      railties (~> 3.2.0)
    coffee-script (2.2.0)
      coffee-script-source
      execjs
    coffee-script-source (1.4.0)
    colored (1.2)
    columnize (0.3.6)
    compass (0.12.2)
      chunky_png (~> 1.2)
      fssm (>= 0.2.7)
      sass (~> 3.1)
    compass-colors (0.9.0)
      compass (>= 0.8.7)
    compass-rails (1.0.3)
      compass (>= 0.12.2, < 0.14)
    cucumber (1.2.1)
      builder (>= 2.1.2)
      diff-lcs (>= 1.1.3)
      gherkin (~> 2.11.0)
      json (>= 1.4.6)
    cucumber-rails (1.3.0)
      capybara (>= 1.1.2)
      cucumber (>= 1.1.8)
      nokogiri (>= 1.5.0)
    database_cleaner (0.9.1)
    debugger (1.3.1)
      columnize (>= 0.3.1)
      debugger-linecache (~> 1.1.1)
      debugger-ruby_core_source (~> 1.1.8)
    debugger-linecache (1.1.2)
      debugger-ruby_core_source (>= 1.1.1)
    debugger-ruby_core_source (1.1.8)
    diff-lcs (1.1.3)
    dynamic_form (1.1.4)
    erubis (2.7.0)
    execjs (1.4.0)
      multi_json (~> 1.0)
    factory_girl (4.1.0)
      activesupport (>= 3.0.0)
    factory_girl_rails (4.1.0)
      factory_girl (~> 4.1.0)
      railties (>= 3.0.0)
    fancybox2-rails (0.2.4)
      railties (>= 3.1.0)
    ffi (1.3.1)
    fssm (0.2.10)
    gherkin (2.11.6)
      json (>= 1.7.6)
    gizmo (0.1.0)
      activesupport (>= 2.3.5)
      nokogiri (>= 1.4.1)
      tilt (>= 1.0.1)
    haml (4.0.0)
      tilt
    headless (1.0.0)
    highline (1.6.15)
    hike (1.2.1)
    httparty (0.10.2)
      multi_json (~> 1.0)
      multi_xml (>= 0.5.2)
    i18n (0.6.1)
    jasmine (1.3.1)
      jasmine-core (~> 1.3.1)
      rack (~> 1.0)
      rspec (>= 1.3.1)
      selenium-webdriver (>= 0.1.3)
    jasmine-core (1.3.1)
    journey (1.0.4)
    jquery-fileupload-rails (0.4.1)
      actionpack (>= 3.1)
      railties (>= 3.1)
    jquery-rails (2.1.4)
      railties (>= 3.0, < 5.0)
      thor (>= 0.14, < 2.0)
    json (1.7.7)
    launchy (2.2.0)
      addressable (~> 2.3)
    mail (2.4.4)
      i18n (>= 0.4.0)
      mime-types (~> 1.16)
      treetop (~> 1.4.8)
    mailhopper (0.2.0)
      rails (>= 3.1.0)
    metaclass (0.0.1)
    mime-types (1.21)
    mini_magick (3.5.0)
      subexec (~> 0.2.1)
    mocha (0.10.5)
      metaclass (~> 0.0.1)
    multi_json (1.6.0)
    multi_xml (0.5.3)
    mysql2 (0.3.11)
    net-scp (1.1.0)
      net-ssh (>= 2.6.5)
    net-sftp (2.1.1)
      net-ssh (>= 2.6.5)
    net-ssh (2.6.6)
    net-ssh-gateway (1.2.0)
      net-ssh (>= 2.6.5)
    nokogiri (1.5.6)
    orm_adapter (0.4.0)
    paperclip (3.4.0)
      activemodel (>= 3.0.0)
      activerecord (>= 3.0.0)
      activesupport (>= 3.0.0)
      cocaine (~> 0.4.0)
      mime-types
    pg (0.14.1)
    polyglot (0.3.3)
    qiniu-rs (3.4.2)
      json (~> 1.7)
      mime-types (~> 1.19)
      rest-client (~> 1.6)
      ruby-hmac (~> 0.4)
    rack (1.4.5)
    rack-cache (1.2)
      rack (>= 0.4)
    rack-ssl (1.3.3)
      rack
    rack-test (0.6.2)
      rack (>= 1.0)
    rails (3.2.12)
      actionmailer (= 3.2.12)
      actionpack (= 3.2.12)
      activerecord (= 3.2.12)
      activeresource (= 3.2.12)
      activesupport (= 3.2.12)
      bundler (~> 1.0)
      railties (= 3.2.12)
    rails_best_practices (1.13.4)
      activesupport
      awesome_print
      code_analyzer
      colored
      erubis
      i18n
      ruby-progressbar
    rails_kindeditor (0.3.12)
      carrierwave
      mini_magick
    railties (3.2.12)
      actionpack (= 3.2.12)
      activesupport (= 3.2.12)
      rack-ssl (~> 1.3.2)
      rake (>= 0.8.7)
      rdoc (~> 3.4)
      thor (>= 0.14.6, < 2.0)
    rake (10.0.3)
    rdoc (3.12.1)
      json (~> 1.4)
    rest-client (1.6.7)
      mime-types (>= 1.16)
    rmagick (2.13.2)
    rspec (2.12.0)
      rspec-core (~> 2.12.0)
      rspec-expectations (~> 2.12.0)
      rspec-mocks (~> 2.12.0)
    rspec-core (2.12.2)
    rspec-expectations (2.12.1)
      diff-lcs (~> 1.1.3)
    rspec-mocks (2.12.2)
    rspec-rails (2.12.2)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      railties (>= 3.0)
      rspec-core (~> 2.12.0)
      rspec-expectations (~> 2.12.0)
      rspec-mocks (~> 2.12.0)
    ruby-hmac (0.4.0)
    ruby-prof (0.12.2)
    ruby-progressbar (1.0.2)
    rubyzip (0.9.9)
    rvm-capistrano (1.2.7)
      capistrano (>= 2.0.0)
    sass (3.2.5)
    sass-rails (3.2.6)
      railties (~> 3.2.0)
      sass (>= 3.1.10)
      tilt (~> 1.3)
    selenium-webdriver (2.29.0)
      childprocess (>= 0.2.5)
      multi_json (~> 1.0)
      rubyzip
      websocket (~> 1.0.4)
    sexp_processor (4.1.4)
    shoulda-matchers (1.4.2)
      activesupport (>= 3.0.0)
      bourne (~> 1.1.2)
    simplecov (0.7.1)
      multi_json (~> 1.0)
      simplecov-html (~> 0.7.1)
    simplecov-html (0.7.1)
    spork (0.9.2)
    sprockets (2.2.2)
      hike (~> 1.2)
      multi_json (~> 1.0)
      rack (~> 1.0)
      tilt (~> 1.1, != 1.3.0)
    subexec (0.2.2)
    tddium (1.7.2)
      highline
      json
      launchy
      tddium_client (~> 0.2.0)
      thor
    tddium_client (0.2.0)
      httparty (>= 0.8.1)
      json
    term-ansicolor (1.0.7)
    thor (0.17.0)
    tilt (1.3.3)
    treetop (1.4.12)
      polyglot
      polyglot (>= 0.3.1)
    tzinfo (0.3.35)
    uglifier (1.3.0)
      execjs (>= 0.3.0)
      multi_json (~> 1.0, >= 1.0.2)
    websocket (1.0.7)
    wysihtml5-rails (0.0.4)
      railties (>= 3.1.0)
    xpath (1.0.0)
      nokogiri (~> 1.3)

PLATFORMS
  ruby

DEPENDENCIES
  angular-rails (~> 0.0.12)
  annotate (~> 2.5.0)
  cancan
  capistrano
  capybara
  capybara-webkit
  carrierwave
  ckeditor (~> 3.7.2)
  coffee-rails (~> 3.2.1)
  compass
  compass-colors
  compass-rails
  cucumber
  cucumber-rails
  database_cleaner
  debugger
  dynamic_form
  factory_girl_rails (~> 4.1.0)
  fancybox2-rails (~> 0.2.4)
  gizmo
  haml
  headless
  jasmine (~> 1.3.1)
  jquery-fileupload-rails
  jquery-rails (= 2.1.4)
  launchy
  mailhopper
  mysql2
  paperclip
  pg
  qiniu-rs
  rails (~> 3.2.2)
  rails_best_practices
  rails_kindeditor (~> 0.3.8)
  rake
  rmagick
  rspec-rails (~> 2.12.0)
  ruby-prof
  rvm-capistrano
  sass-rails (~> 3.2.3)
  shoulda-matchers (~> 1.4.2)
  simplecov
  spork
  tddium
  term-ansicolor
  uglifier (>= 1.0.3)
  wysihtml5-rails (~> 0.0.4)