Sha256: 1c522f90ad7a492a369fffa3215acac3067db60f916df576282c8c361c947847
Contents?: true
Size: 206 Bytes
Versions: 1
Compression:
Stored size: 206 Bytes
Contents
# frozen_string_literal: true module XDG # Gem identity information. module Identity NAME = "xdg" LABEL = "XDG" VERSION = "5.3.0" VERSION_LABEL = "#{LABEL} #{VERSION}".freeze end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
xdg-5.3.0 | lib/xdg/identity.rb |