Sha256: bc6bfeb32cdfd96d54d5e124f0e95e48dd2a2e36cf163858db7b36b056f74877

Contents?: true

Size: 226 Bytes

Versions: 1

Compression:

Stored size: 226 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.8.4'
end

Version data entries

1 entries across 1 versions & 1 rubygems

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