Sha256: e8a2c90c40879f0f79442febfaf15cc3af251f7aa6d9a3ff23cf26fbc83a6afd
Contents?: true
Size: 574 Bytes
Versions: 1
Compression:
Stored size: 574 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.16.3' # Targets DEFAULT_TARGET = 'https://api.appfog.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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
af-0.3.16.3 | lib/vmc/const.rb |