[Wtr-general] Question - How to use different installed versions of WATiR

2006-08-31 Thread Boyt, Darrel
Bret, et al, I'm still a neophyte where Ruby's concerned, so please excuse what may seem to be an obvious question. I've followed theinstructions on http://wiki.openqa.org/display/WTR/FAQ#FAQ-devgemto install the latest from SVN. At the end of the instructions it says I can uninstall

Re: [Wtr-general] Question - How to use different installed versions of WATiR

2006-08-31 Thread Charley Baker
You can use something along these lines to load a specifc version of a gem, standard operators apply (=, =, etc): require 'rubygems'require_gem 'watir', '= 1.5.1.1079'There's no need to uninstall previous gems if you want to use them. -CharleyOn 8/31/06, Boyt, Darrel [EMAIL PROTECTED] wrote: