Re: [wtr-general] Invalid gemspec

2011-09-29 Thread Joe Fleck
Hi, Okay I got have gotten the [Invalid gemspec in [/Users/joseph] problem. It was an internal issue and watir-webdriver is now working. Thank you, Joe 2011/9/29 Joe Fleck > Hi Zeljko, > > I have installed both and that went fine. I added the [require "rubygems"] > and below is the response

Re: [wtr-general] Invalid gemspec

2011-09-29 Thread Joe Fleck
Hi Zeljko, I have installed both and that went fine. I added the [require "rubygems"] and below is the response: ree-1.8.7-2010.02 :001 > require "rubygems" => true ree-1.8.7-2010.02 :002 > require "safariwatir" Invalid gemspec in [/Users/josephfleck/.rvm/gems/ree-1.8.7-2010.02@w3/specification

Re: [wtr-general] Invalid gemspec

2011-09-29 Thread Željko Filipin
On Thu, Sep 29, 2011 at 5:36 PM, Joe Fl wrote: > ree-1.8.7-2010.02 :003 > require "safariwatir" > LoadError: no such file to load -- safariwatir I hope you have safariwatir and watir-webdriver gems installed. If that is true, try adding this to the top of the file: require "rubygems" Željko

[wtr-general] Invalid gemspec

2011-09-29 Thread Joe Fl
I am trying to run watir-webdriver on my new MAC BookPro and i get the following messages: 'Safari' ree-1.8.7-2010.02 :003 > require "safariwatir" LoadError: no such file to load -- safariwatir from (irb):3:in `require' from (irb):3 from :0 'Web-Driver' ree-1.8.7-2010.02