Sha256: 33736750134b778cac571f9020c926a5485b9a6bc4fca34ad4ff23b28dd25304
Contents?: true
Size: 568 Bytes
Versions: 1
Compression:
Stored size: 568 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.paas.io' DEFAULT_LOCAL_TARGET = 'http://api.paas.io' # 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 |
---|---|
paasio-0.3.16.beta.2 | lib/vmc/const.rb |