class Roda
The main class for Roda
. Roda
is built completely out of plugins, with the default plugin being Roda::RodaPlugins::Base
, so this class is mostly empty except for some constants.
Constants
- RodaMajorVersion
-
The major version of
Roda
, updated only for major changes that are likely to require modification toRoda
apps. - RodaMinorVersion
-
The minor version of
Roda
, updated for new feature releases ofRoda
. - RodaPatchVersion
-
The patch version of
Roda
, updated only for bug fixes from the last feature release. - RodaVersion
-
The full version of
Roda
as a string. - RodaVersionNumber
-
The full version of
Roda
as a number (3.7.0 => 30070)