<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>.gitignore</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -33,7 +33,7 @@ class Top4R::Client
         # puts &quot;conn: #{connection.inspect}&quot;
         # puts &quot;request: #{request.inspect}&quot;
         response = connection.request(request, body)
-        puts &quot;response: #{response.body}&quot;
+        # puts &quot;response: #{response.body}&quot;
         handle_rest_response(response)
         response
       end
@@ -120,7 +120,7 @@ class Top4R::Client
       uri = @@config.env == :production ? @@config.rest_uri : @@config.test_rest_uri
       params = append_top_params(params.merge({:method =&gt; method}))
       path = (params.size &gt; 0) ? &quot;#{uri}?#{params.to_http_str}&quot; : uri
-      puts &quot;path: #{path}&quot;
+      # puts &quot;path: #{path}&quot;
       Net::HTTP::Get.new(path, http_header)
     end
 </diff>
      <filename>lib/top4r/client/base.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 module Top4R::Version
   MAJOR = 0
   MINOR = 0
-  REVISION = 1
+  REVISION = 2
   
   class &lt;&lt; self
     # Returns X.Y.Z formatted version string</diff>
      <filename>lib/top4r/version.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
-# Generated: Tue Sep 22 03:19:47 UTC 2009
+# Generated: Tue Sep 22 03:39:31 UTC 2009
 Gem::Specification.new do |s|
   s.name = &quot;top4r&quot;
-  s.version = &quot;0.0.1&quot;
+  s.version = &quot;0.0.2&quot;
   s.platform = Gem::Platform::RUBY
   s.has_rdoc = true
   s.extra_rdoc_files = [&quot;README&quot;,&quot;CHANGES&quot;,&quot;TODO&quot;,&quot;MIT-LICENSE&quot;,]</diff>
      <filename>top4r.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>fc01dab86624c1f1515d7f6b25a40ca0cac2b574</id>
    </parent>
  </parents>
  <author>
    <name>nowa</name>
    <email>nowazhu@gmail.com</email>
  </author>
  <url>http://github.com/nowa/top4r/commit/8c947996b534b7a1d2a90041fc27e3d630799634</url>
  <id>8c947996b534b7a1d2a90041fc27e3d630799634</id>
  <committed-date>2009-09-21T20:40:51-07:00</committed-date>
  <authored-date>2009-09-21T20:40:51-07:00</authored-date>
  <message>0.0.2</message>
  <tree>2fd7830d44d415aecf89fd9c337f77dbe966b375</tree>
  <committer>
    <name>nowa</name>
    <email>nowazhu@gmail.com</email>
  </committer>
</commit>
