<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -92,7 +92,7 @@ module OAuth
     # Strips any OAuth /^oauth_/ specific keys from the hash.
     def self.build(consumer, oauth_response)
       access_token = new(consumer, oauth_response[:oauth_token],oauth_response[:oauth_token_secret])
-      access_token.response = oauth_response.delete_if {|k,v| k.to_s =~ /^oauth_/}
+      access_token.response = oauth_response.dup.delete_if {|k,v| k.to_s =~ /^oauth_/}
       access_token
     end
 </diff>
      <filename>lib/oauth/token.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>473fca623bafd586be579e7b3eb634d6066f42b6</id>
    </parent>
  </parents>
  <author>
    <name>Rob Ares</name>
    <email>rob.ares@gmail.com</email>
  </author>
  <url>http://github.com/rares/oauth/commit/fed1bf4b786c28ae2ab5c6afae647f62d1b320ad</url>
  <id>fed1bf4b786c28ae2ab5c6afae647f62d1b320ad</id>
  <committed-date>2008-10-22T07:52:51-07:00</committed-date>
  <authored-date>2008-10-22T07:52:51-07:00</authored-date>
  <message>fixing bug in access token build method to avoid stripping needed paramters.</message>
  <tree>bcf00584e2e49dd314d28194562e1620c247a773</tree>
  <committer>
    <name>Rob Ares</name>
    <email>rob.ares@gmail.com</email>
  </committer>
</commit>
