Sha256: 82c70417c0b8dbe355759254b2325d95fe4da4ba2915ec8a25933ae854cf48df

Contents?: true

Size: 163 Bytes

Versions: 5

Compression:

Stored size: 163 Bytes

Contents

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

bundle install

# Do any other automated setup that you need to do here
docker build -t hyper_iterator .

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
hyper_iterator-0.3.1 bin/setup
hyper_iterator-0.3.0 bin/setup
hyper_iterator-0.2.2 bin/setup
hyper_iterator-0.2.1 bin/setup
hyper_iterator-0.2.0 bin/setup