diff options
author | Carlhuda <carlhuda@engineyard.com> | 2010-04-01 12:03:25 -0700 |
---|---|---|
committer | Carlhuda <carlhuda@engineyard.com> | 2010-04-01 12:03:57 -0700 |
commit | 1da7eb3586fa147c25fdf58459eaeaf8bf921930 (patch) | |
tree | 1f511692d290976306e143ce8162ffc245d30e54 /bin | |
parent | b57ef8ec97e71a37848465af10d5e22f890974fb (diff) | |
download | bundler-1da7eb3586fa147c25fdf58459eaeaf8bf921930.tar.gz |
Don't generate bundler.gemspec anymore
Diffstat (limited to 'bin')
-rw-r--r-- | bin/bundle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/bundle b/bin/bundle index 052ca6a1e1..1877540982 100644 --- a/bin/bundle +++ b/bin/bundle @@ -1,3 +1,5 @@ +#!/usr/bin/env ruby + # Check if an older version of bundler is installed require 'bundler' $:.each do |path| |