Bakeware Updater
Check for executable updates via SousChef API
Usage
iex()> BakewareUpdater.check("hello_world", "1.2.3")
"ok"
iex()> BakewareUpdater.check("hello_world", "1.2.4")
%{"status" => "update", "url" => "https://some-download.url"}
Prototype software update checker for use with Bakeware
ElixirNOASSERTION