Module: AttrEncrypted::Version
- Defined in:
- lib/attr_encrypted/version.rb
Overview
Contains information about this gem’s version
Constant Summary collapse
- MAJOR =
3
- MINOR =
1
- PATCH =
0
Class Method Summary collapse
-
.string ⇒ Object
Returns a version string by joining
MAJOR
,MINOR
, andPATCH
with'.'
.