Sha256: 55dadb8fb46e64f6185478e8a48654dc4c3f2eba0d51901447b4394da6566c6f

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.0'

  # 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.7 lib/vmc/const.rb
vmc-0.3.6 lib/vmc/const.rb