Sha256: 02dea2fe4a3fa7fc34ce3103c1b52deb2d8ea5cfcadee91b51bd5b7828e7c7aa

Contents?: true

Size: 307 Bytes

Versions: 1

Compression:

Stored size: 307 Bytes

Contents

# frozen_string_literal: true

module Tocer
  # Gem identity information.
  module Identity
    NAME = "tocer"
    LABEL = "Tocer"
    VERSION = "12.1.0"
    VERSION_LABEL = "#{LABEL} #{VERSION}".freeze
    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.1.0 lib/tocer/identity.rb