Module: Jektify

Defined in:
lib/jektify/main.rb,
lib/jektify/engine.rb,
lib/jektify/render.rb,
lib/jektify/version.rb

Defined Under Namespace

Classes: Engine, Generator, Main, Render

Constant Summary collapse

APP_NAME =
"jektify"
MAJOR =

Description

MAJOR: It includes API changes and can break backward compatibility MINOR: It includes new features without breaking existing APIs PATCH: Fixes bugs and brings improvements in existing implementations

1
MINOR =
0
PATCH =
8
VERSION =
"#{MAJOR}.#{MINOR}.#{PATCH}"