vertiginous / pik

Ruby version manager for Windows
830 stars 122 forks source link

Installing just 1.9.2 is not installing latest version #124

Open DaveSanders opened 12 years ago

DaveSanders commented 12 years ago

If you type

pik install ruby 1.9.2

it's supposed to install the latest. (p290 as of this date). However, its actually installing 1.9.2dev preview.

I'm sure its a sorting / naming thing, but maybe it should look at dates, not file names to determine the latest?

luislavena commented 12 years ago

Can you provide the version of Pik you're using?

DaveSanders commented 12 years ago

0.2.8

luislavena commented 12 years ago

I'm using 0.3.0.pre and get 1.9.2-p136 as latest.

0.3.0 has a hardcoded index file, while 0.2.8 used to do things with Nokogiri and friends.

Once Gordon can grant me access to the repo, I can work out some corrections and update the versions.

In the mean time, you can simple download the version of Ruby you want and then use pik add to tell Pik where to find it.