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