igrigorik/em-proxy

No eventmachine 1.0 support?

brandonprry opened this issue · 4 comments

Hi,

I am attempting to install em-proxy via 'gem install em-proxy' but it fails with:

gem install em-proxy

Building native extensions. This could take a while...
ERROR: Error installing em-proxy:
em-proxy requires eventmachine (>= 0)

I have installed eventmachine with 'gem install eventmachine' and it is version 1.0.3.

gem install eventmachine

Building native extensions. This could take a while...
Successfully installed eventmachine-1.0.3
1 gem installed
Installing ri documentation for eventmachine-1.0.3...
Building YARD (yri) index for eventmachine-1.0.3...
Installing RDoc documentation for eventmachine-1.0.3...

Any thoughts?

Ruby version:

ruby 1.9.3p392 (2013-02-22 revision 39386) [x86_64-linux]

This sounds like a bug with your rubygems.. Are you using rvm or something similar? Try creating a new environment.

I am using rvm. I will give a new environment a go.

Yep :)