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