lib/jparallel.rb
changeset 0 92d00ff32c56
equal deleted inserted replaced
-1:000000000000 0:92d00ff32c56
       
     1 #!/usr/bin/env ruby
       
     2 
       
     3 
       
     4 
       
     5 # This is mostly here to appease the build system for now, but will be used
       
     6 # later as the toplevel namespace for the shell classes.
       
     7 module Jparallel
       
     8 	VERSION = '0.0.1'
       
     9 end
       
    10