lib/jparallel.rb
author Michael Granger <ged@FaerieMUD.org>
Fri, 15 Aug 2008 16:23:03 +0000
changeset 1 09d0d209d06d
parent 0 92d00ff32c56
permissions -rw-r--r--
Added some stuff to the mkrf monkeypatch to log output from the header/library tests to the mkrf.log instead of /dev/null.

#!/usr/bin/env ruby



# This is mostly here to appease the build system for now, but will be used
# later as the toplevel namespace for the shell classes.
module Jparallel
	VERSION = '0.0.1'
end