lib/slave.rb in slave-1.3.1 vs lib/slave.rb in slave-1.3.2

- old
+ new

@@ -37,10 +37,10 @@ # b) Slave.new{ Server.new "this is called only in the child" } # # of the two 'b' is preferred. # class Slave - VERSION = '1.3.1' + VERSION = '1.3.2' def self.version() VERSION end def Slave.description 'easily start a drb server in another process' end