middleman/Gemfile

21 lines
312 B
Text
Raw Normal View History

2009-11-13 12:25:16 -08:00
source "http://gemcutter.org"
bin_path "vendor/bin"
2009-11-13 12:25:16 -08:00
disable_rubygems
2009-11-17 15:26:23 -08:00
disable_system_gems
2009-11-13 12:25:16 -08:00
gem "thin"
gem "shotgun"
gem "templater"
gem "sprockets"
gem "sinatra"
gem "sinatra-content-for"
2009-11-17 15:26:23 -08:00
gem "rack-test"
2009-11-13 12:25:16 -08:00
gem "yui-compressor"
gem "haml"
gem "compass"
2009-11-17 11:13:32 -08:00
gem "smusher"
2009-11-13 12:25:16 -08:00
gem "rspec"
2009-11-17 15:26:23 -08:00
gem "rdoc"
2009-11-13 12:25:16 -08:00
gem "sdoc"
gem "cucumber"