Sha256: c678854ef5cf46f8584f66d1d574f0da91af62ffbb31a62747b9fb8b12ec2c12
Contents?: true
Size: 635 Bytes
Versions: 1
Compression:
Stored size: 635 Bytes
Contents
#!/bin/bash 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
u-attributes-0.11.0 | run-tests.sh |