<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>lib/acts-as-taggable-on.rb</filename>
    </added>
    <added>
      <filename>lib/acts_as_taggable_on/acts_as_taggable_on.rb</filename>
    </added>
    <added>
      <filename>lib/acts_as_taggable_on/acts_as_tagger.rb</filename>
    </added>
    <added>
      <filename>lib/acts_as_taggable_on/tag.rb</filename>
    </added>
    <added>
      <filename>lib/acts_as_taggable_on/tag_list.rb</filename>
    </added>
    <added>
      <filename>lib/acts_as_taggable_on/tagging.rb</filename>
    </added>
    <added>
      <filename>lib/acts_as_taggable_on/tags_helper.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,7 @@
 Gem::Specification.new do |s|
   s.name = &quot;acts-as-taggable-on&quot;
   s.version = &quot;1.0.0&quot;
-  s.date = &quot;2008-06-09&quot;
+  s.date = &quot;2008-06-10&quot;
   s.summary = &quot;Tagging for ActiveRecord with custom contexts and advanced features.&quot;
   s.email = &quot;michael@intridea.com&quot;
   s.homepage = &quot;http://www.actsascommunity.com/projects/acts-as-taggable-on&quot;
@@ -11,26 +11,31 @@ Gem::Specification.new do |s|
   s.files = [ &quot;CHANGELOG&quot;,
               &quot;MIT-LICENSE&quot;,
               &quot;README&quot;,
+              &quot;generators/acts_as_taggable_on_migration&quot;,
               &quot;generators/acts_as_taggable_on_migration/acts_as_taggable_on_migration_generator.rb&quot;,
               &quot;generators/acts_as_taggable_on_migration/templates&quot;,
               &quot;generators/acts_as_taggable_on_migration/templates/add_users_migration.rb&quot;,
               &quot;generators/acts_as_taggable_on_migration/templates/migration.rb&quot;,
               &quot;init.rb&quot;,
-              &quot;lib/active_record/acts/taggable_on.rb&quot;,
-              &quot;lib/active_record/acts/tagger.rb&quot;,
-              &quot;lib/tag.rb&quot;,
-              &quot;lib/tag_list.rb&quot;,
-              &quot;lib/tagging.rb&quot;,
-              &quot;lib/tags_helper.rb&quot;,
+              &quot;lib/acts-as-taggable-on.rb&quot;,
+              &quot;lib/acts_as_taggable_on/acts_as_taggable_on.rb&quot;,
+              &quot;lib/acts_as_taggable_on/acts_as_tagger.rb&quot;,
+              &quot;lib/acts_as_taggable_on/tag.rb&quot;,
+              &quot;lib/acts_as_taggable_on/tag_list.rb&quot;,
+              &quot;lib/acts_as_taggable_on/tagging.rb&quot;,
+              &quot;lib/acts_as_taggable_on/tags_helper.rb&quot;,
               &quot;rails/init.rb&quot;,
+              &quot;spec/acts_as_taggable_on&quot;,
               &quot;spec/acts_as_taggable_on/acts_as_taggable_on_spec.rb&quot;,
               &quot;spec/acts_as_taggable_on/tag_list_spec.rb&quot;,
               &quot;spec/acts_as_taggable_on/tag_spec.rb&quot;,
               &quot;spec/acts_as_taggable_on/taggable_spec.rb&quot;,
               &quot;spec/acts_as_taggable_on/tagger_spec.rb&quot;,
               &quot;spec/acts_as_taggable_on/tagging_spec.rb&quot;,
+              &quot;spec/debug.log&quot;,
               &quot;spec/schema.rb&quot;,
-              &quot;spec/spec_helper.rb&quot; ]
+              &quot;spec/spec_helper.rb&quot;,
+              &quot;uninstall.rb&quot; ]
   #s.rdoc_options = [&quot;--main&quot;, &quot;README.txt&quot;]
   #s.extra_rdoc_files = [&quot;History.txt&quot;, &quot;Manifest.txt&quot;, &quot;README.txt&quot;]
   #s.add_dependency(&quot;mbleigh-mash&quot;, [&quot;&gt;= 0.0.5&quot;])</diff>
      <filename>acts-as-taggable-on.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,6 @@
-require 'active_record/acts/taggable_on'
-require 'tag'
-require 'tag_list'
-require 'tags_helper'
-require 'tagging'
-require 'active_record/acts/tagger'
-# Include hook code here
-ActiveRecord::Base.send :include, ActiveRecord::Acts::TaggableOn
\ No newline at end of file
+require 'acts-as-taggable-on'
+
+ActiveRecord::Base.send :include, ActiveRecord::Acts::TaggableOn
+ActiveRecord::Base.send :include, ActiveRecord::Acts::Tagger
+
+RAILS_DEFAULT_LOGGER.info &quot;** acts_as_taggable_on: initialized properly.&quot;
\ No newline at end of file</diff>
      <filename>rails/init.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>lib/active_record/acts/taggable_on.rb</filename>
    </removed>
    <removed>
      <filename>lib/active_record/acts/tagger.rb</filename>
    </removed>
    <removed>
      <filename>lib/tag.rb</filename>
    </removed>
    <removed>
      <filename>lib/tag_list.rb</filename>
    </removed>
    <removed>
      <filename>lib/tagging.rb</filename>
    </removed>
    <removed>
      <filename>lib/tags_helper.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>b63129247e4916175f6694c1a69f09272a375693</id>
    </parent>
  </parents>
  <author>
    <name>Michael Bleigh</name>
    <email>michael@intridea.com</email>
  </author>
  <url>http://github.com/mbleigh/acts-as-taggable-on/commit/7e350c1b9f71261fab4e56b28d0578269a2eadfb</url>
  <id>7e350c1b9f71261fab4e56b28d0578269a2eadfb</id>
  <committed-date>2008-06-10T07:33:57-07:00</committed-date>
  <authored-date>2008-06-10T07:33:57-07:00</authored-date>
  <message>Restructured files to be more flat, added info log statement on initialization, cleaning up this and that.</message>
  <tree>5fd9bd2efaf9c7e7001f26a0a45f0535932d1a87</tree>
  <committer>
    <name>Michael Bleigh</name>
    <email>michael@intridea.com</email>
  </committer>
</commit>
