lib/preposterous/httpauth.rb in preposterous-0.0.2 vs lib/preposterous/httpauth.rb in preposterous-0.0.3

- old
+ new

@@ -1,8 +1,8 @@ module Preposterous class HTTPAuth include HTTParty - format :xml + format :plain attr_reader :username, :password, :options def initialize(username, password, options={}) @username, @password = username, password