Sha256: 0858e1f6812d6cb4c705a983afbe2ae783369e1ca60b6a6636575fad718dc78e

Contents?: true

Size: 403 Bytes

Versions: 57

Compression:

Stored size: 403 Bytes

Contents

module CF
  CONFIG_DIR = "~/.cf".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
  DEFAULT_API_URL = "api.run.pivotal.io".freeze
end

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
cf-5.2.1.rc7 lib/cf/constants.rb
cf-5.2.1.rc6 lib/cf/constants.rb
cf-5.2.1.rc5 lib/cf/constants.rb
cf-5.2.1.rc4 lib/cf/constants.rb
cf-5.2.1.rc3 lib/cf/constants.rb
cf-5.2.1.rc2 lib/cf/constants.rb
cf-5.2.0 lib/cf/constants.rb
cf-5.1.0.rc1 lib/cf/constants.rb
cf-5.0.0.rc4 lib/cf/constants.rb
cf-5.0.0.rc3 lib/cf/constants.rb
cf-5.0.0.rc1 lib/cf/constants.rb
cf-4.2.9.rc5 lib/cf/constants.rb
cf-4.2.9.rc3 lib/cf/constants.rb
cf-4.2.10.rc2 lib/cf/constants.rb
cf-4.2.10.rc1 lib/cf/constants.rb
cf-4.2.9.rc2 lib/cf/constants.rb
cf-4.2.8 lib/cf/constants.rb
cf-4.2.8.rc2 lib/cf/constants.rb
cf-4.2.8.rc1 lib/cf/constants.rb
cf-4.2.7 lib/cf/constants.rb