Sha256: ac7ec40fb12a6461fe5be24eeb5cf9bec988f4ee3d5ccafa0574df31ab67d31b
Contents?: true
Size: 427 Bytes
Versions: 9
Compression:
Stored size: 427 Bytes
Contents
# encoding: UTF-8 # frozen_string_literal: true require 'pathname' module Locd # Absolute, expanded path to the gem's root directory. # # @return [Pathname] # ROOT = Pathname.new( __dir__ ).join( '..', '..' ).expand_path # String version read from `//VERSION` # # @return [String] # VERSION = (ROOT / 'VERSION').read # The gem name # # @return [String] # GEM_NAME = 'locd' end
Version data entries
9 entries across 9 versions & 1 rubygems