<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>lib/vote_fu.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,2 +1 @@
-require File.dirname(__FILE__) + &quot;/rails/init&quot;
-
+require 'vote_fu'</diff>
      <filename>init.rb</filename>
    </modified>
    <modified>
      <diff>@@ -27,7 +27,7 @@ module PeteOnRails
         #       user.vote_count()      # All votes
         
         def vote_count(for_or_against = &quot;all&quot;)
-          where = (for_or_against = &quot;all&quot;) ? 
+          where = (for_or_against == &quot;all&quot;) ? 
             [&quot;voter_id = ? AND voter_type = ?&quot;, id, self.class.name ] : 
             [&quot;voter_id = ? AND voter_type = ? AND vote = ?&quot;, id, self.class.name, for_or_against ]
                         </diff>
      <filename>lib/acts_as_voter.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,33 +1,35 @@
 Gem::Specification.new do |s|
   s.name = &quot;vote_fu&quot;
-  s.version = &quot;0.0.3&quot;
-  s.date = &quot;2008-07-10&quot;
+  s.version = &quot;0.0.4&quot;
+  s.date = &quot;2008-11-17&quot;
   s.summary = &quot;Voting for ActiveRecord with multiple vote sources and advanced features.&quot;
   s.email = &quot;pete@peteonrails.com&quot;
   s.homepage = &quot;http://blog.peteonrails.com/vote-fu&quot;
   s.description = &quot;VoteFu provides the ability to have multiple voting entities on an arbitrary number of models in ActiveRecord.&quot;
   s.has_rdoc = false
   s.authors = [&quot;Peter Jackson&quot;, &quot;Cosmin Radoi&quot;]
-  s.files = [ &quot;CHANGELOG&quot;,
+  s.files = [ &quot;CHANGELOG.markdown&quot;,
               &quot;MIT-LICENSE&quot;,
-              &quot;README&quot;,
+              &quot;README.markdown&quot;,
               &quot;generators/voteable&quot;,
               &quot;generators/voteable/voteable_generator.rb&quot;,
               &quot;generators/voteable/templates&quot;,
-              &quot;generators/voteable/templates/vote.rb&quot;,
               &quot;generators/voteable/templates/migration.rb&quot;,
               &quot;init.rb&quot;,
-              &quot;lib/acts-as-voteable.rb&quot;,
+              &quot;lib/vote_fu.rb&quot;,
+              &quot;lib/acts_as_voteable.rb&quot;,
               &quot;lib/acts_as_voter.rb&quot;,
-              &quot;rails/init.rb&quot;,
+              &quot;lib/has_karma.rb&quot;,
+              &quot;lib/models/vote.rb&quot;,
+              &quot;lib/controllers/votes_controller.rb&quot;,
               &quot;test/voteable_test.rb&quot;,
               &quot;examples/votes_controller.rb&quot;,
               &quot;examples/users_controller.rb&quot;,
               &quot;examples/voteables_controller.rb&quot;,
               &quot;examples/voteable.rb&quot;,
-              &quot;examples/voteable.html.erb&quot;
-              &quot;examples/votes/_voteable_vote.html.erb&quot;
-              &quot;examples/votes/create.rjs&quot;
+              &quot;examples/voteable.html.erb&quot;,
+              &quot;examples/votes/_voteable_vote.html.erb&quot;,
+              &quot;examples/votes/create.rjs&quot;,
               &quot;examples/routes.rb&quot;
-               ]
-end
\ No newline at end of file
+  ]
+end</diff>
      <filename>vote_fu.gemspec</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>rails/init.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>b380b718d574fed77e2dd648464492e91412922d</id>
    </parent>
  </parents>
  <author>
    <name>Bence Nagy</name>
    <email>nagybence@tipogral.hu</email>
  </author>
  <url>http://github.com/peteonrails/vote_fu/commit/00fa5946918f3f2b13eec0d4bd49d1f04fd74c20</url>
  <id>00fa5946918f3f2b13eec0d4bd49d1f04fd74c20</id>
  <committed-date>2008-11-17T03:42:33-08:00</committed-date>
  <authored-date>2008-11-17T03:42:33-08:00</authored-date>
  <message>Make plugin available to use as gem.</message>
  <tree>76575e8ce56eca369a4a0b6a39a4d96aa9b27f5c</tree>
  <committer>
    <name>Bence Nagy</name>
    <email>nagybence@tipogral.hu</email>
  </committer>
</commit>
