Skip to content

Commit

Permalink
Adding support for Bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Stacoviak committed Nov 25, 2010
1 parent 39e00b5 commit 7e0aa9d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bundle/config
@@ -0,0 +1,2 @@
---
BUNDLE_DISABLE_SHARED_GEMS: "1"
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
Gemfile.lock
.sass-cache
.DS_Store
tmp/**/*
5 changes: 5 additions & 0 deletions Gemfile
@@ -0,0 +1,5 @@
source :rubygems

gem "sinatra", "1.0"
gem "haml", "~> 3.0"
gem "compass", "~> 0.10"

0 comments on commit 7e0aa9d

Please sign in to comment.