Sha256: 107e413c1a79e137705b72c8256abc4054d5f3fe5c9f021ff575da8028fa73ed

Contents?: true

Size: 224 Bytes

Versions: 2

Compression:

Stored size: 224 Bytes

Contents

#!/usr/bin/env bash
# Configure build environment.
#
# @author Benjamin Oakes <hello@benjaminoakes.com>

echo "[$0] starting"
# gem install bundler --version '~> 1.0.21' --no-rdoc --no-ri
bundle install
echo "[$0] finished"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
odin-0.0.4 configure
odin-0.1.0.alpha.1 configure