Is there a way to mark or version a ruby package, specifically a rubygem, as a developer or beta release?
In the Perl world, there is a widely respected convention of the underscore-separated minuscule number indicating a developer release. That is, 1.23_01 is a dev release following ordinary release 1.23, and the main Perl packaging software and community distribution site know this. Is there a similar practice for ruby?