Sha256: 178b634bc3a82c7ec2ead8f57e335da42f5ea656cc3286c2c064d55193fe4842
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.3" 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.3 | lib/tocer/identity.rb |