-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Windows hosts #2
Conversation
This uses the WMIC command line available starting with Windows Vista/Server 2003 to query for CPU cores and memory.
@rdsubhas Are there issues with this change? |
Is this project still maintained? |
Hi @mbrodala Sorry for the late response... Am looking at this... |
Awesome! This looks good, will publish a new version. Thanks! |
Add support for Windows hosts
No worries, thanks a lot. :-) |
@rdsubhas Could you publish the new version on RubyGems? |
@mbrodala Very sorry, I had some machine problems, had some difficulties publishing a vagrant plugin while running the whole thing under Vagrant itself :) Added travis to sort it out and the new version is published. Thanks for your contrib and patience! |
Thanks a lot. :-) |
This uses the WMIC command line utility available starting with Windows Vista/Server 2003 to query for CPU cores and memory.