Sha256: dec027fa0501facac1aeadb6a0a22beb3d3128fb89dbbb380604c2cf691dfe1c
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 = '1.3.3.1' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
markdown_exec-1.3.3.1 | lib/markdown_exec/version.rb |