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-4.2.6 lib/cf/constants.rb
cf-4.2.5 lib/cf/constants.rb
cf-4.2.4 lib/cf/constants.rb
cf-4.2.3 lib/cf/constants.rb
cf-4.2.2.rc3 lib/cf/constants.rb
cf-4.2.2.rc2 lib/cf/constants.rb
cf-4.2.2.rc1 lib/cf/constants.rb
cf-4.2.1 lib/cf/constants.rb
cf-4.2.1.rc3 lib/cf/constants.rb
cf-4.2.1.rc2 lib/cf/constants.rb
cf-4.2.1.rc1 lib/cf/constants.rb
cf-4.2.0 lib/cf/constants.rb
cf-4.1.5.rc7 lib/cf/constants.rb
cf-4.1.5.rc6 lib/cf/constants.rb
cf-4.1.5.rc5 lib/cf/constants.rb
cf-4.1.5.rc4 lib/cf/constants.rb
cf-4.1.5.rc3 lib/cf/constants.rb
cf-4.1.5.rc2 lib/cf/constants.rb
cf-4.1.5.rc1 lib/cf/constants.rb
cf-4.1.4 lib/cf/constants.rb