Sha256: ec5006c5ba4a02de0c7da6369d9a83d6125c824ba89e79f899d9013fc9daee81

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.1.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.1.0 lib/pragmater/identity.rb