Skip to content

Commit

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

begin
Gem.manage_gems if Gem::RubyGemsVersion < '1.2.0'
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
Expand Down

2 comments on commit dd9c844

@tenderlove
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for removing this! Please release soon! I love you!

@technomancy
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

High-five!

Please sign in to comment.