Sha256: a715d977de33a97b2d04afb589e0c5d31b4ce05cffa2aeb87a65271c243a46fe

Contents?: true

Size: 352 Bytes

Versions: 48

Compression:

Stored size: 352 Bytes

Contents

module VMC
  OLD_TARGET_FILE = "~/.vmc_target"
  OLD_TOKENS_FILE = "~/.vmc_token"

  CONFIG_DIR = "~/.vmc"
  LOGS_DIR = "#{CONFIG_DIR}/logs"
  PLUGINS_FILE = "#{CONFIG_DIR}/plugins.yml"
  TARGET_FILE = "#{CONFIG_DIR}/target"
  TOKENS_FILE = "#{CONFIG_DIR}/tokens.yml"
  COLORS_FILE = "#{CONFIG_DIR}/colors.yml"
  CRASH_FILE = "#{CONFIG_DIR}/crash"
end

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
vmc-0.5.0.beta.1 lib/vmc/constants.rb
vmc-0.4.7 lib/vmc/constants.rb
vmc-0.4.6 lib/vmc/constants.rb
vmc-0.4.5 lib/vmc/constants.rb
vmc-0.4.4 lib/vmc/constants.rb
vmc-0.4.3 lib/vmc/constants.rb
vmc-0.4.2 lib/vmc/constants.rb
vmc-0.4.1 lib/vmc/constants.rb
vmc-0.4.0 lib/vmc/constants.rb
vmc-0.4.0.beta.97 vmc-ng/lib/vmc/constants.rb
vmc-0.4.0.beta.96 vmc-ng/lib/vmc/constants.rb
vmc-0.4.0.beta.94 vmc-ng/lib/vmc/constants.rb
vmc-0.4.0.beta.93 vmc-ng/lib/vmc/constants.rb
vmc-0.4.0.beta.92 vmc-ng/lib/vmc/constants.rb
vmc-0.4.0.beta.91 vmc-ng/lib/vmc/constants.rb
vmc-0.4.0.beta.90 vmc-ng/lib/vmc/constants.rb
vmc-0.4.0.beta.89 vmc-ng/lib/vmc/constants.rb
vmc-0.4.0.beta.88 vmc-ng/lib/vmc/constants.rb
vmc-0.4.0.beta.87 vmc-ng/lib/vmc/constants.rb
vmc-0.4.0.beta.86 vmc-ng/lib/vmc/constants.rb