From d99e306a41b1402209d320cb7119b12a3bbb962f Mon Sep 17 00:00:00 2001 From: Thom May Date: Wed, 2 Dec 2015 12:19:33 +0000 Subject: Convert all uses of Chef::REST to Chef::ServerAPI In the process, stop auto-expanding JSON in the HTTP client, and let individual classes control that themselves. Fixes #2737, Fixes #3518 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index cdb29d0679..c981191e4e 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,4 @@ kitchen-tests/nodes/* # Temporary files present during spec runs spec/data/test-dir +config/ -- cgit v1.2.1