Sha256: aaa08a474a7493c1d0516d1a64181a29435958c2ad004101e9010dcd6080c4a6

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.0"
    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.0 lib/tocer/identity.rb