versionomy icon indicating copy to clipboard operation
versionomy copied to clipboard

A generalized version number class for Ruby

Results 7 versionomy issues
Sort by recently updated
recently updated
newest added

According to the [semver spec](https://semver.org/), for pre-release tags: > Identifiers MUST comprise only ASCII alphanumerics and hyphens `[0-9A-Za-z-]` However, Versionomy seems to accept only certain letters `rc0` is accepted, but...

Starting from ruby3.1, the psych library uses safe_load underneath load to read YAML. As Versionomy::Value is not in the whitelist of classes permitted to be loaded two tests fails with...

Hello there, What do you think about the support of version with date? Examples: - [arel v5.0.1.20140414130214](https://rubygems.org/gems/arel/versions/5.0.1.20140414130214) - [arel v2.0.8.beta.20110131120940](https://rubygems.org/gems/arel/versions/2.0.8.beta.20110131120940) - [domain_name v0.5.20160309](https://rubygems.org/gems/domain_name/versions/0.5.20160309) Thanks! ## [all versions of arel](https://rubygems.org/gems/arel/versions) [all...

Add a newer version of rbx to .travis.yml, will break because of https://github.com/dazuma/blockenspiel/issues/13.

http://semver.org/ specifies that a prerelease may be prefixed with a dash (point 9). Thanks for your work on this, it's a very useful gem.

Would it be possible to add support for nightly versions? Nightly version should probably be lower than the development version.