Sha256: d0eca8e0646485834d9a5095f22eb1b96491ec5c932f58f8f766046985e59b0e
Contents?: true
Size: 356 Bytes
Versions: 4
Compression:
Stored size: 356 Bytes
Contents
#!/bin/sh -e export BUNDLE_GEMFILE RMI DB for RMI in ree-1.8.7-2011.03 1.9.3-p327 ; do for BUNDLE_GEMFILE in ci/Gemfile.rails-3.0.x ci/Gemfile.rails-3.1.x ci/Gemfile.rails-3.2.x ; do rbenv local $RMI bundle --quiet for DB in sqlite mysql postgresql do echo $DB $BUNDLE_GEMFILE `ruby -v` bundle exec rake done done done
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
with_advisory_lock-0.0.10 | tests.sh |
with_advisory_lock-0.0.9 | tests.sh |
with_advisory_lock-0.0.8 | tests.sh |
with_advisory_lock-0.0.7 | tests.sh |