Sha256: ca658c7c880336446e86a27fb6b84bc6c260109231a0ed921799b3bded744fbe

Contents?: true

Size: 320 Bytes

Versions: 6

Compression:

Stored size: 320 Bytes

Contents

#!/usr/bin/env bash

set -eo pipefail

([[ (-x "$(command -v brew)") ]] && brew bundle check || brew bundle --no-lock) \
  || (echo "*** Please install manually system dependencies: ***" && cat Brewfile)

export BUNDLE_GEMFILE=Gemfile.tools

bundle check || bundle install --jobs=4 --retry=3

yarn check || yarn install

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jt_tools-0.0.14 lib/install/bin/tools-setup
jt_tools-0.0.13 lib/install/bin/tools-setup
jt_tools-0.0.12 lib/install/bin/tools-setup
jt_tools-0.0.11 lib/install/bin/tools-setup
jt_tools-0.0.10 lib/install/bin/tools-setup
jt_tools-0.0.9 lib/install/bin/tools-setup