schultyy / avm

Installs Ruby and node.js on your machine
11 stars 4 forks source link

Add semver support for autoselect #68

Closed schultyy closed 8 years ago

schultyy commented 8 years ago

PR for #67

This adds a basic behavior for autoselect when it comes to node versions < 4.x. Since those versions don't follow the semver scheme, autoselect performs a strict equality check. It does not support modifiers like ^ or versions ranges here.