Sha256: 7a71bea056ba6cc5aea43089a42bd940f4824b5ed7416bf4a630448fd3d71c1e
Contents?: true
Size: 311 Bytes
Versions: 1
Compression:
Stored size: 311 Bytes
Contents
# frozen_string_literal: true module Pragmater # Gem identity information. module Identity NAME = "pragmater" LABEL = "Pragmater" VERSION = "8.2.0" VERSION_LABEL = "#{LABEL} #{VERSION}" 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-8.2.0 | lib/pragmater/identity.rb |