diminish7 / rave

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

Access Warbler war task directly #20

Closed diminish7 closed 14 years ago

diminish7 commented 14 years ago

Currently the "rave war" command does a system call "warble" to generate the war. The "warble" call just delegates to a rake task. We should just use the rake task directly rather than making a system call.

diminish7 commented 14 years ago

Finished