<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -105,7 +105,7 @@ module HTTParty
     #     format :json
     #   end
     def format(f)
-      raise UnsupportedFormat, &quot;Must be one of: #{AllowedFormats.values.map(&amp;:to_s).uniq.sort.join(', ')}&quot; unless AllowedFormats.value?(f)
+      raise UnsupportedFormat, &quot;Must be one of: #{AllowedFormats.values.map { |v| v.to_s }.uniq.sort.join(', ')}&quot; unless AllowedFormats.value?(f)
       default_options[:format] = f
     end
     </diff>
      <filename>lib/httparty.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ae3cd0f0dd0b4e477685120c68bf41156a6f0ae7</id>
    </parent>
  </parents>
  <author>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </author>
  <url>http://github.com/alexvollmer/httparty/commit/a236fb08af90948bbfb02f012937a3f0cafaffe2</url>
  <id>a236fb08af90948bbfb02f012937a3f0cafaffe2</id>
  <committed-date>2009-07-19T16:55:07-07:00</committed-date>
  <authored-date>2009-07-19T16:55:07-07:00</authored-date>
  <message>Fixed order of allowed formats to be sorted.</message>
  <tree>139a4190a3c315d8acd6a794d7c6d570f4f44d27</tree>
  <committer>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </committer>
</commit>
