Add bundler for easy install of gem dependencies

This commit is contained in:
Thomas McDonald 2012-09-01 17:06:54 +01:00
parent cca8b4c270
commit ecc988b5e8
2 changed files with 5 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
*.gem
.sass-cache
bootstrap.css
bootstrap-responsive.css
bootstrap-responsive.css
Gemfile.lock

3
Gemfile Normal file
View File

@ -0,0 +1,3 @@
source "https://rubygems.org"
gemspec