Sha256: bd1a5224024ea8d3bf14ad629af94f9e45b59e0bf1512c1723c9d3187bc9abf0
Contents?: true
Size: 577 Bytes
Versions: 118
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.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'] GLOBAL_RUNTIMES_PATH = ['info', 'runtimes'] RESOURCES_PATH = 'resources' # User specific paths APPS_PATH = 'apps' SERVICES_PATH = 'services' USERS_PATH = 'users' end
Version data entries
118 entries across 118 versions & 4 rubygems