Skip to content
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

Updated ruby-wmi to wmi-lite #100

Closed
wants to merge 1 commit into from

Conversation

pieter-lazzaro
Copy link
Contributor

Not sure if this is the ruby way to do things but changes seem to work.

@chef-supermarket
Copy link

Hi. Your friendly Curry bot here. Just letting you know that there are commit authors in this Pull Request who appear to not have signed a Chef CLA.

The following GitHub users do not appear to have signed a CLA:

Please sign the CLA here.

@@ -24,7 +24,7 @@

if RUBY_PLATFORM =~ /mswin|mingw32|windows/
require 'win32/registry'
require 'ruby-wmi'
require 'wmi-lite'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So this is good for an emergency fix, but will break if you're not running Chef 11.14. I think the right thing here is to use chef_gem to bring in the wmi-lite gem and then move the require to the right place.

@btm
Copy link
Contributor

btm commented Aug 4, 2014

Thanks @pieter-lazzaro. I've tested this and made some improvements in #101, closing this PR in favor of that one.

@btm btm closed this Aug 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants