<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,7 +4,7 @@ require 'object_proxy_safe_hash'
 
 class ObjectProxy
   
-  VERSION = '1.1.0'
+  VERSION = '1.1.1'
 
   SAFE_METHODS = [:__id__, :__send__, :nil, :nil?, :send, :send!, :proxy_class, :proxy_respond_to?]
   
@@ -31,6 +31,11 @@ class ObjectProxy
     proxy_respond_to?(*args) || target.respond_to?(*args)
   end
 
+  # defining this explicitly to make pp.rb happy
+  def inspect
+    @target.inspect
+  end
+
   protected
 
     # delegate nearly all method calls to the @target object</diff>
      <filename>lib/object_proxy.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>02c863d39ee99cad07355ea4f427c06f57b22b98</id>
    </parent>
  </parents>
  <author>
    <name>Jack Danger Canty</name>
    <email>gitcommit@6brand.com</email>
  </author>
  <url>http://github.com/JackDanger/object_proxy/commit/70ef615072b65344e7db35ec1c7ca3045ed484e0</url>
  <id>70ef615072b65344e7db35ec1c7ca3045ed484e0</id>
  <committed-date>2009-10-11T19:45:44-07:00</committed-date>
  <authored-date>2009-10-11T19:45:44-07:00</authored-date>
  <message>fixing incompatablility with pp.rb</message>
  <tree>545130efce39699845d5aad919466d4d58dc5164</tree>
  <committer>
    <name>Jack Danger Canty</name>
    <email>gitcommit@6brand.com</email>
  </committer>
</commit>
