README.md in celluloid-io-0.13.0.pre vs README.md in celluloid-io-0.13.0.pre2

- old
+ new

@@ -1,10 +1,12 @@ ![Celluloid](https://github.com/celluloid/celluloid-io/raw/master/logo.png) ============= +[![Gem Version](https://badge.fury.io/rb/celluloid-io.png)](http://rubygems.org/gems/celluloid-io) [![Build Status](https://secure.travis-ci.org/celluloid/celluloid-io.png?branch=master)](http://travis-ci.org/celluloid/celluloid-io) [![Dependency Status](https://gemnasium.com/celluloid/celluloid-io.png)](https://gemnasium.com/celluloid/celluloid-io) -[![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/celluloid/celluloid-io) +[![Code Climate](https://codeclimate.com/github/celluloid/celluloid-io.png)](https://codeclimate.com/github/celluloid/celluloid-io) +[![Coverage Status](https://coveralls.io/repos/celluloid/celluloid-io/badge.png?branch=master)](https://coveralls.io/r/celluloid/celluloid-io) You don't have to choose between threaded and evented IO! Celluloid::IO provides an event-driven IO system for building fast, scalable network applications that integrates directly with the [Celluloid actor library](https://github.com/celluloid/celluloid), making it @@ -160,17 +162,15 @@ classes instead of the core Ruby TCPSocket and TCPServer classes. Status ------ -The rudiments of TCPServer and TCPSocket are in place and ready to use. It is now +The rudiments of TCPServer TCPSocket, and UNIXSocket are in place and ready to use. It is now fully nonblocking, including DNS resolution, which effectively makes Celluloid::IO feature complete as a nonblocking I/O system. Basic UDPSocket support is in place. On JRuby, recvfrom makes a blocking call as the underlying recvfrom_nonblock call is not supported by JRuby. - -No UNIXSocket support yet, sorry (patches welcome!) Contributing to Celluloid::IO ----------------------------- * Fork this repository on github