From 95bcb87327d0ff15fac879a0233be221d4993b14 Mon Sep 17 00:00:00 2001 From: Gordon Fontenot Date: Wed, 15 Jul 2015 16:32:12 -0400 Subject: [PATCH] Add Curry as a private dependency This will only be used in tests/playgrounds, so no need to expose it publicly as a dependency. --- .gitmodules | 3 +++ Cartfile.private | 1 + Cartfile.resolved | 1 + Carthage/Checkouts/Curry | 1 + 4 files changed, 6 insertions(+) create mode 100644 Cartfile.private create mode 160000 Carthage/Checkouts/Curry diff --git a/.gitmodules b/.gitmodules index bc544a3..1da9b2b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "Carthage/Checkouts/Runes"] path = Carthage/Checkouts/Runes url = https://github.com/thoughtbot/Runes.git +[submodule "Carthage/Checkouts/Curry"] + path = Carthage/Checkouts/Curry + url = https://github.com/thoughtbot/Curry.git diff --git a/Cartfile.private b/Cartfile.private new file mode 100644 index 0000000..7ddfa7c --- /dev/null +++ b/Cartfile.private @@ -0,0 +1 @@ +github "thoughtbot/Curry" diff --git a/Cartfile.resolved b/Cartfile.resolved index 74951a9..2773fbc 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1 +1,2 @@ github "thoughtbot/Runes" "674d76eb15eda4bc95fbbd15b3c96a6d15774754" +github "thoughtbot/Curry" "v1.0.0" diff --git a/Carthage/Checkouts/Curry b/Carthage/Checkouts/Curry new file mode 160000 index 0000000..f845c35 --- /dev/null +++ b/Carthage/Checkouts/Curry @@ -0,0 +1 @@ +Subproject commit f845c353ee1571e701c359a2a8a42760d93da79e