Skip to content

Commit

Permalink
removed manage_gems from the gem package task
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich committed Oct 16, 2008
1 parent b167f25 commit 46e1d5f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/rake/gempackagetask.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@
require 'rubygems/user_interaction' require 'rubygems/user_interaction'
require 'rubygems/builder' require 'rubygems/builder'


begin
Gem.manage_gems
rescue NoMethodError => ex
# Using rubygems prior to 0.6.1
end

module Rake module Rake


# Create a package based upon a Gem spec. Gem packages, as well as # Create a package based upon a Gem spec. Gem packages, as well as
Expand Down

0 comments on commit 46e1d5f

Please sign in to comment.