Sha256: 240322e5c57bfc36dd1a5c6764a044db33c394310a8ad2cdc725fa80b7ac06e9

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.3.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.3.0 lib/pragmater/identity.rb