Module Versionomy::Conversion::Semver
In: lib/versionomy/format_definitions/semver.rb

This is a namespace for the implementation of the conversion between the semver and standard formats.

Methods

Public Class methods

Create the conversion from semver to standard format. This method is called internally when Versionomy loads the semver format, and you should not need to call it again. It is documented so that you can inspect its source code from RDoc, since the source contains useful examples of how to use the conversion DSLs.

Create the conversion from standard to semver format. This method is called internally when Versionomy loads the semver format, and you should not need to call it again. It is documented so that you can inspect its source code from RDoc, since the source contains useful examples of how to use the conversion DSLs.

[Validate]