Sha256: dcd8bc4114c831653d3a9a2dbf81e7f444f62780dcfb5486aa7adfcb9e166f89

Contents?: true

Size: 574 Bytes

Versions: 9

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.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'
  GLOBAL_RUNTIMES_PATH = '/info/runtimes'
  RESOURCES_PATH       = '/resources'

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

end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
vmc-0.3.15 lib/vmc/const.rb
vmc-0.3.15.beta.1 lib/vmc/const.rb
vmc-0.3.14 lib/vmc/const.rb
vmc-0.3.14.beta.4 lib/vmc/const.rb
vmc-0.3.14.beta.3 lib/vmc/const.rb
vmc-0.3.13 lib/vmc/const.rb
vmc-0.3.13.beta.5 lib/vmc/const.rb
vmc-0.3.13.beta.4 lib/vmc/const.rb
vmc-0.3.13.beta.3 lib/vmc/const.rb