Sha256: 468e62c75d60c3249f73418d0c9a4744efd8584cacc0f845fe33a760d9eca3a6

Contents?: true

Size: 314 Bytes

Versions: 1

Compression:

Stored size: 314 Bytes

Contents

# :nodoc:
module Prmd
  # Well, duh, its a Version module, what did you expect?
  module Version
    MAJOR, MINOR, TEENY, PATCH = 0, 14, 0, nil
    # version string
    # @return [String]
    STRING = [MAJOR, MINOR, TEENY, PATCH].compact.join('.').freeze
  end
  # @return [String]
  VERSION = Version::STRING
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
prmd-0.14.0 lib/prmd/version.rb