Sha256: 6f7171abdfd3afdc315218212586d4bdf77f73ffde977c6394396b22a4e21d85

Contents?: true

Size: 296 Bytes

Versions: 3

Compression:

Stored size: 296 Bytes

Contents

#!/usr/bin/env bash
set -e

RBENV_VERSION=1.8.7-p352 bundle install --quiet
RBENV_VERSION=1.8.7-p352 bundle exec rake

RBENV_VERSION=1.9.2-p290 bundle install --quiet
RBENV_VERSION=1.9.2-p290 bundle exec rake

RBENV_VERSION=1.9.3-p0 bundle install --quiet
RBENV_VERSION=1.9.3-p0 bundle exec rake

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
doorkeeper-0.4.2 script/run_all
doorkeeper-0.4.1 script/run_all
doorkeeper-0.4.0 script/run_all