Sha256: e8549423472f691ddfa8c3188ee5a7c8fb7ad3240c6d63ff2684072a5d1d69f6
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.2" 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.2 | lib/tocer/identity.rb |