brianmario / yajl-ruby

A streaming JSON parsing and encoding library for Ruby (C bindings to yajl)
http://rdoc.info/projects/brianmario/yajl-ruby
MIT License
1.48k stars 169 forks source link

Getting Error on gem install #120

Open djforth opened 11 years ago

djforth commented 11 years ago

Hi

I seem to be getting the following error when I try to install the gem -v1.1.0

ERROR: While executing gem ... (NoMethodError) undefined method `size' for nil:NilClass

I think it is being installed as a dependancy for rack-pjax, but have tried to install it on it's own with no joy

Thanks

djforth commented 11 years ago

Not sure if this helps but found this on stackoverflow I am on a mac but am using RVM so not sure it's the permissions issue they mention.