Sha256: 3a6eae6eaf07fc50f6f4aa8fdc912019fb204aaedf48e6691a0a0b17451a598d

Contents?: true

Size: 165 Bytes

Versions: 10

Compression:

Stored size: 165 Bytes

Contents

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

gem install bundler
bundle check --path vendor/bundle || bundle install --path vendor/bundle
bundle clean

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
nonnative-0.8.0 bin/setup
nonnative-0.7.0 bin/setup
nonnative-0.6.1 bin/setup
nonnative-0.6.0 bin/setup
nonnative-0.5.0 bin/setup
nonnative-0.4.0 bin/setup
nonnative-0.3.0 bin/setup
nonnative-0.2.1 bin/setup
nonnative-0.2.0 bin/setup
nonnative-0.1.0 bin/setup