Sha256: 54d1188b986f8a8af62832745081e9b5112803afaaa88f37f7408c78d121d485
Contents?: true
Size: 626 Bytes
Versions: 1
Compression:
Stored size: 626 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.3.2' # Targets DEFAULT_TARGET = 'https://api.cloudfoundry.com' DEFAULT_LOCAL_TARGET = 'http://api.vcap.me' # General Paths INFO_PATH = 'info' GLOBAL_SERVICES_PATH = ['info', 'services'] EXTERNAL_SERVICES_PATH = ['external_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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
udn-0.3.23.0.pre | lib/vmc/const.rb |