Sha256: 5fb52604150cd8bd3fee3e88af248e36ae51bcc3fb76c8f81eb91498ebad3f4d

Contents?: true

Size: 300 Bytes

Versions: 1

Compression:

Stored size: 300 Bytes

Contents

# frozen_string_literal: true

module Tocer
  # Gem identity information.
  module Identity
    NAME = "tocer"
    LABEL = "Tocer"
    VERSION = "12.0.1"
    VERSION_LABEL = "#{LABEL} #{VERSION}"
    SUMMARY = "A command line interface for generating table of contents for Markdown files."
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tocer-12.0.1 lib/tocer/identity.rb