Sha256: 17a0eb6a32a16cacaabcf0f405870e7d6d8638e6d3c6164bc8aca8081f50544b

Contents?: true

Size: 279 Bytes

Versions: 14

Compression:

Stored size: 279 Bytes

Contents

#!/usr/bin/env sh -e

for RUBY in 1.9.3 2.0.0 2.1 2.2
do
  for RAILS in 2.3.8 3.0.0 3.1.0 3.2.0 4.0.0 4.1.0 4.2.0
  do
    if [[ $RUBY -gt 1.9.3 && $RAILS -lt 4.0.0 ]]; then
      continue
    fi
    RBENV_VERSION=$RUBY ACTIVERECORD=$RAILS bundle && bundle exec rake
  done
done

Version data entries

14 entries across 14 versions & 3 rubygems

Version Path
powerhome-attr_encrypted-1.2.0 test/run.sh
powerhome-attr_encrypted-1.1.0 test/run.sh
powerhome-attr_encrypted-1.0.1 test/run.sh
attr_encrypted-3.1.0 test/run.sh
attr_redactor-0.4.0 test/run.sh
attr_redactor-0.3.0 test/run.sh
attr_redactor-0.2.0 test/run.sh
attr_encrypted-3.0.3 test/run.sh
attr_encrypted-3.0.2 test/run.sh
attr_redactor-0.1.1 test/run.sh
attr_redactor-0.1.0 test/run.sh
attr_encrypted-3.0.1 test/run.sh
attr_encrypted-3.0.0 test/run.sh
attr_encrypted-2.0.0 test/run.sh