<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,6 +4,7 @@ require 'pp'
 
 class Google
   include HTTParty
+  format :html
 end
 
 # google.com redirects to www.google.com so this is live test for redirection</diff>
      <filename>examples/google.rb</filename>
    </modified>
    <modified>
      <diff>@@ -14,7 +14,7 @@ module HTTParty
   class UnsupportedFormat &lt; StandardError; end
   class RedirectionTooDeep &lt; StandardError; end
 
-  AllowedFormats = {:xml =&gt; 'text/xml', :json =&gt; 'application/json'}
+  AllowedFormats = {:xml =&gt; 'text/xml', :json =&gt; 'application/json', :html =&gt; 'text/html'}
   
   def self.included(base)
     base.extend ClassMethods</diff>
      <filename>lib/httparty.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>99a07b58c2db1223d029cbafb7b58649f71b8b6c</id>
    </parent>
  </parents>
  <author>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </author>
  <url>http://github.com/jnunemaker/httparty/commit/e0cb4311d9a80bb3a44ac47e7355d2e24dc7307f</url>
  <id>e0cb4311d9a80bb3a44ac47e7355d2e24dc7307f</id>
  <committed-date>2008-11-11T16:29:23-08:00</committed-date>
  <authored-date>2008-11-11T16:29:23-08:00</authored-date>
  <message>Added explicit html format option.</message>
  <tree>b26956604fd4bc10cb7482dcb9aacd5b5d18b432</tree>
  <committer>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </committer>
</commit>
