<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,7 +4,7 @@ Gem::Specification.new do |s|
   s.summary = &quot;An awesome replacement for acts_as_nested_set and better_nested_set.&quot;
   s.description = s.summary
  
-  s.files = %w(init.rb MIT-LICENSE Rakefile README.rdoc lib/awesome_nested_set.rb lib/awesome_nested_set/compatability.rb lib/awesome_nested_set/helper.rb lib/awesome_nested_set/named_scope.rb test/awesome_nested_set_test.rb test/test_helper.rb test/awesome_nested_set/helper_test.rb test/db/database.yml test/db/schema.rb test/fixtures/categories.yml test/fixtures/category.rb test/fixtures/departments.yml test/fixtures/notes.yml)
+  s.files = %w(init.rb MIT-LICENSE Rakefile README.rdoc lib/awesome_nested_set.rb lib/awesome_nested_set/compatability.rb lib/awesome_nested_set/helper.rb lib/awesome_nested_set/named_scope.rb rails/init.rb test/awesome_nested_set_test.rb test/test_helper.rb test/awesome_nested_set/helper_test.rb test/db/database.yml test/db/schema.rb test/fixtures/categories.yml test/fixtures/category.rb test/fixtures/departments.yml test/fixtures/notes.yml)
  
   s.add_dependency &quot;multi_rails&quot;, ['&gt;= 0.0.4']
   s.add_dependency &quot;activerecord&quot;, ['&gt;= 1.2.0']</diff>
      <filename>awesome_nested_set.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -1,13 +1 @@
-require 'awesome_nested_set/compatability'
-require 'awesome_nested_set'
-
-ActiveRecord::Base.class_eval do
-  include CollectiveIdea::Acts::NestedSet
-end
-
-if defined?(ActionView)
-  require 'awesome_nested_set/helper'
-  ActionView::Base.class_eval do
-    include CollectiveIdea::Acts::NestedSet::Helper
-  end
-end
\ No newline at end of file
+require File.dirname(__FILE__) + &quot;/rails/init&quot;  </diff>
      <filename>init.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>387e0ceeb3c88f82e64e6952f6eac13eccb45a7a</id>
    </parent>
  </parents>
  <author>
    <name>Grant Goodale</name>
    <email>ggoodale@gmail.com</email>
  </author>
  <url>http://github.com/collectiveidea/awesome_nested_set/commit/f22a4f814cc207a956e27a92ce3ca89646217f9b</url>
  <id>f22a4f814cc207a956e27a92ce3ca89646217f9b</id>
  <committed-date>2008-10-13T15:15:12-07:00</committed-date>
  <authored-date>2008-10-13T15:15:12-07:00</authored-date>
  <message>Fixed init.rb hook to play nice with Rails 2.1's GemPlugin goop</message>
  <tree>39cd6c40a6b6f04a20bad72c9e5335cdce4860ca</tree>
  <committer>
    <name>Grant Goodale</name>
    <email>ggoodale@gmail.com</email>
  </committer>
</commit>
