Libraries
»
gmail_oauth
(0.1.3)
»
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 =
1
PATCH =
3
STRING =
[
MAJOR
,
MINOR
,
PATCH
]
.
join
(
'
.
'
)