Sha256: 56487f378ff309a554c530dab9e048eb1fdb5cea53344a0d204fcb581247f722

Contents?: true

Size: 224 Bytes

Versions: 1

Compression:

Stored size: 224 Bytes

Contents

# frozen_string_literal: true

# :reek:TooManyConstants
module MarkdownExec
  APP_DESC = 'Markdown Executor'
  APP_NAME = 'MDE'
  BIN_NAME = 'mde'
  GEM_NAME = 'markdown_exec'
  TAP_DEBUG = 'MDE_DEBUG'
  VERSION = '1.7'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
markdown_exec-1.7 lib/markdown_exec/version.rb