Backport #5397
Backport r33386 from #5378 (Deprecate => Gem::Deprecate) to ruby_1_9_3 for Ruby 1.9.3p0
Status:
Closed
Priority:
Normal
Assignee:
-
Description
RubyGems should not add new constants to the top-level namespace. r33386 fixes this on ruby-trunk and should be backported for 1.9.3p0
Updated by kosaki (Motohiro KOSAKI) over 9 years ago
- Status changed from Open to Closed
I verifiied r33386 only replace Deprecate with Gem::Deprecate and doesn't have any unrelated change. OK, it obviously has no risk.
backported as r33435 then.