From: Luis Lavena Date: 2009-10-10T10:05:07+09:00 Subject: Re: Windows Ruby Version Check On Oct 9, 10: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. > This link: ftp://ftp.ruby-lang.org/pub/ruby/binaries/mswin32/ruby-1.9.1-p129-i386-mswin32.zip Downloads a 13.5MB file. After extraction, on a command prompt: C:\Users\Luis\Downloads>ruby_1_9\bin\ruby.exe -v ruby 1.9.1p129 (2009-05-12 revision 23412) [i386-mswin32] Seems OK to me. Perhaps they have 1.8.7 in the PATH, so is going to interfere. They should check where that particular Ruby installed: C:\Users\Luis\Downloads>ruby_1_9\bin\ruby.exe -v -rrbconfig -e "puts RbConfig::CONFIG['bindir']" ruby 1.9.1p129 (2009-05-12 revision 23412) [i386-mswin32] C:/Users/Luis/Downloads/ruby_1_9/bin Regards, -- Luis Lavena