felixge / node-cross-compiler

Simplified cross compiling for node.js using vagrant.
105 stars 27 forks source link

Update Vagrantfile to vagrant 1.2, fix some script quirks #6

Closed weltenwort closed 11 years ago

weltenwort commented 11 years ago
rmehner commented 11 years ago

Looks good, thank you very much. Does this run on Vagrant < 1.2 too, or should we add a note on the README?

weltenwort commented 11 years ago

Thanks for merging so quickly! It should work with vagrant >= 1.1, but I only tested it with 1.2.2, which is the current version.

rmehner commented 11 years ago

Fair enough, a simple gem install vagrant will get you the latest version anyway.

felixge commented 11 years ago

@weltenwort @rmehner :sparkling_heart: thx!