Sha256: e7618261a9f9358bc3ad995265bb9950c7c351d73a2bca19dc43438220c421ec

Contents?: true

Size: 409 Bytes

Versions: 24

Compression:

Stored size: 409 Bytes

Contents

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

rails=3.2.8 orm=active_record bundle install --quiet
rails=3.2.8 orm=active_record bundle exec rake

rails=3.2.8 orm=mongoid2 bundle install --quiet
rails=3.2.8 orm=mongoid2 bundle exec rake

rails=3.2.8 orm=mongoid3 bundle install --quiet
rails=3.2.8 orm=mongoid3 bundle exec rake

rails=3.2.8 orm=mongo_mapper bundle install --quiet
rails=3.2.8 orm=mongo_mapper bundle exec rake

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
doorkeeper-1.4.2 script/run_all
doorkeeper-1.4.1 script/run_all
doorkeeper-1.4.0 script/run_all
doorkeeper-1.3.1 script/run_all
doorkeeper-1.3.0 script/run_all
doorkeeper-1.2.0 script/run_all
doorkeeper-1.1.0 script/run_all
doorkeeper-1.0.0 script/run_all
doorkeeper-1.0.0.rc2 script/run_all
doorkeeper-1.0.0.rc1 script/run_all
doorkeeper-0.7.4 script/run_all
doorkeeper-0.7.3 script/run_all
doorkeeper-0.7.2 script/run_all
doorkeeper-0.7.1 script/run_all
doorkeeper-0.7.0 script/run_all
doorkeeper-0.6.7 script/run_all
doorkeeper-0.6.6 script/run_all
doorkeeper-0.6.5 script/run_all
doorkeeper-0.6.4 script/run_all
doorkeeper-0.6.3 script/run_all