aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler
diff options
context:
space:
mode:
authorCarl Lerche <carllerche@mac.com>2010-05-05 04:21:40 -0700
committerCarl Lerche <carllerche@mac.com>2010-05-05 04:21:40 -0700
commiteea62b3f3eb76f50c08e2513e4b069dc3bb8ce2c (patch)
tree592e8cd6dc2ba79d118332cb78b31880577d69ac /lib/bundler
parent8aaadc407ef5bf13b2c7480e584e1cae519bbf15 (diff)
downloadbundler-eea62b3f3eb76f50c08e2513e4b069dc3bb8ce2c.tar.gz
Have install be the default action for bundle
Diffstat (limited to 'lib/bundler')
-rw-r--r--lib/bundler/cli.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/bundler/cli.rb b/lib/bundler/cli.rb
index f2e7489b..54361eab 100644
--- a/lib/bundler/cli.rb
+++ b/lib/bundler/cli.rb
@@ -9,6 +9,8 @@ module Bundler
class CLI < Thor
check_unknown_options! unless ARGV.include?("exec")
+ default_task :install
+
desc "init", "Generates a Gemfile into the current working directory"
method_option "gemspec", :type => :string, :banner => "Use the specified .gemspec to create the Gemfile"
def init