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