Ruby 1.9.1 Released!
Here’s where to get it via svn. Or you can try the links below:
ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-p0.tar.gz
ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-p0.zip
ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-p0.tar.bz2
The best thing to do is just svn export the directory. Then just follow the instruction from my previous post on installing. For Mac users, just following autoconf -> ./configure –prefix=(where you want installed, for me it’s ~/.ruby19) –enable-pthread -> make -> make install.
For details, take a look at the news file by clicking here.