summaryrefslogtreecommitdiff
path: root/bin/bundle
diff options
context:
space:
mode:
authorCarl Lerche <carllerche@mac.com>2010-01-26 11:23:36 -0800
committerCarl Lerche <carllerche@mac.com>2010-01-26 11:23:51 -0800
commit152a50a4aff32cc1c10bedd14d9ea822da4f3eef (patch)
tree196c7b97eaf6f3189084969b89e3ad7b2ddaeb22 /bin/bundle
parent63e4af6bd86041ef6c7eebebd7670b2b39b20043 (diff)
downloadbundler-152a50a4aff32cc1c10bedd14d9ea822da4f3eef.tar.gz
Rename gemfile back to bundler
Diffstat (limited to 'bin/bundle')
-rw-r--r--bin/bundle3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/bundle b/bin/bundle
new file mode 100644
index 0000000000..c534a3b627
--- /dev/null
+++ b/bin/bundle
@@ -0,0 +1,3 @@
+require 'bundler/cli'
+
+Bundler::CLI.start \ No newline at end of file