Libraries
»
gmail-afurmanov
(0.1.0)
»
Index (V)
»
Gmail
»
Version
Class: Gmail::Version
Inherits:
Object
Object
Gmail::Version
show all
Defined in:
lib/gmail/version.rb
Overview
:nodoc:
Constant Summary
collapse
MAJOR =
0
MINOR =
4
PATCH =
0
STRING =
[
MAJOR
,
MINOR
,
PATCH
]
.
join
(
'
.
'
)