Module: Quench

Defined in:
lib/quench.rb,
lib/quench/version.rb

Constant Summary collapse

VERSION =

Current version of the Quench.Ruby library

'0.0.1'
VERSION_MAJOR =

Major version of the Quench.Ruby library

VERSION_PARTS_[0]
VERSION_MINOR =

Minor version of the Quench.Ruby library

VERSION_PARTS_[1]
VERSION_REVISION =

Revision version of the Quench.Ruby library

VERSION_PARTS_[2]