Sha256: 4880c6eb1bdba2f43bae9c070e18b24cc017bd8122c6c35b28fbd2bacfb9fb6e
Contents?: true
Size: 274 Bytes
Versions: 4
Compression:
Stored size: 274 Bytes
Contents
module ZenginCode ROOT_DIR = Pathname.new(File.expand_path(__FILE__)).join('../../..') DATA_DIR = ROOT_DIR.join('data') GEM_VERSION = '0.0.4' def self.version "#{GEM_VERSION}-p#{File.read(DATA_DIR.join('updated_at')).strip}" end VERSION = self.version end
Version data entries
4 entries across 4 versions & 1 rubygems