From fda976228f18b64879509319d3f3f232e838d8f1 Mon Sep 17 00:00:00 2001 From: Zach Holman Date: Fri, 27 Apr 2012 14:54:53 -0700 Subject: [PATCH] `bundle exec` is a bug --- .gitignore | 4 +++- script/bootstrap | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ef4ff289..7de46794 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ +.bundle backups +bin config/play.yml config/play.backup.yml -db/*.sqlite3 .sass-cache +vendor diff --git a/script/bootstrap b/script/bootstrap index 4ceb6f9c..8481ec99 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -62,7 +62,7 @@ fi # Install gems # echo " + Bootstrapping your Rubies." -bundle install --quiet +bundle install --binstubs --local --path vendor/gems --quiet # # Check for Nicecast @@ -153,7 +153,7 @@ echo "" # # Generating the system auth token -# +# auth_token=`date | md5`