Sha256: fc587cf086c99e230841d2a6ce212622a2fbfb24a95893f4ccbfa6d35f89c260

Contents?: true

Size: 318 Bytes

Versions: 1

Compression:

Stored size: 318 Bytes

Contents

# frozen_string_literal: true

module Pragmater
  # Gem identity information.
  module Identity
    NAME = "pragmater"
    LABEL = "Pragmater"
    VERSION = "9.2.0"
    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-9.2.0 lib/pragmater/identity.rb