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:
parent
98e6f9a79c
commit
3b8bc290f4
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue