Closed ajeba99 closed 8 years ago
Well yeah it's going to fail. It's not Ruby.
could you fix the 3 rubocop lint errors
I fixed the linting errors. But I don't know how to fix the ruby gemspec error. Any assistance would be greatly appreciated.
I believe part of the problem is moving things to a sub-folder.
Right, how do I tell the gem spec to search there instead?
You can specify a different bin directory, but I don't think that makes sense. You are better off not putting the files into different subdirectories as that's not the point of a bin directory.
So, put all the checks and metrics (whether powershell or ruby) in one directory? That would be difficult for the eye to parse yes?
at a minimum put the ruby in the top directory if you want to put ps in a sub directory feel free, but I still believe they should all be at the top level. If not the PATH would have to be configured for the sub directories.
Pull Request Checklist
I come in peace.
Is this in reference to an existing issue? Yes, https://github.com/sensu-plugins/sensu-plugins-windows/issues/15
General
New Plugins
Purpose
To provide an overall update to the current repo as well as provide Pure Powershell versions of existing Check and Metric plugins.
Known Compatablity Issues
None that I am aware of.