Libraries
»
jeweler2
(2.0.9)
»
Index (V)
»
Jeweler
»
Version
Module: Jeweler::Version
Defined in:
lib/jeweler/version.rb
Constant Summary
collapse
MAJOR =
2
MINOR =
0
PATCH =
9
BUILD =
nil
STRING =
[
MAJOR
,
MINOR
,
PATCH
,
BUILD
]
.
compact
.
join
(
'
.
'
)