From 1ea5380ca618682cc8bd949bda080ca6a539e235 Mon Sep 17 00:00:00 2001 From: Corey Johnson & Nathan Sobo Date: Wed, 1 Aug 2012 13:26:45 -0700 Subject: [PATCH] add ruby bundle submodule --- .gitmodules | 3 +++ bundles/ruby.tmbundle | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundles/ruby.tmbundle diff --git a/.gitmodules b/.gitmodules index 94eac6fb0..1b26690d4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "bundles/CoffeeScriptBundle.tmbundle"] path = bundles/CoffeeScriptBundle.tmbundle url = git://github.com/jashkenas/coffee-script-tmbundle +[submodule "bundles/ruby.tmbundle"] + path = bundles/ruby.tmbundle + url = git://github.com/textmate/ruby.tmbundle.git diff --git a/bundles/ruby.tmbundle b/bundles/ruby.tmbundle new file mode 160000 index 000000000..daad8ef03 --- /dev/null +++ b/bundles/ruby.tmbundle @@ -0,0 +1 @@ +Subproject commit daad8ef03de9630e74578a046240fd9acc63b8b5