Libraries
»
fabulator
(0.0.16)
»
Index (V)
»
Fabulator
»
VERSION
Module: Fabulator::VERSION
Defined in:
lib/fabulator/version.rb
Constant Summary
collapse
MAJOR =
0
MINOR =
0
TINY =
1
PRE =
nil
STRING =
[
MAJOR
,
MINOR
,
TINY
]
.
compact
.
join
(
'
.
'
)
+
(
PRE
.
nil?
?
'
'
:
PRE
)
SUMMARY =
"
fabulator
#{
STRING
}
"