Which version of rubygems for all of you?

gem -v from the command prompt

-c
On Fri, Oct 9, 2009 at 3:15 PM, Nathan Lane <nathamberl...@gmail.com> wrote:

> Nevermind about that syntax thing -- I'm dumb: Watir::IE::VERSION produces
> the desired results.
>
>
> On Fri, Oct 9, 2009 at 3:12 PM, Nathan Lane <nathamberl...@gmail.com>wrote:
>
>> I was using IRB, haven't tried scripting it out.
>>
>> Further environmental information: I downloaded the 1.6.5 RC 1 watir,
>> commonwatir, and firewatir gems, and installed them from a local directory
>> next to the 1.6.2 gems. I know that by default Ruby uses the latest version
>> of the gems when using the simple require syntax without rubygems and
>> version specific information. ie.rb DOES exist in the watir directory of the
>> RC gem.
>>
>> Also, I just tried cleaning up and uninstalling 1.6.2 and then
>> reinstalling it, then reinstalling 1.6.5 RC 1 and now it seems to be
>> working. However the syntax:
>>
>> Watir::IE::Version
>>
>> produces the error:
>>
>> NameError: uninitialized constant Watir::IE::Version
>>
>> Also I'm not sure that such syntax is valid from looking at version.rb,
>> but it seems correct (this is from 1.6.5 RC 1):
>>
>> module Watir
>>   class IE
>>     VERSION = '1.6.5.rc1'
>>   end
>> end
>>
>> On that note, I have no idea what caused the problem in the first place,
>> because I don't know what I did differently.
>>
>>
>> On Fri, Oct 9, 2009 at 2:59 PM, Željko Filipin <
>> zeljko.fili...@wa-research.ch> wrote:
>>
>>> On Fri, Oct 9, 2009 at 10:21 PM, Nathan Lane <nathamberl...@gmail.com>
>>> wrote:
>>> > I get the error that watir/ie does not exist.
>>>
>>> Same here. Windows 2003 Server with IE6. I thought it was something on my
>>> side since nobody reported anything so I reinstalled Ruby, but I did not
>>> have the time to try after that.
>>>
>>> Željko
>>> --
>>> http://watirpodcast.com/
>>>
>>>
>>>
>>>
>>>
>>
>>
>> --
>> Nathan Lane
>> Blog, http://blog.nathandelane.com
>>
>
>
>
> --
> Nathan Lane
> Blog, http://blog.nathandelane.com
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to