berkshelf / ridley

A reliable Chef API client with a clean syntax
Other
231 stars 85 forks source link

Configure appveyor #357

Closed thommay closed 7 years ago

thommay commented 7 years ago

Signed-off-by: Thom May thom@may.lt

thommay commented 7 years ago

@mwrock I'd appreciate review of this; especially writing the metadata.json as binary to force it LF rather than CRLF; I can't imagine what harm that would do but still…

(this should get squashed before merge)

mwrock commented 7 years ago

:+1: LGTM Simply writing to an ascii file should not automatically insert CRs on windows unless the content actually has CRs already in it. but I don't see harm in forcing it.