Sha256: c8e3d5b9aa0fa0b00ead837814529361478b07635ef21c7f8fcd8866fe16b979

Contents?: true

Size: 596 Bytes

Versions: 1

Compression:

Stored size: 596 Bytes

Contents

# The version
VERSION = "0.1.5"

# 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.5 lib/core/constants.rb