Sha256: cae153241bb1336c44dc6b5dbb3af52f1f08300522cac85bd97e6df37e4a4ac7
Contents?: true
Size: 246 Bytes
Versions: 5
Compression:
Stored size: 246 Bytes
Contents
BUNDLE = bundle BUNDLE_OPTIONS = -j 4 RSPEC = ${BUNDLE} exec rspec all: test test: bundler/install ${RSPEC} 2>&1 bundler/install: if ! gem list bundler -i > /dev/null; then \ gem install bundler; \ fi ${BUNDLE} install ${BUNDLE_OPTIONS}
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
redis_counters-1.5.2 | Makefile |
redis_counters-1.5.1 | Makefile |
redis_counters-1.5.0 | Makefile |
redis_counters-1.4.0 | Makefile |
redis_counters-1.3.0 | Makefile |