Sha256: 59dda490e7ff1bb7c29acc393067013406ff55dc81177982b1c5192990c86f4b
Contents?: true
Size: 185 Bytes
Versions: 5
Compression:
Stored size: 185 Bytes
Contents
#!/bin/bash set -e if type -p bundle >/dev/null; then bundle install --path vendor/bundle bundle binstub rake else echo "You must \`gem install bundler\` first." >&2 exit 1 fi
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
negarmoji-0.1.6 | script/bootstrap |
negarmoji-0.1.5 | script/bootstrap |
negarmoji-0.1.4 | script/bootstrap |
negarmoji-0.1.3 | script/bootstrap |
negarmoji-0.1.1 | script/bootstrap |