module Ceedling

This file exists solely for ‘require ’ceedling’‘ and any backwards compatibility. All path loading and related is handled from bin/ceedling. There is no shareable, library-worth code in lib/.

version.rb is run as:

1. An executable script for a Ceedling tag used in the release build process
   `ruby Ceedling/lib/version.rb`
2. As a code module of constants consumed by Ruby's gem building process