Sha256: 0591a09c01ba02fc682a9ccc07347e0445e50129ee30515935c721db6d84e862

Contents?: true

Size: 258 Bytes

Versions: 9

Compression:

Stored size: 258 Bytes

Contents

#!/bin/sh

set -ex

cd "$(dirname "$0")/.."
ROOT=$(pwd)

rm -rf tmp
mkdir tmp
mkdir -p vendor/bats
curl --silent --location --show-error https://github.com/sstephenson/bats/archive/v0.4.0.tar.gz | tar -xz -C tmp
tmp/bats-0.4.0/install.sh "$ROOT/vendor/bats"

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
test-queue-0.5.0 script/bootstrap
test-queue-patched-0.4.5 script/bootstrap
test-queue-patched-0.4.4 script/bootstrap
test-queue-patched-0.4.3 script/bootstrap
test-queue-0.4.2 script/bootstrap
test-queue-0.4.1 script/bootstrap
test-queue-0.4.0 script/bootstrap
test-queue-0.3.1 script/bootstrap
test-queue-0.3.0 script/bootstrap