You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@avro.apache.org by Mike Stanley <mi...@mikestanley.org> on 2014/02/10 21:09:35 UTC

Avro 1.7.6 Rubygem Issue

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