Sha256: 5e6c30ffe2ca0514def6b4ea0bcb9e49be377c086983adfeee7e592873cd3d48
Contents?: true
Size: 574 Bytes
Versions: 3
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.18.1' # 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
af-0.3.18.3 | lib/vmc/const.rb |
af-0.3.18.2 | lib/vmc/const.rb |
af-0.3.18.1 | lib/vmc/const.rb |