<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -60,7 +60,7 @@ module UtilityScopes
           }
         })
         
-        metaclass.instance_eval do
+        eigenclass.instance_eval do
           define_method(:default_ordering) { clause }
         end
       end
@@ -76,7 +76,7 @@ module UtilityScopes
       
       private
       
-      def metaclass; class &lt;&lt; self; self end; end
+      def eigenclass; class &lt;&lt; self; self end; end
     end
   end
 end</diff>
      <filename>lib/utility_scopes/ordered.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,8 @@
 Gem::Specification.new do |s|
   
   s.name     = &quot;utility_scopes&quot;
-  s.version  = &quot;0.2.2&quot;
-  s.date     = &quot;2008-10-28&quot;
+  s.version  = &quot;0.2.3&quot;
+  s.date     = &quot;2009-09-16&quot;
   
   s.summary  = &quot;A collection of utilitarian named scopes providing common functionality for ActiveRecord models&quot;
   s.email    = &quot;ryan@yfactorial.com&quot;</diff>
      <filename>utility_scopes.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>482dd00b51202ea678b21d8cd81cb44c85d61e3d</id>
    </parent>
  </parents>
  <author>
    <name>Ryan Daigle</name>
    <email>ryan.daigle@gmail.com</email>
  </author>
  <url>http://github.com/yfactorial/utility_scopes/commit/e57c04ea4f8147e8249f411fdc8df5de569a94d8</url>
  <id>e57c04ea4f8147e8249f411fdc8df5de569a94d8</id>
  <committed-date>2009-09-16T06:54:01-07:00</committed-date>
  <authored-date>2009-09-16T06:53:22-07:00</authored-date>
  <message>Renamed metaclass to eigenclass to avoid conflict w/ Rails' method of the same name</message>
  <tree>b1152d0f5766338767f8b3657a5e1fa5e4df87c6</tree>
  <committer>
    <name>Ryan Daigle</name>
    <email>ryan.daigle@gmail.com</email>
  </committer>
</commit>
