stevenhaddox / rvm_fw

RVM::FW - Exposing hidden Rubies for firewalled RVMs
http://rvm-fw.herokuapp.com
MIT License
31 stars 9 forks source link

Update RVM::FW to handle Ruby SemVer as of 2.1.0+ #28

Closed stevenhaddox closed 9 years ago

stevenhaddox commented 10 years ago

Currently rvm in use (1.18.14) expects -p0 to be set on new versions of Ruby. As of 2.1.0 Ruby (MRI) is no longer using patches and has switched to Semantic Versioning (woot!)

We either need to update RVM::FW to a newer RVM that can handle this and modify our known and db views respectively as well as update how all the rvm pkg install stuff works in the newer RVMs with autolibs

OR

We need to create a task that automatically symlinks MRI Rubies >= 2.1.0 to ruby--p0 so older RVM can still download extract the files properly.

Obviously the former is preferred, but I won't have time to look into that for at least a month or so as that's a pretty big task in comparison.

stevenhaddox commented 9 years ago

Done :)