This project is closed and read-only.
Actions
Backport #5387
closedDeprecate should be Gem::Deprecate
Backport #5387:
Deprecate should be Gem::Deprecate
Status:
Closed
Assignee:
Description
On Ruby 1.9.3.rc1, Deprecate is defined at the top level. Unless this is meant to be used outside of RubyGems, it should be moved into the RubyGems namespace.
Updated by naruse (Yui NARUSE) almost 15 years ago
- Status changed from Open to Assigned
- Assignee set to drbrain (Eric Hodel)
Updated by drbrain (Eric Hodel) almost 15 years ago
I think this should block 1.9.3, RubyGems should not add a new top-level module.
I can fix this on Monday.
Updated by drbrain (Eric Hodel) almost 15 years ago
- Category set to lib
- Status changed from Assigned to Closed
Fixed by r33386
Updated by naruse (Yui NARUSE) almost 15 years ago
- Tracker changed from Bug to Backport
- Project changed from Ruby to 13
- Category deleted (
lib) - Status changed from Closed to Assigned
- Assignee changed from drbrain (Eric Hodel) to yugui (Yuki Sonoda)
- Target version deleted (
1.9.3)
Updated by naruse (Yui NARUSE) almost 15 years ago
- Status changed from Assigned to Closed
Backported by r33435
Actions