bin/spool in spool-0.0.1 vs bin/spool in spool-0.1.1

- old
+ new

@@ -6,9 +6,10 @@ end pid = fork do require File.expand_path('../lib/spool', File.dirname(__FILE__)) config = Spool::DSL.configure ARGV.first + $PROGRAM_NAME = "ruby spool #{config.name}" Spool::Pool.new(config).start end puts "Pool started (#{pid})" \ No newline at end of file