Sha256: a9c55c50a92eec655bf64221330e9788ab426e485b5851dbb24691a865478dd1

Contents?: true

Size: 176 Bytes

Versions: 10

Compression:

Stored size: 176 Bytes

Contents

#!/bin/bash
# Usage: script/bootstrap
set -e

echo "* Install the project gems"
gem install bundler --conservative
bundle check || bundle install

echo "* Bootstrap finished."

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
intello-shipit-cli-1.3.1 script/bootstrap
intello-shipit-cli-1.3.0 script/bootstrap
intello-shipit-cli-1.2.0 script/bootstrap
intello-shipit-cli-1.1.0 script/bootstrap
intello-shipit-cli-1.0.0 script/bootstrap
intello-shipit-cli-0.6.0.rc6 script/bootstrap
intello-shipit-cli-0.6.0.rc4 script/bootstrap
intello-shipit-cli-0.6.0.rc3 script/bootstrap
intello-shipit-cli-0.6.0.rc2 script/bootstrap
intello-shipit-cli-0.6.0.rc1 script/bootstrap