summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package/chocolatey.rb
Commit message (Expand)AuthorAgeFilesLines
* Meant to use the value from the if..then, then put a line above the if.cd/fix-choco-errorChris Doherty2016-02-251-6/+4
* Add a spec to better mimic the acceptance test.Chris Doherty2016-02-251-6/+6
* Change the Chocolatey check to look for choco.exe in #choco.exe.unknown2016-02-241-11/+10
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-2/+2
* deal with 0.37.2 renamed copsLamont Granquist2016-02-181-1/+1
* do not include source parameter when removing a chocolatey package and ensure...no_webMatt Wrock2016-02-111-3/+4
* autofixing whitespace copsLamont Granquist2016-02-051-6/+6
* Chocolatey provider: Raise a MissingLibrary exception if we can't find Chocol...cd/choco-error-msgChris Doherty2016-02-031-8/+28
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* fix chefstyle failuresLamont Granquist2016-01-151-1/+1
* fix candidate version filteringMatt Wrock2016-01-141-11/+22
* Use double quotes by defaultThom May2016-01-141-6/+6
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-1/+1
* assert candidates exist for alternate sources and when pinning versionsMatt Wrock2016-01-121-2/+18
* chocolatey multipackage providerlcg/chocolatey-packageLamont Granquist2016-01-081-0/+230