What's up with dev in the version number?

Here’s a summary of the changes:

These new version numbers are still valid semver, and are parseable by Gem::Version.new, so that’s the best way to compare them.

If you were trying to parse version.rb manually, then the relevant change might be this one which restructured the file to support this new suffix.

If you can share the relevant code, then I’m sure we can help to figure it out.

6 Likes