lib/bamboo-client/remote.rb in bamboo-client-0.0.2 vs lib/bamboo-client/remote.rb in bamboo-client-0.0.3

- old
+ new

@@ -22,10 +22,10 @@ @token = doc.text_for "response auth" end def logout - post :logout, :token => token + post :logout, :auth => token @token = nil end def update_and_build(build_name) doc = post :updateAndBuild, :buildName => build_name