Sha256: c1cb51cf48f1761455e20671fb0ee377f0ceed27bb05882e494c565e495f50aa
Contents?: true
Size: 426 Bytes
Versions: 4
Compression:
Stored size: 426 Bytes
Contents
<%= license %> module <%= engine_class_name %> module VERSION Major = 0 # change implies compatibility breaking with previous versions Minor = 1 # change implies backwards-compatible change to API Release = 0 # incremented with bug-fixes, updates, etc. end end Engines.current.version = <%= engine_class_name %>::VERSION # load up all the required files we need... require '<%= engine_underscored_name %>'
Version data entries
4 entries across 4 versions & 1 rubygems