Sha256: 095b93f297f2ec789886f4d5a5bc7f66489e92c1890d72e369adcce44cd2148f

Contents?: true

Size: 216 Bytes

Versions: 77

Compression:

Stored size: 216 Bytes

Contents

#!/bin/bash
set -euo pipefail
IFS=$'\n\t'

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

bundle check || bundle install

if [ ! -d $ROOT_DIR/dev ]; then
  echo 'Created development directory dev/'
  cp -R template dev
fi

Version data entries

77 entries across 77 versions & 1 rubygems

Version Path
record_store-8.0.4 bin/setup
record_store-8.0.3 bin/setup
record_store-8.0.2 bin/setup
record_store-8.0.1 bin/setup
record_store-8.0.0 bin/setup
record_store-7.1.1 bin/setup
record_store-7.1.0 bin/setup
record_store-7.0.1 bin/setup
record_store-7.0.0 bin/setup
record_store-6.7.2 bin/setup
record_store-6.7.1 bin/setup
record_store-6.7.0 bin/setup
record_store-6.6.0 bin/setup
record_store-6.5.11 bin/setup
record_store-6.5.10 bin/setup
record_store-6.5.9 bin/setup
record_store-6.5.8 bin/setup
record_store-6.5.5 bin/setup
record_store-6.5.4 bin/setup
record_store-6.5.3 bin/setup