Skip to content

Commit

Permalink
Add bundler for easy install of gem dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mcdonald committed Sep 1, 2012
1 parent cca8b4c commit ecc988b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,4 +1,5 @@
*.gem
.sass-cache
bootstrap.css
bootstrap-responsive.css
bootstrap-responsive.css
Gemfile.lock
3 changes: 3 additions & 0 deletions Gemfile
@@ -0,0 +1,3 @@
source "https://rubygems.org"

gemspec

0 comments on commit ecc988b

Please sign in to comment.