summaryrefslogtreecommitdiff
path: root/lib/bundler/gem_helper.rb
diff options
context:
space:
mode:
-rw-r--r--lib/bundler/gem_helper.rb16
1 files changed, 16 insertions, 0 deletions
@@ -47,6 +47,11 @@ module Bundler
built_gem_path = build_gem
end
desc "Build and install #{name}-#{version}.gem into system gems."
task "install" => "build" do
install_gem(built_gem_path)
@@ -100,6 +105,17 @@ module Bundler
Bundler.ui.confirm "#{name} (#{version}) installed."
end
protected
def rubygem_push(path)