<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -18,7 +18,8 @@ module HTTParty
     'text/javascript'        =&gt; :json,
     'text/html'              =&gt; :html,
     'application/x-yaml'     =&gt; :yaml,
-    'text/yaml'              =&gt; :yaml
+    'text/yaml'              =&gt; :yaml,
+    'text/plain'             =&gt; :plain
   } unless defined?(AllowedFormats)
   
   def self.included(base)</diff>
      <filename>lib/httparty.rb</filename>
    </modified>
    <modified>
      <diff>@@ -149,6 +149,11 @@ describe HTTParty do
       @klass.default_options[:format].should == :yaml
     end
     
+    it &quot;should allow plain&quot; do
+      @klass.format :plain
+      @klass.default_options[:format].should == :plain
+    end
+    
     it 'should not allow funky format' do
       lambda do
         @klass.format :foobar</diff>
      <filename>spec/httparty_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c077207d33f02eb273f7e776c1df2331bfac83df</id>
    </parent>
  </parents>
  <author>
    <name>jgeiger</name>
    <email>jgeiger@gmail.com</email>
  </author>
  <url>http://github.com/alexvollmer/httparty/commit/acd306859d31d97d469d41500a2526c8f9a6e39a</url>
  <id>acd306859d31d97d469d41500a2526c8f9a6e39a</id>
  <committed-date>2009-03-30T16:57:44-07:00</committed-date>
  <authored-date>2009-03-05T12:53:13-08:00</authored-date>
  <message>allow a format :plain option

Signed-off-by: John Nunemaker &lt;nunemaker@gmail.com&gt;</message>
  <tree>d8d47dd3c486465db3b7bf9ed958a310e30bc820</tree>
  <committer>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </committer>
</commit>
