README.textile in asir-1.0.8 vs README.textile in asir-1.1.0

- old
+ new

@@ -24,16 +24,17 @@ * Support for multiple request/response transports: ** File. ** Named Pipe. ** TCP. ** HTTP under WEBrick or as Rack application. -** Beanstalkd. -** ZeroMQ. -** Resque. +** Beanstalkd. (gem asir_beanstalk) +** ZeroMQ. (gem asir_zmq) +** Resque. (gem asir_resque) ** Buffered transports. ** Broadcast transports. ** Fallback transports. +** Database transports (e.g.: gem asir_activerecord) ** Time-decaying retry and polling logic. * Support for multiple encodings: ** Marshal. ** XML. ** JSON. @@ -48,11 +49,6 @@ * CRuby 1.8.7 * CRuby 1.9.3-head * CRuby 2.0-head * JRuby 1.6.x (with JRUBY_OPTS=--1.9) IN-PROGRESS -h2. Dependencies - -* gem install zmq -** zmq 2.1.4 needs a zmq 2.x library. -** On OS X Macports: sudo port install zmq22.