Sha256: 084d765f8a0a0c65f6d4099f1d69607720feea503ea817713798bcb27a1d9f99

Contents?: true

Size: 531 Bytes

Versions: 2

Compression:

Stored size: 531 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 = 'http://api.cloudfoundry.com'
  DEFAULT_LOCAL_TARGET = 'http://api.vcap.me'

  # General Paths
  INFO_PATH            = '/info'
  GLOBAL_SERVICES_PATH = '/info/services'
  RESOURCES_PATH       = '/resources'

  # User specific paths
  APPS_PATH            = '/apps'
  SERVICES_PATH        = '/services'
  USERS_PATH           = '/users'

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vmc-0.3.10 lib/vmc/const.rb
vmc-0.3.8 lib/vmc/const.rb