From: Tony Arcieri Date: 2013-03-20T02:00:53+09:00 Subject: [ANN] Celluloid::IO 0.13.0: evented sockets for Celluloid --e89a8f921936cabb5d04d84a0b6e Content-Type: text/plain; charset=ISO-8859-1 Celluloid::IO 0.13.0 is out! https://github.com/celluloid/celluloid-io Two exciting announcements: * SSL is now fully supported * All sockets are now *complete* duck types of their core Ruby counterparts. Previously many methods (e.g. readlines) were missing from Celluloid::IO's classes. This has been corrected and all your favorite IO methods are now present. Full changelog follows: * Support for many, many more IO methods, particularly line-oriented methods like #gets, #readline, and #readlines * Initial SSL support via Celluloid::IO::SSLSocket and Celluloid::IO::SSLServer * Concurrent writes between tasks of the same actor are now coordinated using Celluloid::Conditions instead of signals * Celluloid 0.13 compatibility fixes -- Tony Arcieri --e89a8f921936cabb5d04d84a0b6e Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Celluloid::IO 0.13.0 is out!=A0

https://github.com/celluloid= /celluloid-io

Two exciting announcements:<= div>
* SSL is now fully supported
* All sockets are now= *complete* duck types of their core Ruby counterparts. Previously many met= hods (e.g. readlines) were missing from Celluloid::IO's classes. This h= as been corrected and all your favorite IO methods are now present.

Full changelog follows:

*= Support for many, many more IO methods, particularly line-oriented
=A0 methods like #gets, #readline, and #readlines
* Initial SS= L support via Celluloid::IO::SSLSocket and
=A0 Celluloid::IO::SSLServer
* Concurrent writes between tas= ks of the same actor are now coordinated
=A0 using Celluloid::Con= ditions instead of signals
* Celluloid 0.13 compatibility fixes

--
Tony Arcieri
--e89a8f921936cabb5d04d84a0b6e--