This is under https://issues.apache.org/jira/browse/AVRO-163.
I've started working on this today.
For ruby, mostly just organize things within src/ruby as you would in a
standalone ruby project. The primary exceptions are that you'll get
test data from src/share/test and post some built artifacts to build/
(e.g., documentation to build/doc/ruby).
Doug
Ryan King wrote:
I vaguely remember someone mentioning reorganizing the avro repository
to group code and tests by language. Is this a possibility? We're
working on a new ruby implementation on githhub
[http://github.com/jmhodges/avro/tree/ruby] and its a bit difficult to
use most ruby tools when the tests and code aren't together.
-ryan