Sha256: 8a31f9e010ee8b6952e203455ebc0611cab21235d253f9afdfb924f096b30f76
Contents?: true
Size: 333 Bytes
Versions: 2
Compression:
Stored size: 333 Bytes
Contents
#!/usr/bin/env bash for ruby_version in 1.9.3-p545 2.0.0-p451 2.1.0 2.1.1 head do echo -e "\e[32mTesting did_you_mean for Ruby $ruby_version\e[39m" source ~/.rvm/environments/ruby-$ruby_version ruby -v bundle install appraisal install rake compile appraisal rake test:without_compile rake clobber echo "" done
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
did_you_mean-0.5.0 | test.sh |
did_you_mean-0.4.0 | test.sh |