module PublicanCreators::Version

This module holds the latex_curriculum_vitae version information.

Constants

MSG
STRING

Public Class Methods

version(debug = false) click to toggle source
# File lib/publican_creators/version.rb, line 25
def self.version(debug = false)
  if debug
    format(MSG, version: STRING, parser_version: Parser::VERSION,
           ruby_engine: RUBY_ENGINE, ruby_version: RUBY_VERSION,
           ruby_platform: RUBY_PLATFORM)
  else
    STRING
  end
end