diminish7 / rave

A Google Wave robot client framework for Ruby
http://github.com/diminish7/rave
MIT License
62 stars 8 forks source link

Get Rave working in MRI #17

Closed diminish7 closed 14 years ago

diminish7 commented 14 years ago

Currently only works in JRuby because all robots have to be deployed to appengine, but that won't always be the case, so we should make sure that it runs in MRI as a simple rack app.

bil-bas commented 14 years ago

I'm surprised this wasn't always the intention, since if we were going to always be limited to using the JRuby on appstore, we might as well have just made a Ruby wrapper around the Java wave robot API.

diminish7 commented 14 years ago

This is working now - all tests pass in both jruby and mri, and a local server yields the correct results for mri. Can't test mri working with a real wave server for now, but it should all work.