diff options
author | Carl Lerche <carllerche@mac.com> | 2010-01-26 11:23:36 -0800 |
---|---|---|
committer | Carl Lerche <carllerche@mac.com> | 2010-01-26 11:23:51 -0800 |
commit | 152a50a4aff32cc1c10bedd14d9ea822da4f3eef (patch) | |
tree | 196c7b97eaf6f3189084969b89e3ad7b2ddaeb22 /bin/bundle | |
parent | 63e4af6bd86041ef6c7eebebd7670b2b39b20043 (diff) | |
download | bundler-152a50a4aff32cc1c10bedd14d9ea822da4f3eef.tar.gz |
Rename gemfile back to bundler
Diffstat (limited to 'bin/bundle')
-rw-r--r-- | bin/bundle | 3 |
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 |