Module: Middleman::VCard

Defined in:
lib/middleman-vcard/version.rb,
lib/middleman-vcard/extension.rb,
lib/middleman-vcard/generator.rb

Defined Under Namespace

Classes: Generator, VCardExtension

Constant Summary collapse

VERSION_MAJOR =

The current major version.

0
VERSION_MINOR =

The current minor version.

9
VERSION_PATCH =

The current patch version.

10
VERSION =

The version string, following the semvers conventions.

"#{VERSION_MAJOR}.#{VERSION_MINOR}.#{VERSION_PATCH}"