Patches: Browse | Submit New | Admin

[#26943] unable to build gem with new rubygems

Date:
2009-08-18 19:35
Priority:
3
Submitted By:
Charley Baker (charley)
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
unable to build gem with new rubygems

Detailed description
This is not really a patch per se, but there doesn't seem to be a defect tracker. 

Tried building the Framework gem with rake gem: 

Windows XP 
Ruby 1.8.6 patchlevel 287 
Rubygems 1.3.5

Rakefile is using deprecated, now extinct api call: Gem::manage_gems

Going forward should remove that and replace with: 

require 'rubygems/gem_runner'
Gem.manage_gems if Gem::RubyGemsVersion.to_f < 1.0


depending on backward compatibility requirements.

Add A Comment: Notepad

Please login


Followup

No Followups Have Been Posted

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

No Changes Have Been Made to This Item