[EMAIL PROTECTED] wrote:
> Ruby is installed at c:\apps.  I then place the watir 1.4.1 gem in
> c:\apps\ruby.  Using a command prompt I navigate to c:\apps\ruby then type
> gem install watir 1.4.1.
>   
It doesn't matter what your current directory is when you type the command.

What matters is what version of ruby the gem command is using -- that is 
the one that is used and will be updated with the contents of the new gem.
> I do not know much about how gems are generated or installed, but my
> observation is that when installing the watir 1.4.1 gem the html files are
> placed in c:/Program Files/Watir/unittests/html/.
>   
That is where the one-click installer puts them.

Gems should be installed in

C:/ruby/lib/ruby/gems/1.8/gems/watir-1.4.1


_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to