Module: Riddle::Version
- Defined in:
- lib/riddle.rb
Overview
:nodoc:
Constant Summary collapse
- Major =
0- Minor =
9- Tiny =
8- Rev =
Revision number for RubyForge’s sake, taken from what Sphinx outputs to the command line.
1371- Release =
Release number to mark my own fixes, beyond feature parity with Sphinx itself.
0- String =
[Major, Minor, Tiny].join('.')
- GemVersion =
[Major, Minor, Tiny, Rev, Release].join('.')