Sha256: 12e86b871459ac608618b89e9a3971a1a57d9eb295078590f23823dd76eecec1
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.0.4" 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.0.4 | lib/tocer/identity.rb |