<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -72,7 +72,7 @@ module Gravtastic
     def url_params_from_hash(hash)
       '?' + hash.map do |key, val|
         [self.class.gravatar_options[key.to_sym] || key.to_s, CGI::escape(val.to_s) ].join('=')
-      end.sort.join('&amp;')
+      end.sort.join('&amp;amp;')
     end
 
     def gravatar_hostname(secure)</diff>
      <filename>lib/gravtastic.rb</filename>
    </modified>
    <modified>
      <diff>@@ -66,12 +66,12 @@ describe Gravtastic do
     end
 
     it &quot;abides to some new fancy feature&quot; do
-      @user.gravatar_url(:extreme =&gt; true).should == 'http://gravatar.com/avatar/b58996c504c5638798eb6b511e6f49af.png?extreme=true&amp;r=PG'
+      @user.gravatar_url(:extreme =&gt; true).should == 'http://gravatar.com/avatar/b58996c504c5638798eb6b511e6f49af.png?extreme=true&amp;amp;r=PG'
     end
 
     it &quot;makes a URL from the defaults&quot; do
       stub(@user.class).gravatar_defaults{ {:size =&gt; 20, :rating =&gt; 'R18', :secure =&gt; true, :filetype =&gt; :png} }
-      @user.gravatar_url.should == 'https://secure.gravatar.com/avatar/b58996c504c5638798eb6b511e6f49af.png?r=R18&amp;s=20'
+      @user.gravatar_url.should == 'https://secure.gravatar.com/avatar/b58996c504c5638798eb6b511e6f49af.png?r=R18&amp;amp;s=20'
     end
 
   end</diff>
      <filename>spec/gravtastic_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b0c0f85bfb514958601d9e199f579b68c04f6efc</id>
    </parent>
  </parents>
  <author>
    <name>salted</name>
    <email>paul@litmusapp.com</email>
  </author>
  <url>http://github.com/chrislloyd/gravtastic/commit/fd977f5bc9a383b1e285f2542765e872cd0c7912</url>
  <id>fd977f5bc9a383b1e285f2542765e872cd0c7912</id>
  <committed-date>2009-07-10T18:20:13-07:00</committed-date>
  <authored-date>2009-07-10T09:21:36-07:00</authored-date>
  <message>Changed ampersand encoding to use &amp;amp;

Signed-off-by: Chris Lloyd &lt;christopher.lloyd@gmail.com&gt;</message>
  <tree>7dab6e71ef5c4dfc2fde8827d150f079ff7e022d</tree>
  <committer>
    <name>Chris Lloyd</name>
    <email>christopher.lloyd@gmail.com</email>
  </committer>
</commit>
