Sha256: f4ce5e400f8049b174f942683a9eb8d3e9c8e7fdb6dbae2d3aad6e201d7ad76c

Contents?: true

Size: 622 Bytes

Versions: 5

Compression:

Stored size: 622 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']
  CLOUDN_SERVICES_PATH = ['cloudn_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

5 entries across 5 versions & 1 rubygems

Version Path
udn-0.3.23.5 lib/vmc/const.rb
udn-0.3.23.4 lib/vmc/const.rb
udn-0.3.23.3 lib/vmc/const.rb
udn-0.3.23.2 lib/vmc/const.rb
udn-0.3.23.1 lib/vmc/const.rb