<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>acts-as-taggable-on.gemspec</filename>
    </added>
    <added>
      <filename>rails/init.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,8 @@
+== 2008-06-09
+ 
+ * Added support for Single Table Inheritance
+ * Adding gemspec and rails/init.rb for gemified plugin
+ 
 == 2007-12-12
 
  * Added ability to use dynamic tag contexts</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -17,9 +17,29 @@ was used.
 Installation
 ============
 
-The simplest way is just to install straight from the SVN:
-
-script/plugin install http://svn.intridea.com/svn/public/acts_as_taggable_on
+Plugin
+------
+
+Acts As Taggable On is available both as a gem and as a traditional plugin. For the
+traditional plugin you can install like so (Rails 2.1 or later):
+
+  script/plugin install git://github.com/mbleigh/acts-as-taggable-on.git
+  
+For earlier versions:
+
+  git clone git://github.com/mbleigh/acts-as-taggable-on.git vendor/plugins/acts-as-taggable-on
+  
+GemPlugin
+---------
+
+Acts As Taggable On is also available as a gem plugin using Rails 2.1's gem dependencies.
+To install the gem, add this to your config/environment.rb:
+  
+  config.gem &quot;mbleigh-acts-as-taggable-on&quot;, :source =&gt; &quot;http://gems.github.com&quot;
+  
+After that, you can run &quot;rake gems:install&quot; to install the gem if you don't already have it.
+See http://ryandaigle.com/articles/2008/4/1/what-s-new-in-edge-rails-gem-dependencies for
+additional details about gem dependencies in Rails.
 
 Testing
 =======
@@ -114,6 +134,7 @@ been thoroughly (or even casually) tested and may not work as expected.
 Resources
 =========
 
+Acts As Community - http://www.actsascommunity.com/projects/acts-as-taggable-on
 GitHub - http://github.com/mbleigh/acts-as-taggable-on
 Lighthouse - http://mbleigh.lighthouseapp.com/projects/10116-acts-as-taggable-on
 </diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1 @@
-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 File.dirname(__FILE__) + &quot;/rails/init&quot;
\ No newline at end of file</diff>
      <filename>init.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>autotest/discover.rb</filename>
    </removed>
    <removed>
      <filename>install.rb</filename>
    </removed>
    <removed>
      <filename>tasks/acts_as_taggable_on_tasks.rake</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>1bedda907e62d6574a7c2bc6ee73558b7ac078f6</id>
    </parent>
  </parents>
  <author>
    <name>Michael Bleigh</name>
    <email>michael@intridea.com</email>
  </author>
  <url>http://github.com/mbleigh/acts-as-taggable-on/commit/e65b518f858354c07fa27c9a864e5c9b66b6c54f</url>
  <id>e65b518f858354c07fa27c9a864e5c9b66b6c54f</id>
  <committed-date>2008-06-09T15:04:06-07:00</committed-date>
  <authored-date>2008-06-09T15:04:06-07:00</authored-date>
  <message>Gemifying acts-as-taggable-on, including updates to the README, a .gemspec, removal of extraneous files, and a rails/init.rb.</message>
  <tree>0564b30380e827dd7590e1155af400fc1481d437</tree>
  <committer>
    <name>Michael Bleigh</name>
    <email>michael@intridea.com</email>
  </committer>
</commit>
