Sha256: e890eefd448baf98a2d50de71480240c3bc9980805d288380285d691669f6fff
Contents?: true
Size: 319 Bytes
Versions: 1
Compression:
Stored size: 319 Bytes
Contents
# frozen_string_literal: true module Pragmater # Gem identity information. module Identity NAME = "pragmater" LABEL = "Pragmater" VERSION = "10.0.1" VERSION_LABEL = "#{LABEL} #{VERSION}".freeze SUMMARY = "A command line interface for managing/formatting source file pragma comments." end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pragmater-10.0.1 | lib/pragmater/identity.rb |