Chad Woolley <[email protected]> writes: > I bumped the trunk version of RubyGems to 1.3.4.1. I previously > discussed [1] why this makes sense. > > To summarize, this makes it much easier for people writing and testing > with CI against the RubyGems API, especially if they have embedded > version checks to support backward- and forward-compatibility with > older or unreleased versions of RubyGems. > > The version should be changed to something appropriate before the next > release. 1.3.4.1 is arbitrary and interim, I don't care what it is, > as long as it is > 1.3.4. As soon as the 1.3.4 gem was released, > trunk was NOT version 1.3.4 anymore.
We've got all the logic for prerelease versions in the Gem::Version class. We could use it for RubyGems' version itself rather than just versions of gems, since 1.3.4.1 is not actually accurate either without moving to an "odd for development, even for release" scheme. -Phil _______________________________________________ Rubygems-developers mailing list http://rubyforge.org/projects/rubygems [email protected] http://rubyforge.org/mailman/listinfo/rubygems-developers
