From 90dfc8f99e774e5ed71b4ed09a14bb75febca936 Mon Sep 17 00:00:00 2001 From: drbrain Date: Mon, 3 Oct 2011 22:15:47 +0000 Subject: * lib/rubygems: Update to RubyGems 1.8.11. Move Deprecate into the Gem namespace. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33386 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rubygems.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/rubygems.rb') diff --git a/lib/rubygems.rb b/lib/rubygems.rb index 632b5e0a60..c8f969224c 100644 --- a/lib/rubygems.rb +++ b/lib/rubygems.rb @@ -118,7 +118,7 @@ require "rubygems/deprecate" # -The RubyGems Team module Gem - VERSION = '1.8.10' + VERSION = '1.8.11' ## # Raised when RubyGems is unable to load or activate a gem. Contains the @@ -956,7 +956,7 @@ module Gem # Returns the Gem::SourceIndex of specifications that are in the Gem.path def self.source_index - @@source_index ||= Deprecate.skip_during do + @@source_index ||= Gem::Deprecate.skip_during do SourceIndex.new Gem::Specification.dirs end end @@ -1262,7 +1262,7 @@ require 'rubygems/custom_require' module Gem class << self - extend Deprecate + extend Gem::Deprecate deprecate :activate_dep, "Specification#activate", 2011, 6 deprecate :activate_spec, "Specification#activate", 2011, 6 deprecate :cache, "Gem::source_index", 2011, 8 -- cgit v1.2.3