lib/onering/api.rb in onering-client-0.3.4 vs lib/onering/api.rb in onering-client-0.4.0

- old
+ new

@@ -212,10 +212,10 @@ super end end def status() - Onering::API.get("/").parsed_response + Onering::API.new.get("/").parsed_response end # ----------------------------------------------------------------------------- def _setup_auth() type = Onering::Config.get('authentication.type', :auto)