Sha256: 13320a5e00a1a4d6d5c73bad57b21929811a085cca0b5662bfa023b9c88380d0
Contents?: true
Size: 228 Bytes
Versions: 1
Compression:
Stored size: 228 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 = '2.0.8.2' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
markdown_exec-2.0.8.2 | lib/markdown_exec/version.rb |