Sha256: cb2c48b1bdbcbb40c1386c5d24caf4169141781e0d2b2f8d99cc6127e65156e6

Contents?: true

Size: 199 Bytes

Versions: 1

Compression:

Stored size: 199 Bytes

Contents

# frozen_string_literal: true

module XDG
  # Gem identity information.
  module Identity
    NAME = "xdg"
    LABEL = "XDG"
    VERSION = "4.3.0"
    VERSION_LABEL = "#{LABEL} #{VERSION}"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
xdg-4.3.0 lib/xdg/identity.rb