Sha256: 98c7402aafa90bf9a2e85adc14cfc0d506e4d8cc71c6d643dccfb1ac90efe74c
Contents?: true
Size: 596 Bytes
Versions: 1
Compression:
Stored size: 596 Bytes
Contents
# The version VERSION = "0.1.7" # The root of this project PROJECT_ROOT = File.absolute_path(File.join(File.dirname(__FILE__), "..", "..")) # Settings pertaining to radon SETTINGS_DIR = File.join(Dir.home, '.periodic', 'radon') # The settings json file SETTINGS_FILE = File.join(SETTINGS_DIR, 'settings.json') # The base periodic settings path BASE_SETTINGS_DIR = File.join(Dir.home, '.periodic') # The folder containing zips and b64 files DATA_DIR = File.absolute_path(File.join(PROJECT_ROOT, "data")) AUTHORS = { 'Carter Brainerd' => '0xCB[at]protonmail[dot]com' }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
radon-0.1.7 | lib/core/constants.rb |