<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -132,8 +132,8 @@ these characters are off limit unless used in the machine tag context:
 * Possible add support for other ORM's ie DataMapper.
 * Play friendly with other tagging plugins as needed.
 
-== Bugs
-Please report them here: http://cldwalker.lighthouseapp.com/projects/27818-has_machine_tags/tickets.
+== Issues
+Please report them {on github}[http://github.com/cldwalker/has_machine_tags/issues].
 
 == Credits
 </diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -31,7 +31,8 @@ module HasMachineTags
           namespace, remainder = e.split(Tag::PREDICATE_DELIMITER)
           remainder.split(QUICK_MODE_DELIMITER).map {|e| 
             e.include?(Tag::VALUE_DELIMITER) ? &quot;#{namespace}#{Tag::PREDICATE_DELIMITER}#{e}&quot; :
-            Tag.build_machine_tag(namespace, default_predicate, e)
+            (@options[:default_predicate] ? Tag.build_machine_tag(namespace, @options[:default_predicate].call(e, namespace), e) :
+            Tag.build_machine_tag(namespace, default_predicate, e))
           }
         else
           e</diff>
      <filename>lib/has_machine_tags/tag_list.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3d5823cf2cf1e54fc918e5f78a106766ee4f1ae8</id>
    </parent>
  </parents>
  <author>
    <name>Gabriel Horner</name>
    <email>gabriel.horner@gmail.com</email>
  </author>
  <url>http://github.com/cldwalker/has_machine_tags/commit/e25a613353aaf65a3e59c9d45749f7c06196c91f</url>
  <id>e25a613353aaf65a3e59c9d45749f7c06196c91f</id>
  <committed-date>2009-05-01T14:00:57-07:00</committed-date>
  <authored-date>2009-05-01T14:00:57-07:00</authored-date>
  <message>allow default_predicates to be a proc, updated issues link</message>
  <tree>081d8fec440e7178fba1126089e4407074bbc235</tree>
  <committer>
    <name>Gabriel Horner</name>
    <email>gabriel.horner@gmail.com</email>
  </committer>
</commit>
