public
Description: Wave Robot Ruby Client Library
Homepage:
Clone URL: git://github.com/rubys/wave-robot-ruby-client.git
name age message
file LICENSE Mon Jun 01 14:38:38 -0700 2009 first commit [rubys]
file NOTICE Mon Jun 01 14:38:38 -0700 2009 first commit [rubys]
file README Sun Jun 07 18:54:49 -0700 2009 Add sample Sinatra robot as sample [unknown]
file Rakefile Sun Jun 07 19:35:29 -0700 2009 Oops, forgot to add the Rakefile [rubys]
file init.rb Sat Jun 06 19:29:32 -0700 2009 Library is almost working -- Doesn't seem to se... [MikeSofaer]
directory lib/ Sun Jun 07 18:52:20 -0700 2009 Move new test to test folder [unknown]
file samples Sun Jun 07 18:54:49 -0700 2009 Add sample Sinatra robot as sample [unknown]
directory test/ Sun Jun 07 18:58:32 -0700 2009 Don't ask for Python in this test [unknown]
README
Port of Wave Robot Python Client to Ruby.
<http://code.google.com/p/wave-robot-python-client/>

Status:

* Unit tests pass.

* Instructions for use with Sinatra + JRuby + AppEngine:
  http://blog.inigral.com/2009/06/07/a-google-wave-robot-container-in-sinatra/

* APIs need a complete and thorough scrubbing.  In particular, they look like
    they were designed for Java, hastily ported to Python, and then even more
    hastily ported to Ruby; the last step done by someone who was clueless
    as to what was intended to be accomplished.