Sha256: 3a41ee392f81cd9d162846b2e8fc07fe7c60da1254b4812ec93d710f553ee303

Contents?: true

Size: 425 Bytes

Versions: 19

Compression:

Stored size: 425 Bytes

Contents

module VMC
  OLD_TARGET_FILE = "~/.cloulu_target".freeze
  OLD_TOKENS_FILE = "~/.cloulu_token".freeze

  CONFIG_DIR = "~/.cloulu".freeze

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

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
cloulu-1.0.0 lib/vmc/constants.rb
cloulu-0.7.0 lib/vmc/constants.rb
cloulu-0.6.6 lib/vmc/constants.rb
cloulu-0.6.5 lib/vmc/constants.rb
cloulu-0.6.1 lib/vmc/constants.rb
cloulu-0.6.0 lib/vmc/constants.rb
cloulu-0.5.1 lib/vmc/constants.rb
cloulu-0.5.0 lib/vmc/constants.rb
cloulu-0.3.0 lib/vmc/constants.rb
cloulu-0.2.6 lib/vmc/constants.rb
cloulu-0.2.5 lib/vmc/constants.rb
cloulu-0.2.4 lib/vmc/constants.rb
cloulu-0.2.3 lib/vmc/constants.rb
cloulu-0.2.1 lib/vmc/constants.rb
cloulu-0.2.0 lib/vmc/constants.rb
cloulu-0.1.6 lib/vmc/constants.rb
cloulu-0.1.5 lib/vmc/constants.rb
cloulu-0.1.2 lib/vmc/constants.rb
cloulu-0.1.1 lib/vmc/constants.rb