Sha256: b4e9cb315b3297d32905c82f9aeda7e25c0e4aa805bd4c4c56b321e78b71561f

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