Sha256: 8473cda726933560641ef742a6ddcbd23f3839a1c8dc85899e9902003a5e4735

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.2.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.2.0 lib/tocer/identity.rb