Ability to install multiple node.js instances with a new parameter. Minor fixes.
- New parameter
node_instances
in thenvm
class accepts a hash for installing multiple node.js instances
- The
default
parameter in the definenvm::node::install
is now deprecated because is a reserved word, useset_default
instead. Backguard compatibilty is added but throws a warning message.
- All
exec
calls set now acwd
param - Rspec and Beaker tests improved
After being tested in a production server this module leaves the beta state. This version include also the first acceptance tests.
- README.md and CONTRIBUTING.md file improvements and fixes
- Acceptance tests included
- Examples added