Sha256: 1b73d051ef60b9734d823f2e66710a98d438edf76516eea90e19c5d347177dd7

Contents?: true

Size: 284 Bytes

Versions: 24

Compression:

Stored size: 284 Bytes

Contents

#!/usr/bin/env sh

# Run this script immediately after cloning the codebase.

# Exit if any subcommand fails
set -e

# Set up Ruby dependencies via Bundler
bundle install

# Add binstubs to PATH in ~/.zshenv like this:
#   export PATH=".git/safe/../../bin:$PATH"
# mkdir -p .git/safe

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
chr-0.5.8 bin/setup
chr-0.5.7 bin/setup
chr-0.5.6 bin/setup
chr-0.5.5 bin/setup
chr-0.5.4 bin/setup
chr-0.5.3 bin/setup
chr-0.5.1 bin/setup
chr-0.5.0 bin/setup
chr-0.4.25 bin/setup
chr-0.4.24 bin/setup
chr-0.4.23 bin/setup
chr-0.4.22 bin/setup
chr-0.4.21 bin/setup
chr-0.4.20 bin/setup
chr-0.4.19 bin/setup
chr-0.4.18 bin/setup
chr-0.4.17 bin/setup
chr-0.4.15 bin/setup
chr-0.4.14 bin/setup
chr-0.4.13 bin/setup