lib/jparallel.rb
author Mahlon E. Smith <mahlon@martini.nu>
Tue, 14 Oct 2008 16:11:19 +0000
branchmahlon-misc
changeset 9 4c51ebe6e9b6
parent 0 92d00ff32c56
permissions -rw-r--r--
* Add a mkrf monkeypatch so BSD build flags are generated correctly. * Fix typos!

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