Sha256: 0582b8bc4c3b79c9fe54397d476cdf0f831c41162f9cfa53867048785ff08f75
Contents?: true
Size: 596 Bytes
Versions: 1
Compression:
Stored size: 596 Bytes
Contents
# The version VERSION = "0.1.8" # 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.8 | lib/core/constants.rb |