On Jan 18, 9:48 am, "[email protected]" <[email protected]> wrote: > Is there any interest out there for a full Ruby implementation? It's > pretty much a straight port using Sinatra and Redis including a basic > task queue.
Another Ruby implementation here (Webglue): - code repo: http://github.com/zh/webglue (Sinatra, Sequel, sqlite3) - running demo: http://webglue.onxen.net/ (can do only 'sync' mode verifications) Passing most of the PuSH testsuite tests, except some 'hub.verify' = 'async' checks and have the same problem with multiply 'hub.verify_mode' parameters.
