<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,14 +3,15 @@ require 'dm-tags/version'
 AUTHOR = 'Bobby Calderwood'  # can also be an array of Authors
 EMAIL = &quot;bobby_calderwood@me.com&quot;
 DESCRIPTION = &lt;&lt;-DESC
-This package brings tagging to DataMapper.  It is inspired by Acts As Taggable On by Michael Bleigh, github's mbleigh.  Props to him for the contextual tagging based on Acts As Taggable on Steroids.
+This package brings tagging to DataMapper.  It is inspired by Acts As Taggable On by Michael Bleigh, github's mbleigh.
+Props to him for the contextual tagging based on Acts As Taggable on Steroids.
 DESC
 GEM_NAME = 'dm-tags' # what ppl will type to install your gem
 RUBYFORGE_PROJECT = 'dm-tags' # The unix name for your project
 HOMEPATH = &quot;http://#{RUBYFORGE_PROJECT}.rubyforge.org&quot;
 DOWNLOAD_PATH = &quot;http://rubyforge.org/projects/#{RUBYFORGE_PROJECT}&quot;
 EXTRA_DEPENDENCIES = [
- ['dm-core', '&gt;= 0.9.3']
+ ['dm-core', '&gt;= 0.9.5']
 ]    # An array of rubygem dependencies [name, version]
 
 @config_file = &quot;~/.rubyforge/user-config.yml&quot;</diff>
      <filename>config/hoe.rb</filename>
    </modified>
    <modified>
      <diff>@@ -10,7 +10,7 @@
   &lt;link rel=&quot;stylesheet&quot; href=&quot;../../.././rdoc-style.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;
 &lt;/head&gt;
 &lt;body class=&quot;standalone-code&quot;&gt;
-  &lt;pre&gt;&lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/dm-tags/dm_tags.rb, line 6&lt;/span&gt;
+  &lt;pre&gt;&lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/dm-tags/dm_tags.rb, line 5&lt;/span&gt;
       &lt;span class=&quot;ruby-keyword kw&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;included&lt;/span&gt;(&lt;span class=&quot;ruby-identifier&quot;&gt;receiver&lt;/span&gt;)
         &lt;span class=&quot;ruby-identifier&quot;&gt;old_included&lt;/span&gt;(&lt;span class=&quot;ruby-identifier&quot;&gt;receiver&lt;/span&gt;)
         &lt;span class=&quot;ruby-identifier&quot;&gt;receiver&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;send&lt;/span&gt;(&lt;span class=&quot;ruby-identifier&quot;&gt;:include&lt;/span&gt;, &lt;span class=&quot;ruby-constant&quot;&gt;DataMapper&lt;/span&gt;&lt;span class=&quot;ruby-operator&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;ruby-constant&quot;&gt;Tags&lt;/span&gt;)</diff>
      <filename>doc/classes/DataMapper/Resource.src/M000010.html</filename>
    </modified>
    <modified>
      <diff>@@ -10,7 +10,7 @@
   &lt;link rel=&quot;stylesheet&quot; href=&quot;../../.././rdoc-style.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;
 &lt;/head&gt;
 &lt;body class=&quot;standalone-code&quot;&gt;
-  &lt;pre&gt;&lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/dm-tags/dm_tags.rb, line 93&lt;/span&gt;
+  &lt;pre&gt;&lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/dm-tags/dm_tags.rb, line 92&lt;/span&gt;
 &lt;span class=&quot;ruby-keyword kw&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;ruby-keyword kw&quot;&gt;self&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;included&lt;/span&gt;(&lt;span class=&quot;ruby-identifier&quot;&gt;receiver&lt;/span&gt;)
   &lt;span class=&quot;ruby-identifier&quot;&gt;receiver&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;send&lt;/span&gt;(&lt;span class=&quot;ruby-identifier&quot;&gt;:include&lt;/span&gt;, &lt;span class=&quot;ruby-constant&quot;&gt;InstanceMethods&lt;/span&gt;)
   &lt;span class=&quot;ruby-identifier&quot;&gt;receiver&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;extend&lt;/span&gt;(&lt;span class=&quot;ruby-constant&quot;&gt;ClassMethods&lt;/span&gt;)</diff>
      <filename>doc/classes/DataMapper/Tags.src/M000003.html</filename>
    </modified>
    <modified>
      <diff>@@ -10,16 +10,16 @@
   &lt;link rel=&quot;stylesheet&quot; href=&quot;../../../.././rdoc-style.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;
 &lt;/head&gt;
 &lt;body class=&quot;standalone-code&quot;&gt;
-  &lt;pre&gt;&lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/dm-tags/dm_tags.rb, line 16&lt;/span&gt;
+  &lt;pre&gt;&lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/dm-tags/dm_tags.rb, line 15&lt;/span&gt;
       &lt;span class=&quot;ruby-keyword kw&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;has_tags_on&lt;/span&gt;(&lt;span class=&quot;ruby-operator&quot;&gt;*&lt;/span&gt;&lt;span class=&quot;ruby-identifier&quot;&gt;args&lt;/span&gt;)
         &lt;span class=&quot;ruby-identifier&quot;&gt;args&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;flatten!&lt;/span&gt;
         &lt;span class=&quot;ruby-identifier&quot;&gt;args&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;uniq!&lt;/span&gt;
-        
+
         &lt;span class=&quot;ruby-keyword kw&quot;&gt;self&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;extend&lt;/span&gt;(&lt;span class=&quot;ruby-constant&quot;&gt;DataMapper&lt;/span&gt;&lt;span class=&quot;ruby-operator&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;ruby-constant&quot;&gt;Tags&lt;/span&gt;&lt;span class=&quot;ruby-operator&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;ruby-constant&quot;&gt;SingletonMethods&lt;/span&gt;)
-        
+
         &lt;span class=&quot;ruby-identifier&quot;&gt;args&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;map&lt;/span&gt;{&lt;span class=&quot;ruby-operator&quot;&gt;|&lt;/span&gt;&lt;span class=&quot;ruby-identifier&quot;&gt;arg&lt;/span&gt;&lt;span class=&quot;ruby-operator&quot;&gt;|&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;arg&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;to_sym&lt;/span&gt;}.&lt;span class=&quot;ruby-identifier&quot;&gt;each&lt;/span&gt; &lt;span class=&quot;ruby-keyword kw&quot;&gt;do&lt;/span&gt; &lt;span class=&quot;ruby-operator&quot;&gt;|&lt;/span&gt;&lt;span class=&quot;ruby-identifier&quot;&gt;arg&lt;/span&gt;&lt;span class=&quot;ruby-operator&quot;&gt;|&lt;/span&gt;
           &lt;span class=&quot;ruby-identifier&quot;&gt;class_eval&lt;/span&gt; &lt;span class=&quot;ruby-value str&quot;&gt;&amp;quot;property :frozen_\#{arg.to_s.singular}_list, String\nhas n, :\#{arg.to_s.singular}_taggings, :class_name =&amp;gt; \&amp;quot;Tagging\&amp;quot;, :child_key =&amp;gt; [:taggable_id],\n:taggable_type =&amp;gt; self.to_s, :tag_context =&amp;gt; \&amp;quot;\#{arg}\&amp;quot;\nbefore :save, :update_\#{arg}\n\ndef \#{arg}\n\#{arg.to_s.singular}_taggings.map{|tagging| tagging.tag}\nend\n\ndef \#{arg.to_s.singular}_list\n@\#{arg.to_s.singular}_list || \#{arg}.map{|\#{arg.to_s.singular}| \#{arg.to_s.singular}.name}.sort\nend\n\ndef \#{arg.to_s.singular}_list=(string)\n@\#{arg.to_s.singular}_list = string.to_s.split(\&amp;quot;,\&amp;quot;).map{|name| name.gsub(/[^\\\\w\\\\s_-]/i,\&amp;quot;\&amp;quot;).strip}.uniq.sort\nend\n\ndef update_\#{arg}\nreturn if \#{arg.to_s.singular}_list.empty?\ndeleted_\#{arg} = frozen_\#{arg.to_s.singular}_list.to_s.split(',') - \#{arg.to_s.singular}_list\ndeleted_\#{arg}.each do |name|\ntag = Tag.first(:name =&amp;gt; name)\ntagging = \#{arg.to_s.singular}_taggings.first(:tag_id =&amp;gt; tag.id)\ntagging.destroy\n\#{arg.to_s.singular}_taggings.reload\nend\n\#{arg.to_s.singular}_list.each do |name|\ntag = Tag.first(:name =&amp;gt; name)\nnext if \#{arg}.to_a.include?(tag)\ntag = Tag.create!(:name =&amp;gt; name) unless tag\n\#{arg.to_s.singular}_taggings &amp;lt;&amp;lt; Tagging.new(:tag =&amp;gt; tag, :taggable_type =&amp;gt; self.class.to_s, :tag_context =&amp;gt; \&amp;quot;\#{arg}\&amp;quot;)\nend\nself.frozen_\#{arg.to_s.singular}_list = \#{arg}.map{|\#{arg.to_s.singular}| \#{arg.to_s.singular}.name}.sort.join(',')\nend\n&amp;quot;&lt;/span&gt;
-      &lt;span class=&quot;ruby-keyword kw&quot;&gt;end&lt;/span&gt;
-    &lt;span class=&quot;ruby-keyword kw&quot;&gt;end&lt;/span&gt;&lt;/pre&gt;
+    &lt;span class=&quot;ruby-keyword kw&quot;&gt;end&lt;/span&gt;
+  &lt;span class=&quot;ruby-keyword kw&quot;&gt;end&lt;/span&gt;&lt;/pre&gt;
 &lt;/body&gt;
 &lt;/html&gt;
\ No newline at end of file</diff>
      <filename>doc/classes/DataMapper/Tags/ClassMethods.src/M000006.html</filename>
    </modified>
    <modified>
      <diff>@@ -10,7 +10,7 @@
   &lt;link rel=&quot;stylesheet&quot; href=&quot;../../../.././rdoc-style.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;
 &lt;/head&gt;
 &lt;body class=&quot;standalone-code&quot;&gt;
-  &lt;pre&gt;&lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/dm-tags/dm_tags.rb, line 63&lt;/span&gt;
+  &lt;pre&gt;&lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/dm-tags/dm_tags.rb, line 62&lt;/span&gt;
   &lt;span class=&quot;ruby-keyword kw&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;has_tags&lt;/span&gt;(&lt;span class=&quot;ruby-operator&quot;&gt;*&lt;/span&gt;&lt;span class=&quot;ruby-identifier&quot;&gt;args&lt;/span&gt;)
     &lt;span class=&quot;ruby-identifier&quot;&gt;has_tags_on&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;:tags&lt;/span&gt;
   &lt;span class=&quot;ruby-keyword kw&quot;&gt;end&lt;/span&gt;&lt;/pre&gt;</diff>
      <filename>doc/classes/DataMapper/Tags/ClassMethods.src/M000007.html</filename>
    </modified>
    <modified>
      <diff>@@ -10,7 +10,7 @@
   &lt;link rel=&quot;stylesheet&quot; href=&quot;../../../.././rdoc-style.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;
 &lt;/head&gt;
 &lt;body class=&quot;standalone-code&quot;&gt;
-  &lt;pre&gt;&lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/dm-tags/dm_tags.rb, line 67&lt;/span&gt;
+  &lt;pre&gt;&lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/dm-tags/dm_tags.rb, line 66&lt;/span&gt;
   &lt;span class=&quot;ruby-keyword kw&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;taggable?&lt;/span&gt;
     &lt;span class=&quot;ruby-keyword kw&quot;&gt;false&lt;/span&gt;
   &lt;span class=&quot;ruby-keyword kw&quot;&gt;end&lt;/span&gt;&lt;/pre&gt;</diff>
      <filename>doc/classes/DataMapper/Tags/ClassMethods.src/M000008.html</filename>
    </modified>
    <modified>
      <diff>@@ -10,7 +10,7 @@
   &lt;link rel=&quot;stylesheet&quot; href=&quot;../../../.././rdoc-style.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;
 &lt;/head&gt;
 &lt;body class=&quot;standalone-code&quot;&gt;
-  &lt;pre&gt;&lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/dm-tags/dm_tags.rb, line 88&lt;/span&gt;
+  &lt;pre&gt;&lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/dm-tags/dm_tags.rb, line 87&lt;/span&gt;
   &lt;span class=&quot;ruby-keyword kw&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;taggable?&lt;/span&gt;
     &lt;span class=&quot;ruby-keyword kw&quot;&gt;self&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;class&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;taggable?&lt;/span&gt;
   &lt;span class=&quot;ruby-keyword kw&quot;&gt;end&lt;/span&gt;&lt;/pre&gt;</diff>
      <filename>doc/classes/DataMapper/Tags/InstanceMethods.src/M000009.html</filename>
    </modified>
    <modified>
      <diff>@@ -10,7 +10,7 @@
   &lt;link rel=&quot;stylesheet&quot; href=&quot;../../../.././rdoc-style.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;
 &lt;/head&gt;
 &lt;body class=&quot;standalone-code&quot;&gt;
-  &lt;pre&gt;&lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/dm-tags/dm_tags.rb, line 74&lt;/span&gt;
+  &lt;pre&gt;&lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/dm-tags/dm_tags.rb, line 73&lt;/span&gt;
   &lt;span class=&quot;ruby-keyword kw&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;tagged_with&lt;/span&gt;(&lt;span class=&quot;ruby-identifier&quot;&gt;string&lt;/span&gt;, &lt;span class=&quot;ruby-identifier&quot;&gt;options&lt;/span&gt; = {})
     &lt;span class=&quot;ruby-identifier&quot;&gt;tag&lt;/span&gt; = &lt;span class=&quot;ruby-constant&quot;&gt;Tag&lt;/span&gt;.&lt;span class=&quot;ruby-identifier&quot;&gt;first&lt;/span&gt;(&lt;span class=&quot;ruby-identifier&quot;&gt;:name&lt;/span&gt; =&lt;span class=&quot;ruby-operator&quot;&gt;&amp;gt;&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;string&lt;/span&gt;)
     &lt;span class=&quot;ruby-identifier&quot;&gt;conditions&lt;/span&gt; = {}</diff>
      <filename>doc/classes/DataMapper/Tags/SingletonMethods.src/M000004.html</filename>
    </modified>
    <modified>
      <diff>@@ -10,7 +10,7 @@
   &lt;link rel=&quot;stylesheet&quot; href=&quot;../../../.././rdoc-style.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;
 &lt;/head&gt;
 &lt;body class=&quot;standalone-code&quot;&gt;
-  &lt;pre&gt;&lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/dm-tags/dm_tags.rb, line 82&lt;/span&gt;
+  &lt;pre&gt;&lt;span class=&quot;ruby-comment cmt&quot;&gt;# File lib/dm-tags/dm_tags.rb, line 81&lt;/span&gt;
   &lt;span class=&quot;ruby-keyword kw&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;ruby-identifier&quot;&gt;taggable?&lt;/span&gt;
     &lt;span class=&quot;ruby-keyword kw&quot;&gt;true&lt;/span&gt;
   &lt;span class=&quot;ruby-keyword kw&quot;&gt;end&lt;/span&gt;&lt;/pre&gt;</diff>
      <filename>doc/classes/DataMapper/Tags/SingletonMethods.src/M000005.html</filename>
    </modified>
    <modified>
      <diff>@@ -1 +1 @@
-Sat, 02 Aug 2008 23:00:15 -0600
+Sun, 14 Sep 2008 22:05:45 -0600</diff>
      <filename>doc/created.rid</filename>
    </modified>
    <modified>
      <diff>@@ -56,7 +56,7 @@
     &lt;/tr&gt;
     &lt;tr class=&quot;top-aligned-row&quot;&gt;
       &lt;td&gt;&lt;strong&gt;Last Update:&lt;/strong&gt;&lt;/td&gt;
-      &lt;td&gt;Wed Jul 30 14:26:30 -0600 2008&lt;/td&gt;
+      &lt;td&gt;Sun Sep 14 21:37:02 -0600 2008&lt;/td&gt;
     &lt;/tr&gt;
     &lt;/table&gt;
   &lt;/div&gt;
@@ -91,6 +91,17 @@
 &lt;/ul&gt;
 &lt;/li&gt;
 &lt;/ul&gt;
+&lt;h2&gt;0.0.3 2008-09-14&lt;/h2&gt;
+&lt;ul&gt;
+&lt;li&gt;1 major enhancement:
+
+&lt;ul&gt;
+&lt;li&gt;Fixed requirement of dm-core dependency on load
+
+&lt;/li&gt;
+&lt;/ul&gt;
+&lt;/li&gt;
+&lt;/ul&gt;
 
     &lt;/div&gt;
 </diff>
      <filename>doc/files/History_txt.html</filename>
    </modified>
    <modified>
      <diff>@@ -56,7 +56,7 @@
     &lt;/tr&gt;
     &lt;tr class=&quot;top-aligned-row&quot;&gt;
       &lt;td&gt;&lt;strong&gt;Last Update:&lt;/strong&gt;&lt;/td&gt;
-      &lt;td&gt;Sat Aug 02 21:48:27 -0600 2008&lt;/td&gt;
+      &lt;td&gt;Sun Sep 14 21:48:31 -0600 2008&lt;/td&gt;
     &lt;/tr&gt;
     &lt;/table&gt;
   &lt;/div&gt;
@@ -74,6 +74,10 @@
 &lt;a href=&quot;http://dm-tags.rubyforge.org&quot;&gt;dm-tags.rubyforge.org&lt;/a&gt;/ &lt;a
 href=&quot;http://github.com/bobby/dm-tags&quot;&gt;github.com/bobby/dm-tags&lt;/a&gt;/
 &lt;/p&gt;
+&lt;p&gt;
+dm-tags is now part of dm-more [&lt;a
+href=&quot;http://github.com/sam/dm-more&quot;&gt;github.com/sam/dm-more&lt;/a&gt;].
+&lt;/p&gt;
 &lt;h2&gt;Description&lt;/h2&gt;
 &lt;p&gt;
 This package brings tagging to &lt;a</diff>
      <filename>doc/files/README_txt.html</filename>
    </modified>
    <modified>
      <diff>@@ -56,7 +56,7 @@
     &lt;/tr&gt;
     &lt;tr class=&quot;top-aligned-row&quot;&gt;
       &lt;td&gt;&lt;strong&gt;Last Update:&lt;/strong&gt;&lt;/td&gt;
-      &lt;td&gt;Wed Jul 30 14:19:03 -0600 2008&lt;/td&gt;
+      &lt;td&gt;Sun Sep 14 21:07:13 -0600 2008&lt;/td&gt;
     &lt;/tr&gt;
     &lt;/table&gt;
   &lt;/div&gt;
@@ -69,13 +69,6 @@
   &lt;div id=&quot;contextContent&quot;&gt;
 
 
-    &lt;div id=&quot;requires-list&quot;&gt;
-      &lt;h3 class=&quot;section-bar&quot;&gt;Required files&lt;/h3&gt;
-
-      &lt;div class=&quot;name-list&quot;&gt;
-      dm-core&amp;nbsp;&amp;nbsp;
-      &lt;/div&gt;
-    &lt;/div&gt;
 
    &lt;/div&gt;
 </diff>
      <filename>doc/files/lib/dm-tags/dm_tags_rb.html</filename>
    </modified>
    <modified>
      <diff>@@ -56,7 +56,7 @@
     &lt;/tr&gt;
     &lt;tr class=&quot;top-aligned-row&quot;&gt;
       &lt;td&gt;&lt;strong&gt;Last Update:&lt;/strong&gt;&lt;/td&gt;
-      &lt;td&gt;Wed Jul 30 14:27:08 -0600 2008&lt;/td&gt;
+      &lt;td&gt;Sun Sep 14 21:56:44 -0600 2008&lt;/td&gt;
     &lt;/tr&gt;
     &lt;/table&gt;
   &lt;/div&gt;</diff>
      <filename>doc/files/lib/dm-tags/version_rb.html</filename>
    </modified>
    <modified>
      <diff>@@ -56,7 +56,7 @@
     &lt;/tr&gt;
     &lt;tr class=&quot;top-aligned-row&quot;&gt;
       &lt;td&gt;&lt;strong&gt;Last Update:&lt;/strong&gt;&lt;/td&gt;
-      &lt;td&gt;Wed Jul 30 00:11:27 -0600 2008&lt;/td&gt;
+      &lt;td&gt;Sun Sep 14 21:07:29 -0600 2008&lt;/td&gt;
     &lt;/tr&gt;
     &lt;/table&gt;
   &lt;/div&gt;
@@ -73,6 +73,7 @@
       &lt;h3 class=&quot;section-bar&quot;&gt;Required files&lt;/h3&gt;
 
       &lt;div class=&quot;name-list&quot;&gt;
+      dm-core&amp;nbsp;&amp;nbsp;
       dm-tags/tagging&amp;nbsp;&amp;nbsp;
       dm-tags/tag&amp;nbsp;&amp;nbsp;
       dm-tags/dm_tags&amp;nbsp;&amp;nbsp;</diff>
      <filename>doc/files/lib/dm-tags_rb.html</filename>
    </modified>
    <modified>
      <diff>@@ -5,12 +5,12 @@
 
 &lt;!--
 
-     dm-tags-0.0.2 Documentation
+     dm-tags-0.0.3 Documentation
 
   --&gt;
 &lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;
 &lt;head&gt;
-  &lt;title&gt; dm-tags-0.0.2 Documentation&lt;/title&gt;
+  &lt;title&gt; dm-tags-0.0.3 Documentation&lt;/title&gt;
   &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot; /&gt;
 &lt;/head&gt;
 &lt;frameset rows=&quot;20%, 80%&quot;&gt;</diff>
      <filename>doc/index.html</filename>
    </modified>
    <modified>
      <diff>@@ -0,0 +1,140 @@
+&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot;
+&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
+&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;en&quot; lang=&quot;en&quot;&gt;
+&lt;head&gt;
+  &lt;link rel=&quot;stylesheet&quot; href=&quot;stylesheets/screen.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;
+  &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
+  &lt;title&gt;
+      dm-tags
+  &lt;/title&gt;
+  &lt;script src=&quot;javascripts/rounded_corners_lite.inc.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
+&lt;style&gt;
+
+&lt;/style&gt;
+  &lt;script type=&quot;text/javascript&quot;&gt;
+    window.onload = function() {
+      settings = {
+          tl: { radius: 10 },
+          tr: { radius: 10 },
+          bl: { radius: 10 },
+          br: { radius: 10 },
+          antiAlias: true,
+          autoPad: true,
+          validTags: [&quot;div&quot;]
+      }
+      var versionBox = new curvyCorners(settings, document.getElementById(&quot;version&quot;));
+      versionBox.applyCornersToAll();
+    }
+  &lt;/script&gt;
+&lt;/head&gt;
+&lt;body&gt;
+&lt;div id=&quot;main&quot;&gt;
+
+    &lt;h1&gt;dm-tags&lt;/h1&gt;
+    &lt;div id=&quot;version&quot; class=&quot;clickable&quot; onclick='document.location = &quot;http://rubyforge.org/projects/dm-tags&quot;; return false'&gt;
+      &lt;p&gt;Get Version&lt;/p&gt;
+      &lt;a href=&quot;http://rubyforge.org/projects/dm-tags&quot; class=&quot;numbers&quot;&gt;0.0.3&lt;/a&gt;
+    &lt;/div&gt;
+    &lt;h2&gt;Description&lt;/h2&gt;
+&lt;p&gt;This package brings tagging to DataMapper.  It is inspired by Acts As Taggable On by Michael Bleigh, github&amp;#8217;s mbleigh.  Props to him for the contextual tagging based on Acts As Taggable on Steroids.&lt;/p&gt;
+&lt;h2&gt;Installing&lt;/h2&gt;
+&lt;p&gt;&lt;pre class='syntax'&gt;&lt;span class=&quot;ident&quot;&gt;sudo&lt;/span&gt; &lt;span class=&quot;ident&quot;&gt;gem&lt;/span&gt; &lt;span class=&quot;ident&quot;&gt;install&lt;/span&gt; &lt;span class=&quot;ident&quot;&gt;dm&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;ident&quot;&gt;tags&lt;/span&gt;&lt;/pre&gt;&lt;/p&gt;
+&lt;h2&gt;Demonstration of usage&lt;/h2&gt;
+&lt;p&gt;&lt;pre class='syntax'&gt;
+  &lt;span class=&quot;ident&quot;&gt;require&lt;/span&gt; &lt;span class=&quot;punct&quot;&gt;'&lt;/span&gt;&lt;span class=&quot;string&quot;&gt;rubygems&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;'&lt;/span&gt;
+  &lt;span class=&quot;ident&quot;&gt;require&lt;/span&gt; &lt;span class=&quot;punct&quot;&gt;'&lt;/span&gt;&lt;span class=&quot;string&quot;&gt;dm-core&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;'&lt;/span&gt;
+  &lt;span class=&quot;ident&quot;&gt;require&lt;/span&gt; &lt;span class=&quot;punct&quot;&gt;'&lt;/span&gt;&lt;span class=&quot;string&quot;&gt;dm-tags&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;'&lt;/span&gt;
+
+  &lt;span class=&quot;constant&quot;&gt;DataMapper&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;ident&quot;&gt;setup&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;symbol&quot;&gt;:default&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;punct&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span class=&quot;string&quot;&gt;sqlite3::memory:&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;&amp;quot;)&lt;/span&gt;
+
+  &lt;span class=&quot;keyword&quot;&gt;class &lt;/span&gt;&lt;span class=&quot;class&quot;&gt;MyModel&lt;/span&gt;
+    &lt;span class=&quot;ident&quot;&gt;include&lt;/span&gt; &lt;span class=&quot;constant&quot;&gt;DataMapper&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;constant&quot;&gt;Resource&lt;/span&gt;
+    &lt;span class=&quot;ident&quot;&gt;property&lt;/span&gt; &lt;span class=&quot;symbol&quot;&gt;:id&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;constant&quot;&gt;Integer&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;symbol&quot;&gt;:serial&lt;/span&gt; &lt;span class=&quot;punct&quot;&gt;=&amp;gt;&lt;/span&gt; &lt;span class=&quot;constant&quot;&gt;true&lt;/span&gt;
+    &lt;span class=&quot;ident&quot;&gt;has_tags_on&lt;/span&gt; &lt;span class=&quot;symbol&quot;&gt;:tags&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;symbol&quot;&gt;:skills&lt;/span&gt;
+  &lt;span class=&quot;keyword&quot;&gt;end&lt;/span&gt;
+
+  &lt;span class=&quot;constant&quot;&gt;DataMapper&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;ident&quot;&gt;auto_migrate!&lt;/span&gt;
+
+  &lt;span class=&quot;comment&quot;&gt;# Contextual tagging&lt;/span&gt;
+  &lt;span class=&quot;constant&quot;&gt;MyModel&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;ident&quot;&gt;taggable?&lt;/span&gt; &lt;span class=&quot;comment&quot;&gt;#=&amp;gt; true&lt;/span&gt;
+  &lt;span class=&quot;constant&quot;&gt;MyModel&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;ident&quot;&gt;new&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;ident&quot;&gt;taggable?&lt;/span&gt; &lt;span class=&quot;comment&quot;&gt;#=&amp;gt; true&lt;/span&gt;
+
+  &lt;span class=&quot;ident&quot;&gt;model&lt;/span&gt; &lt;span class=&quot;punct&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;constant&quot;&gt;MyModel&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;ident&quot;&gt;new&lt;/span&gt;
+  &lt;span class=&quot;ident&quot;&gt;model&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;ident&quot;&gt;tag_list&lt;/span&gt; &lt;span class=&quot;punct&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;punct&quot;&gt;'&lt;/span&gt;&lt;span class=&quot;string&quot;&gt;test, me out,   please   &lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;'&lt;/span&gt;
+  &lt;span class=&quot;ident&quot;&gt;model&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;ident&quot;&gt;tag_list&lt;/span&gt;
+  &lt;span class=&quot;comment&quot;&gt;#=&amp;gt; ['me out', 'please', 'test'] # Sanitized and alphabetized&lt;/span&gt;
+  &lt;span class=&quot;ident&quot;&gt;model&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;ident&quot;&gt;save&lt;/span&gt; &lt;span class=&quot;comment&quot;&gt;#=&amp;gt; true&lt;/span&gt;
+  &lt;span class=&quot;ident&quot;&gt;model&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;ident&quot;&gt;tags&lt;/span&gt;
+  &lt;span class=&quot;comment&quot;&gt;#=&amp;gt; [#&amp;lt;Tag id=1 name=&amp;quot;me out&amp;quot;&amp;gt;, #&amp;lt;Tag id=2 name=&amp;quot;please&amp;quot;&amp;gt;, #&amp;lt;Tag id=3 name=&amp;quot;test&amp;quot;&amp;gt;]&lt;/span&gt;
+  &lt;span class=&quot;ident&quot;&gt;model&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;ident&quot;&gt;tag_list&lt;/span&gt; &lt;span class=&quot;punct&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;punct&quot;&gt;'&lt;/span&gt;&lt;span class=&quot;string&quot;&gt;test, again&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;'&lt;/span&gt;
+  &lt;span class=&quot;ident&quot;&gt;model&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;ident&quot;&gt;save&lt;/span&gt; &lt;span class=&quot;comment&quot;&gt;#=&amp;gt; true&lt;/span&gt;
+  &lt;span class=&quot;ident&quot;&gt;model&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;ident&quot;&gt;tags&lt;/span&gt;
+  &lt;span class=&quot;comment&quot;&gt;#=&amp;gt; [#&amp;lt;Tag id=3 name=&amp;quot;test&amp;quot;&amp;gt;, #&amp;lt;Tag id=4 name=&amp;quot;again&amp;quot;&amp;gt;] # Checks for existing tags&lt;/span&gt;
+  &lt;span class=&quot;constant&quot;&gt;Tag&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;ident&quot;&gt;all&lt;/span&gt;
+  &lt;span class=&quot;comment&quot;&gt;#=&amp;gt; [#&amp;lt;Tag id=1 name=&amp;quot;me out&amp;quot;&amp;gt;, #&amp;lt;Tag id=2 name=&amp;quot;please&amp;quot;&amp;gt;,&lt;/span&gt;
+  &lt;span class=&quot;comment&quot;&gt;#    #&amp;lt;Tag id=3 name=&amp;quot;test&amp;quot;&amp;gt;, #&amp;lt;Tag id=4 name=&amp;quot;again&amp;quot;&amp;gt;]&lt;/span&gt;
+  &lt;span class=&quot;ident&quot;&gt;another&lt;/span&gt; &lt;span class=&quot;punct&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;constant&quot;&gt;MyModel&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;ident&quot;&gt;new&lt;/span&gt;
+  &lt;span class=&quot;ident&quot;&gt;another&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;ident&quot;&gt;skill_list&lt;/span&gt; &lt;span class=&quot;punct&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;punct&quot;&gt;'&lt;/span&gt;&lt;span class=&quot;string&quot;&gt;test, all, you, like&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;'&lt;/span&gt;
+  &lt;span class=&quot;ident&quot;&gt;another&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;ident&quot;&gt;save&lt;/span&gt; &lt;span class=&quot;comment&quot;&gt;#=&amp;gt; true&lt;/span&gt;
+  &lt;span class=&quot;ident&quot;&gt;another&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;ident&quot;&gt;tag_list&lt;/span&gt; &lt;span class=&quot;comment&quot;&gt;#=&amp;gt; []&lt;/span&gt;
+  &lt;span class=&quot;ident&quot;&gt;another&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;ident&quot;&gt;skills&lt;/span&gt;
+  &lt;span class=&quot;comment&quot;&gt;#=&amp;gt; [#&amp;lt;Tag id=5 name=&amp;quot;all&amp;quot;&amp;gt;, #&amp;lt;Tag id=6 name=&amp;quot;like&amp;quot;&amp;gt;,&lt;/span&gt;
+  &lt;span class=&quot;comment&quot;&gt;#    #&amp;lt;Tag id=3 name=&amp;quot;test&amp;quot;&amp;gt;, #&amp;lt;Tag id=7 name=&amp;quot;you&amp;quot;&amp;gt;]&lt;/span&gt;
+
+  &lt;span class=&quot;constant&quot;&gt;MyModel&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;ident&quot;&gt;tagged_with&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;('&lt;/span&gt;&lt;span class=&quot;string&quot;&gt;test&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;')&lt;/span&gt; &lt;span class=&quot;comment&quot;&gt;#=&amp;gt; [#&amp;lt;MyModel id=1&amp;gt;, #&amp;lt;MyModel id=2&amp;gt;]&lt;/span&gt;
+  &lt;span class=&quot;constant&quot;&gt;MyModel&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;ident&quot;&gt;tagged_with&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;('&lt;/span&gt;&lt;span class=&quot;string&quot;&gt;test&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;',&lt;/span&gt; &lt;span class=&quot;symbol&quot;&gt;:on&lt;/span&gt; &lt;span class=&quot;punct&quot;&gt;=&amp;gt;&lt;/span&gt; &lt;span class=&quot;punct&quot;&gt;'&lt;/span&gt;&lt;span class=&quot;string&quot;&gt;tags&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;')&lt;/span&gt; &lt;span class=&quot;comment&quot;&gt;#=&amp;gt; [#&amp;lt;MyModel id=1&amp;gt;]&lt;/span&gt;
+  &lt;span class=&quot;constant&quot;&gt;MyModel&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;ident&quot;&gt;tagged_with&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;('&lt;/span&gt;&lt;span class=&quot;string&quot;&gt;test&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;',&lt;/span&gt; &lt;span class=&quot;symbol&quot;&gt;:on&lt;/span&gt; &lt;span class=&quot;punct&quot;&gt;=&amp;gt;&lt;/span&gt; &lt;span class=&quot;punct&quot;&gt;'&lt;/span&gt;&lt;span class=&quot;string&quot;&gt;skills&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;')&lt;/span&gt; &lt;span class=&quot;comment&quot;&gt;#=&amp;gt; [#&amp;lt;MyModel id=2&amp;gt;]&lt;/span&gt;
+
+  &lt;span class=&quot;comment&quot;&gt;# Traditional 'tags only' tagging&lt;/span&gt;
+
+  &lt;span class=&quot;keyword&quot;&gt;class &lt;/span&gt;&lt;span class=&quot;class&quot;&gt;TagsOnly&lt;/span&gt;
+    &lt;span class=&quot;ident&quot;&gt;include&lt;/span&gt; &lt;span class=&quot;constant&quot;&gt;DataMapper&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;constant&quot;&gt;Resource&lt;/span&gt;
+    &lt;span class=&quot;ident&quot;&gt;property&lt;/span&gt; &lt;span class=&quot;symbol&quot;&gt;:id&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;constant&quot;&gt;Integer&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;symbol&quot;&gt;:serial&lt;/span&gt; &lt;span class=&quot;punct&quot;&gt;=&amp;gt;&lt;/span&gt; &lt;span class=&quot;constant&quot;&gt;true&lt;/span&gt;
+    &lt;span class=&quot;ident&quot;&gt;has_tags&lt;/span&gt;
+  &lt;span class=&quot;keyword&quot;&gt;end&lt;/span&gt;
+
+  &lt;span class=&quot;constant&quot;&gt;TagsOnly&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;ident&quot;&gt;auto_migrate!&lt;/span&gt;
+
+  &lt;span class=&quot;constant&quot;&gt;TagsOnly&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;ident&quot;&gt;taggable?&lt;/span&gt; &lt;span class=&quot;comment&quot;&gt;#=&amp;gt; true&lt;/span&gt;
+  &lt;span class=&quot;constant&quot;&gt;TagsOnly&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;ident&quot;&gt;new&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;ident&quot;&gt;taggable?&lt;/span&gt; &lt;span class=&quot;comment&quot;&gt;#=&amp;gt; true&lt;/span&gt;
+
+  &lt;span class=&quot;ident&quot;&gt;tags_only&lt;/span&gt; &lt;span class=&quot;punct&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;constant&quot;&gt;TagsOnly&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;ident&quot;&gt;new&lt;/span&gt;
+  &lt;span class=&quot;ident&quot;&gt;tags_only&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;ident&quot;&gt;tag_list&lt;/span&gt; &lt;span class=&quot;punct&quot;&gt;=&lt;/span&gt; &lt;span class=&quot;punct&quot;&gt;'&lt;/span&gt;&lt;span class=&quot;string&quot;&gt;tags, only&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;'&lt;/span&gt;
+  &lt;span class=&quot;ident&quot;&gt;tags_only&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;ident&quot;&gt;tag_list&lt;/span&gt; &lt;span class=&quot;comment&quot;&gt;#=&amp;gt; ['only', 'tags']&lt;/span&gt;
+  &lt;span class=&quot;ident&quot;&gt;tags_only&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;ident&quot;&gt;save&lt;/span&gt; &lt;span class=&quot;comment&quot;&gt;#=&amp;gt; true&lt;/span&gt;
+  &lt;span class=&quot;ident&quot;&gt;tags_only&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;ident&quot;&gt;tags&lt;/span&gt;
+  &lt;span class=&quot;comment&quot;&gt;#=&amp;gt; [#&amp;lt;Tag id=8 name=&amp;quot;only&amp;quot;&amp;gt;, #&amp;lt;Tag id=9 name=&amp;quot;tags&amp;quot;&amp;gt;]  &lt;/span&gt;
+&lt;/pre&gt;&lt;/p&gt;
+&lt;h2&gt;Forum&lt;/h2&gt;
+&lt;p&gt;&lt;a href=&quot;http://groups.google.com/group/dm-tags&quot;&gt;http://groups.google.com/group/dm-tags&lt;/a&gt;&lt;/p&gt;
+&lt;h2&gt;How to submit patches&lt;/h2&gt;
+&lt;p&gt;Read the &lt;a href=&quot;http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/&quot;&gt;8 steps for fixing other people&amp;#8217;s code&lt;/a&gt; and for section &lt;a href=&quot;http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#8b-google-groups&quot;&gt;8b: Submit patch to Google Groups&lt;/a&gt;, use the Google Group above.&lt;/p&gt;
+&lt;p&gt;You can fetch the source from either:&lt;/p&gt;
+&lt;ul&gt;
+	&lt;li&gt;rubyforge: &lt;a href=&quot;http://rubyforge.org/scm/?group_id=6728&quot;&gt;http://rubyforge.org/scm/?group_id=&amp;lt;6728&lt;/a&gt;&lt;/li&gt;
+&lt;/ul&gt;
+&lt;pre&gt;git clone git://rubyforge.org/dm-tags.git&lt;/pre&gt;
+&lt;ul&gt;
+	&lt;li&gt;github: &lt;a href=&quot;http://github.com/bobby/dm-tags/tree/master&quot;&gt;http://github.com/bobby/dm-tags/tree/master&lt;/a&gt;&lt;/li&gt;
+&lt;/ul&gt;
+&lt;pre&gt;git clone git://github.com/bobby/dm-tags.git&lt;/pre&gt;
+&lt;h3&gt;Build and test instructions&lt;/h3&gt;
+&lt;pre&gt;
+  cd dm-tags
+  rake test
+  rake install_gem
+&lt;/pre&gt;
+&lt;h2&gt;License&lt;/h2&gt;
+&lt;p&gt;This code is free to use under the terms of the &lt;span class=&quot;caps&quot;&gt;MIT&lt;/span&gt; license.&lt;/p&gt;
+&lt;h2&gt;Contact&lt;/h2&gt;
+&lt;p&gt;Comments are welcome. Send an email to &lt;a href=&quot;mailto:b.e.calderwood@gmail.com&quot;&gt;Bobby Calderwood&lt;/a&gt; email via the &lt;a href=&quot;http://groups.google.com/group/dm-tags&quot;&gt;forum&lt;/a&gt;.&lt;/p&gt;
+    &lt;p class=&quot;coda&quot;&gt;
+      &lt;a href=&quot;bobby_calderwood@me.com&quot;&gt;Bobby Calderwood&lt;/a&gt;, 2nd August 2008&lt;br&gt;
+      Theme extended from &lt;a href=&quot;http://rb2js.rubyforge.org/&quot;&gt;Paul Battley&lt;/a&gt;
+    &lt;/p&gt;
+&lt;/div&gt;
+
+&lt;!-- insert site tracking codes here, like Google Urchin --&gt;
+
+&lt;/body&gt;
+&lt;/html&gt;</diff>
      <filename>website/index.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ef4444c2aa98406ef619b29ff9f60bd952bf4257</id>
    </parent>
  </parents>
  <author>
    <name>bobby</name>
    <email>bobby_calderwood@mac.com</email>
  </author>
  <url>http://github.com/bobby/dm-tags/commit/32c4127b624e053b8a0c6c0787e7e2c5a8933bd0</url>
  <id>32c4127b624e053b8a0c6c0787e7e2c5a8933bd0</id>
  <committed-date>2008-09-14T21:25:37-07:00</committed-date>
  <authored-date>2008-09-14T21:25:37-07:00</authored-date>
  <message>Release 0.0.3.</message>
  <tree>960622d03daaa7713f67af3606a80a9c64d48224</tree>
  <committer>
    <name>bobby</name>
    <email>bobby_calderwood@mac.com</email>
  </committer>
</commit>
