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