Sha256: b3f213298e299c82cc0bdb7a5f86d6365c5c9def84b2fa88895d30b4666beb2c
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 = "5.1.1" VERSION_LABEL = "#{LABEL} #{VERSION}" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
xdg-5.1.1 | lib/xdg/identity.rb |