Sha256: 18392ede5d09477f4e542f633f37ea9e532d9eb198b9276716860e287e4d2e9f
Contents?: true
Size: 203 Bytes
Versions: 4
Compression:
Stored size: 203 Bytes
Contents
#!/usr/bin/env ruby require 'rspactor/runner' RSpactor::Runner.start({ :coral => ARGV.delete('--coral'), :kill => ARGV.delete('--kill'), :clear => ARGV.delete('--clear'), :run_in => ARGV.last })
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
guillaumegentil-rspactor-0.4.1 | bin/rspactor |
guillaumegentil-rspactor-0.4.2 | bin/rspactor |
guillaumegentil-rspactor-0.4.3 | bin/rspactor |
guillaumegentil-rspactor-0.4 | bin/rspactor |