From 2f12e0734ac60796abee0ccff7b40ed510f6d6ad Mon Sep 17 00:00:00 2001 From: Phil Newton Date: Wed, 15 Oct 2014 10:54:13 -0400 Subject: [PATCH 1/2] Added "cryptsy-public-api" recipe Adds library functionality for interacting with the cryptsy.com public API. --- recipes/cryptsy-public-api | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes/cryptsy-public-api diff --git a/recipes/cryptsy-public-api b/recipes/cryptsy-public-api new file mode 100644 index 00000000..afd2ee3c --- /dev/null +++ b/recipes/cryptsy-public-api @@ -0,0 +1,3 @@ +(cryptsy-public-api :repo "sodaware/cryptsy-public-api.el" + :fetcher github + :files ("*.el" (:exclude "features" "fixtures" "test"))) From 6a563e7f2e1f99b1f79e61357a4861fcf33b9aca Mon Sep 17 00:00:00 2001 From: Phil Newton Date: Thu, 16 Oct 2014 07:42:56 -0400 Subject: [PATCH 2/2] Removed unnecessary `:files` pattern from cryptsy-public-api recipe --- recipes/cryptsy-public-api | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/cryptsy-public-api b/recipes/cryptsy-public-api index afd2ee3c..6bcd4bbc 100644 --- a/recipes/cryptsy-public-api +++ b/recipes/cryptsy-public-api @@ -1,3 +1,2 @@ (cryptsy-public-api :repo "sodaware/cryptsy-public-api.el" - :fetcher github - :files ("*.el" (:exclude "features" "fixtures" "test"))) + :fetcher github)