Sha256: 9a621226007a9c438d28401cd6e0d77a771ea019f22174b52a2e827a128f3b4d

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 = "9.1.1"
    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-9.1.1 lib/pragmater/identity.rb