Sha256: 0c24d73a9f250db55a8b22956eb26b9caaf62ac30cbddc9da86f2426f6d2b029

Contents?: true

Size: 658 Bytes

Versions: 8

Compression:

Stored size: 658 Bytes

Contents

#!/bin/bash

bundle exec rake test

ACTIVEMODEL_VERSION='3.2' bundle update
ACTIVEMODEL_VERSION='3.2' bundle exec rake test

ACTIVEMODEL_VERSION='4.0' bundle update
ACTIVEMODEL_VERSION='4.0' bundle exec rake test

ACTIVEMODEL_VERSION='4.1' bundle update
ACTIVEMODEL_VERSION='4.1' bundle exec rake test

ACTIVEMODEL_VERSION='4.2' bundle update
ACTIVEMODEL_VERSION='4.2' bundle exec rake test

ACTIVEMODEL_VERSION='5.0' bundle update
ACTIVEMODEL_VERSION='5.0' bundle exec rake test

ACTIVEMODEL_VERSION='5.1' bundle update
ACTIVEMODEL_VERSION='5.1' bundle exec rake test

ACTIVEMODEL_VERSION='5.2' bundle update
ACTIVEMODEL_VERSION='5.2' bundle exec rake test

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
u-attributes-1.2.0 .travis.sh
u-attributes-1.1.1 .travis.sh
u-attributes-1.1.0 .travis.sh
u-attributes-1.0.1 .travis.sh
u-attributes-1.0.0 .travis.sh
u-attributes-0.14.0 .travis.sh
u-attributes-0.13.0 .travis.sh
u-attributes-0.12.0 .travis.sh