Selenium client gem

Hi,
I’m trying to install the selenium client with gem install
selenium-client.
This returns the following message
ERROR: could not find gem selenium-client locally or in a repository

BTW, I’m following the RSpec book chapter 22 Automating the Browser with
Webrat and Selenium.

Wat this gem removed from the repository?
Thanks,
Onno

On Thu, Jan 14, 2010 at 2:12 PM, Onno van der Straaten <
[email protected]> wrote:

Hi,
I’m trying to install the selenium client with gem install selenium-client.
This returns the following message
ERROR: could not find gem selenium-client locally or in a repository

BTW, I’m following the RSpec book chapter 22 Automating the Browser with
Webrat and Selenium.

Wat this gem removed from the repository?

Something is definitely out of whack. If you go to
RubyGems.org | your community gem host, you’ll see plenty of versions
of
it - you can download the 1.2.17 version from that page.

However, here’s what I get from a gem search:

$ gem q -rn selenium-client

*** REMOTE GEMS ***

Selenium-Client (0.1)

First, note the caps. Second, the version is way old.

I’m in IRC trying to resolve that, but in the mean time you can download
it
from the page listed above.

Cheers,
David

On Thu, Jan 14, 2010 at 2:37 PM, David C.
[email protected]wrote:

Webrat and Selenium.
$ gem q -rn selenium-client

*** REMOTE GEMS ***

Selenium-Client (0.1)

First, note the caps. Second, the version is way old.

I’m in IRC trying to resolve that, but in the mean time you can download it
from the page listed above.

Problem resolved in gemcutter source code - will be fixed on next deploy
of
gemcutter. Not sure when that will be though :slight_smile: