From: pharrington Date: 2009-10-10T06:10:07+09:00 Subject: Re: Windows Ruby Version Check On Oct 9, 4:01 pm, James Edward Gray II wrote: > Can a Windows Ruby user please confirm that the "Ruby 1.9.1-p129   > Binary" link under "Ruby on Windows" on this page: > >    http://www.ruby-lang.org/en/downloads/ > > actually downloads version 1.9.1?  I'm investigating a bug report that   > claimed it downloaded version 1.8.7 and I don't have a Windows machine   > to install it on and confirm.  The files do look like 1.9 to me though. > > Thanks for the help. > > James Edward Gray II Microsoft Windows [Version 6.0.6002] Copyright (c) 2006 Microsoft Corporation. All rights reserved. C:\Users\Paul>c:\ruby-1.9.1-p129/bin/ruby -v ruby 1.9.1p129 (2009-05-12 revision 23412) [i386-mswin32] C:\Users\Paul>c:\ruby-1.9.1-p129/bin/irb irb(main):001:0> RUBY_VERSION => "1.9.1" irb(main):002:0> exit