Hi all.

Long time Avro user, but new to the list...

I just wanted to call out that the new version of the Rubygem 1.7.6 is broken.

Trying to install it now will yield the error:

ERROR:  While executing gem ... (Gem::DependencyError)
    Unable to resolve dependencies: avro requires multi-json (>= 0)

To fix this, in file:
http://svn.apache.org/repos/asf/avro/trunk/lang/ruby/Rakefile

change 'multi-json' on line:

   p.runtime_dependencies = %w[multi-json]

to  'multi_json'


Cheers,
... Mike

Reply via email to