<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,8 @@
-Copyright (c) 2008 Simone Carletti &lt;weppos@weppos.net&gt;
+= License
+
+(The MIT License)
+
+Copyright (c) 2008-2009 Simone Carletti &lt;weppos@weppos.net&gt;
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the</diff>
      <filename>LICENSE.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 = ActiveRecord::MultiConditions
 
-MultiConditions is a simple ActiveRecord plugin for storing ActiveRecord query conditions and make complex queries painless.
+MultiConditions is a simple ActiveRecord plugin for storing ActiveRecord find conditions and make complex queries painless.
 
 
 == Overview
@@ -56,7 +56,11 @@ First, don't forget to require the library.
 
 Now +MultiConditions+ object is automatically available as subclass of any ActiveRecord object.
 
-    class Task &lt; ActiveRecord::Base; end
+    class Task &lt; ActiveRecord::Base
+    
+      # your Task model
+    
+    end
     
     multiconditions = Task::Multiconditions.new
     # =&gt; new instance
@@ -166,25 +170,28 @@ but you *MUST* initialize a MultiConditions instance from a Model.
 
 * {Simone Carletti}[http://www.simonecarletti.com/] &lt;weppos@weppos.net&gt;
 
-If you like this software, please {recommend me}[http://www.workingwithrails.com/person/11967-simone-carletti] at Working with Rails.
-
 
-== Website and Project Home
+== Resources
 
-* {Project Homepage}[http://code.simonecarletti.com/multiconditions]
-* {At GitHub}[http://github.com/weppos/activerecord-multiconditions/]
-* {At RubyForge}[http://rubyforge.org/projects/multiconditions/]
+* {Homepage}[http://code.simonecarletti.com/multiconditions]
+* {API}[http://multiconditions.rubyforge.org/]
+* {GitHub}[http://github.com/weppos/activerecord-multiconditions/]
+* {RubyForge}[http://rubyforge.org/projects/multiconditions/]
 
 
 == FeedBack and Bug reports
 
-Feel free to email {Simone Carletti}[mailto:weppos@weppos.net] 
-with any questions or feedback.
+Feel free to email {Simone Carletti}[mailto:weppos@weppos.net] with any questions or feedback.
 
-Please submit your bug reports to the Redmine installation for MultiConditions
-available at http://code.simonecarletti.com/activerecord-multiconditions.
+Please use the {Ticket System}[http://code.simonecarletti.com/projects/show/multiconditions] to submit bug reports or feature request.
 
 
 == Changelog
 
-See CHANGELOG file.
+See the CHANGELOG.rdoc file for details.
+
+
+== License
+
+Copyright (c) 2008-2009 Simone Carletti, ActiveRecord::MultiConditions is released under the MIT license. 
+</diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,5 @@
 require 'rubygems'
+require 'rake'
 require 'echoe'
 
 $LOAD_PATH.unshift(File.dirname(__FILE__) + &quot;/lib&quot;)
@@ -6,46 +7,37 @@ require 'multi_conditions'
 
 
 # Common package properties
-PKG_NAME    = ENV['PKG_NAME'] || ActiveRecord::Base::MultiConditions::GEM
+PKG_NAME    = ENV['PKG_NAME']    || ActiveRecord::Base::MultiConditions::GEM
 PKG_VERSION = ENV['PKG_VERSION'] || ActiveRecord::Base::MultiConditions::VERSION
 PKG_SUMMARY = &quot;An ActiveRecord plugin for dealing with complex search :conditions.&quot;
-PKG_FILES   = FileList.new(&quot;{lib,test}/**/*.rb&quot;) do |fl|
-  fl.exclude 'TODO'
+PKG_FILES = FileList.new(&quot;{lib,test}/**/*.rb&quot;) do |fl|
   fl.include %w(README.rdoc CHANGELOG.rdoc LICENSE.rdoc)
   fl.include %w(Rakefile setup.rb)
 end
 RUBYFORGE_PROJECT = 'activerecord-multiconditions'
 
-
-# Prepare version number, don't forget about snapshots!
-version = PKG_VERSION
 if ENV['SNAPSHOT'].to_i == 1
-  version &lt;&lt; &quot;.&quot; &lt;&lt; Time.now.utc.strftime(&quot;%Y%m%d%H%M%S&quot;)
+  PKG_VERSION &lt;&lt; &quot;.&quot; &lt;&lt; Time.now.utc.strftime(&quot;%Y%m%d%H%M%S&quot;)
 end
 
 
-Echoe.new(PKG_NAME, version) do |p|
-  p.author = &quot;Simone Carletti&quot;
-  p.email = &quot;weppos@weppos.net&quot;
+Echoe.new(PKG_NAME, PKG_VERSION) do |p|
+  p.author      = &quot;Simone Carletti&quot;
+  p.email       = &quot;weppos@weppos.net&quot;
   p.summary     = PKG_SUMMARY
-  p.description = &lt;&lt;-EOF
+  p.description = &lt;&lt;-EOD
     MultiConditions is a simple ActiveRecord plugin \
     for storing ActiveRecord query conditions and make complex queries painless.
-    EOF
+    EOD
   p.url = &quot;http://code.simonecarletti.com/activerecord-multiconditions&quot;
+  p.project = RUBYFORGE_PROJECT
   
-  p.version = PKG_VERSION
-  p.changes = ''
-  
-  p.dependencies = ['activerecord &gt;=2.0.0']
-  p.rcov_options = [&quot;-xRakefile&quot;]
-  
-  p.need_zip = true
-  p.include_rakefile = true
+  p.need_zip      = true
+  p.rcov_options  = [&quot;-x Rakefile -x rcov&quot;]
+  p.rdoc_pattern  = /^(lib|CHANGELOG.rdoc|README.rdoc)/
   
-  p.project = RUBYFORGE_PROJECT
+  p.runtime_dependencies += ['activerecord &gt;=2.0.0']
   
-  p.rdoc_pattern = /^(lib|CHANGELOG.rdoc|LICENSE.rdoc|README.rdoc)/
 end
 
 </diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>TODO</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>ca41d2baede73a892947f7a073ccee7357cf074a</id>
    </parent>
  </parents>
  <author>
    <name>Simone Carletti</name>
    <email>weppos@weppos.net</email>
  </author>
  <url>http://github.com/weppos/activerecord-multiconditions/commit/8c0995ba5580961499b03eb0edd0066392ce65f1</url>
  <id>8c0995ba5580961499b03eb0edd0066392ce65f1</id>
  <committed-date>2009-02-08T06:23:59-08:00</committed-date>
  <authored-date>2009-02-08T06:23:59-08:00</authored-date>
  <message>Updated README and CHANGELOG files.</message>
  <tree>517dd37743f9045e01208efc6d9dc116d02942f4</tree>
  <committer>
    <name>Simone Carletti</name>
    <email>weppos@weppos.net</email>
  </committer>
</commit>
