summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorCarlhuda <carlhuda@engineyard.com>2010-01-25 13:19:24 -0800
committerCarlhuda <carlhuda@engineyard.com>2010-01-25 13:19:24 -0800
commit50087020c54fe16be9d9b04146f247b2c1ab1e92 (patch)
treed072a306b1d9d483073d7987dd23538d5f4d1771 /bin
parenta8eccd5d8af4f137051f586fff600faba1c03cc7 (diff)
downloadbundler-50087020c54fe16be9d9b04146f247b2c1ab1e92.tar.gz
Rename Bubble to Gemfile
Diffstat (limited to 'bin')
-rw-r--r--bin/bbl3
-rw-r--r--bin/gemfile3
2 files changed, 3 insertions, 3 deletions
diff --git a/bin/bbl b/bin/bbl
deleted file mode 100644
index b22e739ec5..0000000000
--- a/bin/bbl
+++ /dev/null
@@ -1,3 +0,0 @@
-require 'bubble/cli'
-
-Bubble::CLI.start \ No newline at end of file
diff --git a/bin/gemfile b/bin/gemfile
new file mode 100644
index 0000000000..59d7465090
--- /dev/null
+++ b/bin/gemfile
@@ -0,0 +1,3 @@
+require 'gemfile/cli'
+
+Gemfile::CLI.start \ No newline at end of file