summaryrefslogtreecommitdiff
path: root/lib/chef/powershell.rb
Commit message (Expand)AuthorAgeFilesLines
* Use .match? not =~ when match values aren't necessaryTim Smith2020-06-111-1/+1
* Add .error! for powershell_execTim Smith2020-04-261-0/+14
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+2
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-1/+1
* Fix formattingStuart Preston2018-06-261-0/+1
* powershell_exec uses FFI instead of COMStuart Preston2018-06-191-8/+9
* Address chefstyle issueStuart Preston2018-03-051-1/+1
* Addressing initial feedback from reviewStuart Preston2018-03-051-8/+10
* Initial commit of new Chef PowerShell supportStuart Preston2018-03-031-0/+53