lib/jparallel.rb
author Michael Granger <ged@FaerieMUD.org>
Thu, 20 Nov 2008 16:59:00 +0000
changeset 4 9e4a97b20fcb
parent 0 92d00ff32c56
permissions -rw-r--r--
Adding ignore for mkmf.log.

#!/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