shell/sinatra-template

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GIT
  remote: git://github.com/shell/sinatra-activerecord.git
  revision: 4f147aba8e9bd4fd3f321191a2d6ca3974f62345
  specs:
    sinatra-activerecord (0.1.3)
      sinatra (>= 0.9.4)

GEM
  remote: http://rubygems.org/
  specs:
    ZenTest (4.6.2)
    activemodel (3.0.9)
      activesupport (= 3.0.9)
      builder (~> 2.1.2)
      i18n (~> 0.5.0)
    activerecord (3.0.9)
      activemodel (= 3.0.9)
      activesupport (= 3.0.9)
      arel (~> 2.0.10)
      tzinfo (~> 0.3.23)
    activesupport (3.0.9)
    archive-tar-minitar (0.5.2)
    arel (2.0.10)
    autotest (4.4.6)
      ZenTest (>= 4.4.1)
    autotest-growl (0.2.9)
    backports (2.3.0)
    builder (2.1.2)
    columnize (0.3.4)
    diff-lcs (1.1.3)
    haml (3.1.2)
    i18n (0.5.0)
    linecache19 (0.5.12)
      ruby_core_source (>= 0.1.4)
    monkey-lib (0.5.4)
      backports
    mysql2 (0.2.13)
    rack (1.3.2)
    rack-test (0.6.1)
      rack (>= 1.0)
    rake (0.9.2)
    rspec (2.6.0)
      rspec-core (~> 2.6.0)
      rspec-expectations (~> 2.6.0)
      rspec-mocks (~> 2.6.0)
    rspec-core (2.6.4)
    rspec-expectations (2.6.0)
      diff-lcs (~> 1.1.2)
    rspec-mocks (2.6.0)
    ruby-debug-base19 (0.11.25)
      columnize (>= 0.3.1)
      linecache19 (>= 0.5.11)
      ruby_core_source (>= 0.1.4)
    ruby-debug19 (0.11.6)
      columnize (>= 0.3.1)
      linecache19 (>= 0.5.11)
      ruby-debug-base19 (>= 0.11.19)
    ruby_core_source (0.1.5)
      archive-tar-minitar (>= 0.5.2)
    simplecov (0.4.2)
      simplecov-html (~> 0.4.4)
    simplecov-html (0.4.5)
    sinatra (1.2.6)
      rack (~> 1.1)
      tilt (>= 1.2.2, < 2.0)
    sinatra-advanced-routes (0.5.1)
      monkey-lib (~> 0.5.0)
      sinatra (~> 1.0)
      sinatra-sugar (~> 0.5.0)
    sinatra-reloader (0.5.0)
      sinatra (~> 1.0)
      sinatra-advanced-routes (~> 0.5.0)
    sinatra-sugar (0.5.1)
      monkey-lib (~> 0.5.0)
      sinatra (~> 1.0)
    sqlite3 (1.3.4)
    sqlite3-ruby (1.3.3)
      sqlite3 (>= 1.3.3)
    tilt (1.3.3)
    tzinfo (0.3.29)

PLATFORMS
  ruby

DEPENDENCIES
  activerecord (= 3.0.9)
  autotest
  autotest-growl
  haml
  i18n (= 0.5.0)
  mysql2 (< 0.3)
  rack-test
  rake
  rspec
  rspec-core
  ruby-debug19
  simplecov (>= 0.4.2)
  sinatra
  sinatra-activerecord!
  sinatra-reloader
  sqlite3-ruby