lib/cfoundry/v1/base.rb in cfoundry-0.3.47 vs lib/cfoundry/v1/base.rb in cfoundry-0.3.48

- old
+ new

@@ -36,10 +36,10 @@ def info get("info", :accept => :json) end def system_services - get("info", "services", :accept => :json) + get("services", "v1", "offerings", :content => :json, :accept => :json) end def system_runtimes get("info", "runtimes", :accept => :json) end