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