Isn't it fairly common to drop the trailing .0 in a 3-number version?I think in the Ruby world it's more common to keep the third ('tiny')
version component (as in the RubyGems RationalVersioningPolicy). But what I'm really looking for is a statement of JRuby's policy, so people can code to it (and code won't break every time a change is made). It would be niceif release candidate versions we're encoded in such a way that > or >= would still work in comparing versions. But mostly I'm looking for definition, something that could reliably be used in a regexp. -Bill
