<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,7 @@
+0.6.7 - April 23, 2009
+* 1 minor fix
+  * Bumped httparty version to 0.4.3 which allows response.message and fixes errors that the lack of response.message was causing to the twitter gem
+  
 0.6.6 - April 16, 2009
 * 1 minor enhancement
   * added ability to pass query parameters to user method</diff>
      <filename>History</filename>
    </modified>
    <modified>
      <diff>@@ -7,7 +7,7 @@ require 'oauth'
 gem 'mash', '0.0.3'
 require 'mash'
 
-gem 'httparty', '0.4.2'
+gem 'httparty', '0.4.3'
 require 'httparty'
 
 module Twitter</diff>
      <filename>lib/twitter.rb</filename>
    </modified>
    <modified>
      <diff>@@ -33,7 +33,13 @@ class HTTPAuthTest &lt; Test::Unit::TestCase
     setup do
       @twitter = Twitter::HTTPAuth.new('username', 'password')
     end
-
+    
+    should &quot;not throw error when accessing response message&quot; do
+      stub_get('http://twitter.com:80/statuses/user_timeline.json', 'user_timeline.json')
+      response = @twitter.get('/statuses/user_timeline.json')
+      response.message.should == 'OK'
+    end
+    
     should &quot;be able to get&quot; do
       stub_get('http://twitter.com:80/statuses/user_timeline.json', 'user_timeline.json')
       response = @twitter.get('/statuses/user_timeline.json')</diff>
      <filename>test/twitter/httpauth_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e3724ec1193700b1d3dacd77bab01c9a4726b1a5</id>
    </parent>
  </parents>
  <author>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </author>
  <url>http://github.com/jnunemaker/twitter/commit/a630b1c77792641794745d2f3cbba6c64d168d62</url>
  <id>a630b1c77792641794745d2f3cbba6c64d168d62</id>
  <committed-date>2009-04-23T08:39:18-07:00</committed-date>
  <authored-date>2009-04-23T08:39:18-07:00</authored-date>
  <message>Bumped httparty version to 0.4.3 which allows response.message and fixes errors that the lack of response.message was causing to the twitter gem</message>
  <tree>7ab929e94b138748f96e4a619d8e35bbc3352d4c</tree>
  <committer>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </committer>
</commit>
