Sha256: 0564810c080897ce5c288147fcfb8bd6d692f69706036f21cbe217196933493a
Contents?: true
Size: 383 Bytes
Versions: 95
Compression:
Stored size: 383 Bytes
Contents
#!/bin/sh #/ Usage: bootstrap [bundle options] #/ #/ Bundle install the dependencies. #/ #/ Examples: #/ #/ bootstrap #/ bootstrap --local #/ set -e cd $(dirname "$0")/.. [ "$1" = "--help" -o "$1" = "-h" -o "$1" = "help" ] && { grep '^#/' <"$0"| cut -c4- exit 0 } rm -rf .bundle/{binstubs,config} bundle install --binstubs .bundle/binstubs --path .bundle --quiet "$@"
Version data entries
95 entries across 89 versions & 17 rubygems