README.md in arachni-rpc-em-0.1.1 vs README.md in arachni-rpc-em-0.1.2

- old
+ new

@@ -1,10 +1,10 @@ # Arachni-RPC EM <table> <tr> <th>Version</th> - <td>0.1.1</td> + <td>0.1.2</td> </tr> <tr> <th>Github page</th> <td><a href="http://github.com/Arachni/arachni-rpc-em">http://github.com/Arachni/arachni-rpc-em</a></td> <tr/> @@ -12,30 +12,29 @@ <th>Code Documentation</th> <td><a href="http://rubydoc.info/github/Arachni/arachni-rpc-em/">http://rubydoc.info/github/Arachni/arachni-rpc-em/</a></td> </tr> <tr> <th>Author</th> - <td><a href="mailto:tasos.laskos@gmail.com">Tasos</a> "<a href="mailto:zapotek@segfault.gr">Zapotek</a>" <a href="mailto:tasos.laskos@gmail.com">Laskos</a></td> + <td><a href="mailto:tasos.laskos@gmail.com">Tasos "Zapotek" Laskos</a></td> </tr> <tr> <th>Twitter</th> <td><a href="http://twitter.com/Zap0tek">@Zap0tek</a></td> </tr> <tr> <th>Copyright</th> - <td>2011</td> + <td>2011-2012</td> </tr> <tr> <th>License</th> <td><a href="file.LICENSE.html">3-clause BSD</a></td> </tr> </table> ## Synopsis Arachni-RPC EM is an implementation of the <a href="http://github.com/Arachni/arachni-rpc">Arachni-RPC</a> protocol using EventMachine and provides both a server and a client. <br/> -It is under development and will ultimately form the basis for <a href="http://arachni.segfault.gr">Arachni</a>'s Grid infrastructure. ## Features It's capable of: @@ -63,16 +62,9 @@ git co git://github.com/arachni/arachni-rpc-em.git cd arachni-rpc-em rake install ## Running the Specs - -In order to run the specs you must first fire up 2 sample servers like so: - - ruby spec/servers/basic.rb - ruby spec/servers/with_ssl_primitives.rb - -Then: rake spec ## Bug reports/Feature requests Please send your feedback using Github's issue system at