A library of utility services and concerns.
SleepingKingStudios::Tools uses semantic versioning.
BUILD
= 0
Build metadata.
MAJOR
= 1
Major version.
MINOR
= 3
Minor version.
PATCH
= 0
Patch version.
PRERELEASE
= :rc
Prerelease version.
.to_gem_version => Object
Generates the gem version string from the Version constants.
Inlined here because dependencies may not be loaded when processing a gemspec, which results in the user being unable to install the gem for the first time.
Back to Documentation | Reference | SleepingKingStudios | SleepingKingStudios::Tools