Patches item #26180, was opened at 2009-06-09 15:47 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=577&aid=26180&group_id=126
Category: None Group: None Status: Open Resolution: None Priority: 3 Submitted By: Aaron Patterson (aaronp) Assigned to: Nobody (None) Summary: Simplify and speed up Gem::Version::Part Initial Comment: This patch will simplify and speed up Gem::Version::Part. A version part can be determined whether it is an alpha? or a numeric? upon initialization and can cache that fact. This patch determines the type of version on initialization, caches the values, and also defines attributes with attr_reader for increased speed. ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=577&aid=26180&group_id=126 _______________________________________________ Rubygems-developers mailing list http://rubyforge.org/projects/rubygems [email protected] http://rubyforge.org/mailman/listinfo/rubygems-developers
