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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20100114/6e88a11c/attachment.html>
On Thu, Jan 14, 2010 at 2:12 PM, Onno van der Straaten < onno.van.der.straaten at gmail.com> 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 http://gemcutter.org/gems/selenium-client, 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> Thanks, > Onno >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20100114/8b58bdad/attachment.html>
On Thu, Jan 14, 2010 at 2:37 PM, David Chelimsky <dchelimsky at gmail.com>wrote:> On Thu, Jan 14, 2010 at 2:12 PM, Onno van der Straaten < > onno.van.der.straaten at gmail.com> 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 > http://gemcutter.org/gems/selenium-client, 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. >Problem resolved in gemcutter source code - will be fixed on next deploy of gemcutter. Not sure when that will be though :)> > Cheers, > David > > > >> Thanks, >> Onno >> > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20100114/c0fd769c/attachment-0001.html>