summaryrefslogtreecommitdiff
path: root/lib/chef/provider/windows_path.rb
Commit message (Collapse)AuthorAgeFilesLines
* Convert require to require_relativeLamont Granquist2019-05-081-2/+2
| | | | | | | This gives a speed boost since rubygems does not have to scan through every gem in the gemset in order to find the file. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Don't restrict the provides to os: windowswindows_pathTim Smith2018-01-021-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add the missing providesTim Smith2017-12-211-1/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Fix windows_path converging on every runTim Smith2017-11-281-6/+4
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Using FFI instead of Win32apinimisha2017-08-161-20/+19
| | | | Signed-off-by: nimisha <nimisha.sharad@clogeny.com>
* Fixing Appveyor issuesnimisha2017-08-161-0/+1
| | | | Signed-off-by: nimisha <nimisha.sharad@clogeny.com>
* Fixed specsnimisha2017-08-161-4/+4
| | | | Signed-off-by: nimisha <nimisha.sharad@clogeny.com>
* Added windows_path resourcenimisha2017-08-161-0/+62
Signed-off-by: nimisha <nimisha.sharad@clogeny.com>