1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00

a fully-bundled middleman

This commit is contained in:
tdreyno 2009-11-17 15:26:23 -08:00
parent adf9cde5b3
commit 4692ceff07
33 changed files with 133 additions and 96 deletions

View file

@ -1,6 +1,7 @@
source "http://gemcutter.org"
bin_path "vendor/bin"
disable_rubygems
disable_system_gems
gem "thin"
gem "shotgun"
@ -8,12 +9,13 @@ gem "templater"
gem "sprockets"
gem "sinatra"
gem "sinatra-content-for"
gem "rack-test", "0.5.1"
gem "rack-test"
gem "yui-compressor"
gem "haml"
gem "compass"
gem "smusher"
gem "rspec"
gem "rdoc"
gem "sdoc"
gem "cucumber"