From d1a933ba952792f74b0c243899e2fd947f6de851 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Sat, 8 Dec 2012 15:26:16 -0800 Subject: [PATCH] Add httparty submodule --- .gitmodules | 3 +++ vendor/httparty | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 vendor/httparty diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..54c60e1 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "vendor/httparty"] + path = vendor/httparty + url = git://github.com/jnunemaker/httparty.git diff --git a/vendor/httparty b/vendor/httparty new file mode 160000 index 0000000..d392c2d --- /dev/null +++ b/vendor/httparty @@ -0,0 +1 @@ +Subproject commit d392c2d1cb4ca4413e28a7ef55dcede1fccd2dc6