1
0
Fork 0

Go another way

This commit is contained in:
John Barnette 2012-12-17 14:45:21 -08:00
parent 2c11df2304
commit 8f74c6f8e3
4 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,3 +1,2 @@
/.bundle
/bin
/spec/fixtures/.librarian

View File

@ -5,7 +5,12 @@ set -e
cd $(dirname "$0")/..
rm -rf .bundle/config
bundle install --binstubs bin --path .bundle --quiet
BIN=.bundle/binstubs
CARDBOARD=$BIN/cardboard
SCRIPT=$(basename "$0")
exec bin/cardboard bootstrap "$@"
rm -rf .bundle/{binstubs,config}
bundle install --binstubs "$BIN" --path .bundle --quiet && "$CARDBOARD" bootstrap
[ "$SCRIPT" = "bootstrap" ] || exec $CARDBOARD "$SCRIPT" "$@"

1
script/lint Symbolic link
View File

@ -0,0 +1 @@
bootstrap

1
script/syntax Symbolic link
View File

@ -0,0 +1 @@
bootstrap