GEM
  remote: http://rubygems.org/
  specs:
    abstract (1.0.0)
    actionmailer (3.0.11)
      actionpack (= 3.0.11)
      mail (~> 2.2.19)
    actionpack (3.0.11)
      activemodel (= 3.0.11)
      activesupport (= 3.0.11)
      builder (~> 2.1.2)
      erubis (~> 2.6.6)
      i18n (~> 0.5.0)
      rack (~> 1.2.1)
      rack-mount (~> 0.6.14)
      rack-test (~> 0.5.7)
      tzinfo (~> 0.3.23)
    activemodel (3.0.11)
      activesupport (= 3.0.11)
      builder (~> 2.1.2)
      i18n (~> 0.5.0)
    activerecord (3.0.11)
      activemodel (= 3.0.11)
      activesupport (= 3.0.11)
      arel (~> 2.0.10)
      tzinfo (~> 0.3.23)
    activerecord-jdbc-adapter (1.2.2.1)
    activerecord-jdbcsqlite3-adapter (1.2.2.1)
      activerecord-jdbc-adapter (~> 1.2.2.1)
      jdbc-sqlite3 (~> 3.7.2)
    activeresource (3.0.11)
      activemodel (= 3.0.11)
      activesupport (= 3.0.11)
    activesupport (3.0.11)
    addressable (2.2.7)
    arel (2.0.10)
    builder (2.1.2)
    capybara (1.1.2)
      mime-types (>= 1.16)
      nokogiri (>= 1.3.3)
      rack (>= 1.0.0)
      rack-test (>= 0.5.4)
      selenium-webdriver (~> 2.0)
      xpath (~> 0.1.4)
    childprocess (0.2.4)
      ffi (~> 1.0.6)
    erubis (2.6.6)
      abstract (>= 1.0.0)
    ffi (1.0.11)
    ffi (1.0.11-java)
    git (1.2.5)
    i18n (0.5.0)
    jdbc-sqlite3 (3.7.2)
    jeweler (1.6.4)
      bundler (~> 1.0)
      git (>= 1.2.5)
      rake
    json (1.6.4)
    json (1.6.4-java)
    launchy (2.0.5)
      addressable (~> 2.2.6)
    launchy (2.0.5-java)
      addressable (~> 2.2.6)
      ffi (~> 1.0.9)
      spoon (~> 0.0.1)
    mail (2.2.19)
      activesupport (>= 2.3.6)
      i18n (>= 0.4.0)
      mime-types (~> 1.16)
      treetop (~> 1.4.8)
    mime-types (1.17.2)
    multi_json (1.0.4)
    nokogiri (1.5.0)
    nokogiri (1.5.0-java)
    polyglot (0.3.3)
    rack (1.2.4)
    rack-mount (0.6.14)
      rack (>= 1.0.0)
    rack-test (0.5.7)
      rack (>= 1.0)
    rails (3.0.11)
      actionmailer (= 3.0.11)
      actionpack (= 3.0.11)
      activerecord (= 3.0.11)
      activeresource (= 3.0.11)
      activesupport (= 3.0.11)
      bundler (~> 1.0)
      railties (= 3.0.11)
    railties (3.0.11)
      actionpack (= 3.0.11)
      activesupport (= 3.0.11)
      rake (>= 0.8.7)
      rdoc (~> 3.4)
      thor (~> 0.14.4)
    rake (0.9.2.2)
    rcov (0.9.11)
    rcov (0.9.11-java)
    rdoc (3.12)
      json (~> 1.4)
    rubyzip (0.9.5)
    selenium-webdriver (2.15.0)
      childprocess (>= 0.2.1)
      ffi (~> 1.0.9)
      multi_json (~> 1.0.4)
      rubyzip
    spoon (0.0.1)
    sqlite3 (1.3.5)
    thor (0.14.6)
    treetop (1.4.10)
      polyglot
      polyglot (>= 0.3.1)
    tzinfo (0.3.31)
    xpath (0.1.4)
      nokogiri (~> 1.3)

PLATFORMS
  java
  ruby

DEPENDENCIES
  activerecord-jdbcsqlite3-adapter
  activesupport (>= 3.0.7)
  capybara (>= 0.4.0)
  jeweler (~> 1.6.4)
  launchy
  rails (>= 3.0.7)
  rake
  rcov
  sqlite3