smparkes / capybara-envjs

Capybara driver for envjs gem
http://github.com/smparkes/capybara-envjs
130 stars 10 forks source link

Won't intall from gem bundler #16

Closed fullofcaffeine closed 14 years ago

fullofcaffeine commented 14 years ago

I'm trying to include capybara-envjs in my Gemfile and install it using bundler (0.9.26), but it just hangs while fetching source (not sure if it hangs while or after fetching sources though). If I remove capybara-envjs from my Gemfile, everything works fine.

It just outputs: Fetching source index from http://gemcutter.org/ Fetching source index from http://gems.github.com/

And stays there forever.

Any ideas?

dennisreimann commented 14 years ago

This was most likely due to the rubygems.org DNS downtime... can you try it again?

smparkes commented 14 years ago

Any update? Did retrying work? Can we close?

fullofcaffeine commented 14 years ago

Hi,

No, I haven't tried again. I actually ended up choosing Celerity (Culerity) over EnvJS this time, I will try again this weekend and report my findings,

Marcelo.

dennisreimann commented 14 years ago

For me it works fine:

Installing stackdeck (0.2.0) from rubygems repository at http://gemcutter.org/ Installing johnson (2.0.0.pre3) from rubygems repository at http://gemcutter.org/ with native extensions Installing envjs (0.3.6) from rubygems repository at http://gemcutter.org/ Installing capybara-envjs (0.1.5) from rubygems repository at http://gemcutter.org/

I really think this was related to the DNS downtime of rubygems.org...

smparkes commented 14 years ago

I'm going to go ahead and close this. Post new if it's still an issue.