Closed CootCraig closed 11 years ago
https://github.com/celluloid/celluloid-zmq/blob/master/lib/celluloid/zmq/mailbox.rb#L1-2
Because of this change: Depend on Celluloid::EventedMailbox instead of Celluloid::IO::Mailbox
the require of celluloid-io is no longer needed.
Ah, thanks! I got rid of one but there is another!
https://github.com/celluloid/celluloid-zmq/blob/master/lib/celluloid/zmq/mailbox.rb#L1-2
Because of this change: Depend on Celluloid::EventedMailbox instead of Celluloid::IO::Mailbox
the require of celluloid-io is no longer needed.