Sha256: d6af2b61e8eb48fe6810a2045e3cd67f6e1edc91fd4b29eed2e92182e68aef5d
Contents?: true
Size: 569 Bytes
Versions: 28
Compression:
Stored size: 569 Bytes
Contents
#!/bin/bash # This file was generated on 2014-08-23T21:27:12-07:00 from the rspec-dev repo. # DO NOT modify it by hand as your changes will get lost the next time it is generated. set -e -x source script/functions.sh if is_mri; then pushd .. clone_repo "rspec" clone_repo "rspec-core" clone_repo "rspec-expectations" clone_repo "rspec-mocks" clone_repo "rspec-rails" if rspec_support_compatible; then clone_repo "rspec-support" fi popd else echo "Not cloning all repos since we are not on MRI and they are only needed for the MRI build" fi
Version data entries
28 entries across 7 versions & 1 rubygems