<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>rails/init.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,6 @@
 Gem::Specification.new do |s|
   s.name = 'acts_as_paranoid'
-  s.version = '1.0.20080706'
+  s.version = '1.1.20080706'
   s.date = '2008-07-06'
   
   s.summary = &quot;Allows ActiveRecord models to delete, without actually deleting.&quot;
@@ -23,6 +23,7 @@ Gem::Specification.new do |s|
              &quot;Rakefile&quot;,
              &quot;acts_as_paranoid.gemspec&quot;,
              &quot;init.rb&quot;,
+             &quot;rails/init.rb&quot;,
              &quot;lib/caboose/acts/belongs_to_with_deleted_association.rb&quot;,
              &quot;lib/caboose/acts/has_many_through_without_deleted_association.rb&quot;,
              &quot;lib/caboose/acts/paranoid.rb&quot;]</diff>
      <filename>acts_as_paranoid.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -1,30 +1 @@
-class &lt;&lt; ActiveRecord::Base
-  def belongs_to_with_deleted(association_id, options = {})
-    with_deleted = options.delete :with_deleted
-    returning belongs_to_without_deleted(association_id, options) do
-      if with_deleted
-        reflection = reflect_on_association(association_id)
-        association_accessor_methods(reflection,            Caboose::Acts::BelongsToWithDeletedAssociation)
-        association_constructor_method(:build,  reflection, Caboose::Acts::BelongsToWithDeletedAssociation)
-        association_constructor_method(:create, reflection, Caboose::Acts::BelongsToWithDeletedAssociation)
-      end
-    end
-  end
-  
-  def has_many_without_deleted(association_id, options = {}, &amp;extension)
-    with_deleted = options.delete :with_deleted
-    returning has_many_with_deleted(association_id, options, &amp;extension) do
-      if options[:through] &amp;&amp; !with_deleted
-        reflection = reflect_on_association(association_id)
-        collection_reader_method(reflection, Caboose::Acts::HasManyThroughWithoutDeletedAssociation)
-        collection_accessor_methods(reflection, Caboose::Acts::HasManyThroughWithoutDeletedAssociation, false)
-      end
-    end
-  end
-  
-  alias_method_chain :belongs_to, :deleted
-  alias_method :has_many_with_deleted, :has_many
-  alias_method :has_many, :has_many_without_deleted
-  alias_method :exists_with_deleted?, :exists?
-end
-ActiveRecord::Base.send :include, Caboose::Acts::Paranoid
\ No newline at end of file
+require File.dirname(__FILE__) + &quot;/rails/init&quot;
\ No newline at end of file</diff>
      <filename>init.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>473bdcf3839809ff204bc770c90cd77e21f3c3ee</id>
    </parent>
  </parents>
  <author>
    <name>Jacques Crocker</name>
    <email>jcnetdev@gmail.com</email>
  </author>
  <url>http://github.com/technoweenie/acts_as_paranoid/commit/f629a6b8168fe68e06598da919c322764023dbcf</url>
  <id>f629a6b8168fe68e06598da919c322764023dbcf</id>
  <committed-date>2008-12-15T20:06:52-08:00</committed-date>
  <authored-date>2008-07-06T20:07:38-07:00</authored-date>
  <message>Updating initializer

Signed-off-by: rick &lt;technoweenie@gmail.com&gt;</message>
  <tree>9d4fc4255a2c44675138e8ac33375752ef6c8019</tree>
  <committer>
    <name>rick</name>
    <email>technoweenie@gmail.com</email>
  </committer>
</commit>
