1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Removed manage_gems call in the rake gempackagetask

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19814 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
jim 2008-10-16 23:21:59 +00:00
parent 98e6f9a79c
commit 3b8bc290f4

View file

@ -9,12 +9,6 @@ require 'rake/packagetask'
require 'rubygems/user_interaction'
require 'rubygems/builder'
begin
Gem.manage_gems
rescue NoMethodError => ex
# Using rubygems prior to 0.6.1
end
module Rake
# Create a package based upon a Gem spec. Gem packages, as well as