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