lib/forkhandle.rb in forkhandle-0.0.2 vs lib/forkhandle.rb in forkhandle-0.0.3

- old
+ new

@@ -1,7 +1,7 @@ module ForkHandle def version - '0.0.2' + '0.0.3' end def description "a teeny library / design pattern for managing connections in a process and thread safe fashion" end