Sha256: cb8e6a8881e767e259937f2e3a28c33dd2315acab4873e33c3d07e1166baae69
Contents?: true
Size: 466 Bytes
Versions: 4
Compression:
Stored size: 466 Bytes
Contents
RAILS_ENV = test BUNDLE_VERSION = 1.11.2 BUNDLE = RAILS_ENV=${RAILS_ENV} bundle _${BUNDLE_VERSION}_ BUNDLE_OPTIONS = -j 2 RSPEC = rspec APPRAISAL = appraisal all: test test: bundler/install appraisal/install ${BUNDLE} exec ${APPRAISAL} ${RSPEC} spec 2>&1 bundler/install: gem install bundler --version=${BUNDLE_VERSION}; ${BUNDLE} install ${BUNDLE_OPTIONS} appraisal/install: ${BUNDLE} exec ${APPRAISAL} install clean: rm -f Gemfile.lock rm -rf gemfiles
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
findit-1.2.0 | Makefile |
findit-1.1.0 | Makefile |
findit-1.0.0 | Makefile |
findit-0.1.0 | Makefile |