<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -7,12 +7,16 @@
 * {Susan Potter}[http://SusanPotter.NET] &lt;me at susanpotter dot net&gt;
 
 == Contributors
+Code:
 * Kaiichi Matsunaga &lt;ma2 at lifemedia dot co dot jp&gt; - proxy code suggestion
 * Sergio Santos &lt;&gt; - message paging code suggestion
 * Adam Stiles &lt;adam at stilesoft dot com&gt; - URI.encode =&gt; CGI.escape fix
 * Carl Crawley &lt;cwcrawley at gmail dot com&gt; - Friendship get =&gt; post fix
 * Christian Johansen &lt;christian at cjohansen dot no&gt; - in_reply_to attributes in Twitter::Status
 
+Design Suggestions:
+* Bosco So &lt;rubymeetup at boscoso dot com&gt; - making Twitter::Error a RuntimeError instead of an Exception to prevent irb from crashing out.
+
 == Description
 Twitter4R provides an object based API to query or update your Twitter account via pure Ruby.  It hides the ugly HTTP/REST code from your code.
 </diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -99,7 +99,7 @@ module Twitter
   #  404
   #  Resource Not Found
   #  /i_am_crap.json
-  class RESTError &lt; Exception
+  class RESTError &lt; RuntimeError 
     include ClassUtilMixin
     @@ATTRIBUTES = [:code, :message, :uri]
     attr_accessor :code, :message, :uri</diff>
      <filename>lib/twitter/core.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2ea1905719cb24b8ddd78108bbb3b22f4f1dfcf8</id>
    </parent>
  </parents>
  <author>
    <name>Susan Potter</name>
    <email>me@susanpotter.net</email>
  </author>
  <url>http://github.com/mbbx6spp/twitter4r/commit/61b70e5b820cdf9ff83d21d277e855abf6ed0443</url>
  <id>61b70e5b820cdf9ff83d21d277e855abf6ed0443</id>
  <committed-date>2009-01-24T07:18:34-08:00</committed-date>
  <authored-date>2009-01-24T07:18:34-08:00</authored-date>
  <message>Changing Twitter::Error to extend from RuntimeError nstead of Exception to prevent irb from crashing out (thanks Bosco So)</message>
  <tree>03ca870362808cfe0d282fcef4e20efbc6bbbccb</tree>
  <committer>
    <name>Susan Potter</name>
    <email>me@susanpotter.net</email>
  </committer>
</commit>
