Sha256: 716a62c016e023abd00ea3c8e36bd8cf61399d8c7c2288c8bcfcc9bae3bc7f22

Contents?: true

Size: 577 Bytes

Versions: 2

Compression:

Stored size: 577 Bytes

Contents

module VMC

  # This is the internal VMC version number, and is not necessarily
  # the same as the RubyGem version (VMC::Cli::VERSION).
  VERSION = '0.4.0'

  # Targets
  DEFAULT_TARGET = 'https://api.cloudfoundry.com'
  DEFAULT_LOCAL_TARGET = 'http://api.vcap.me'

  # General Paths
  INFO_PATH            = 'info'
  GLOBAL_SERVICES_PATH = ['info', 'services']
  GLOBAL_RUNTIMES_PATH = ['info', 'runtimes']
  RESOURCES_PATH       = 'resources'

  # User specific paths
  APPS_PATH            = 'apps'
  SERVICES_PATH        = 'services'
  USERS_PATH           = 'users'

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vmc-stic-0.4.1 lib/vmc/const.rb
vmc-stic-0.4.0 lib/vmc/const.rb