<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -14,7 +14,7 @@ require 'rake/testtask'
 spec = Gem::Specification.new do |s|
 
     s.name              = &quot;ruleby&quot;
-    s.version           = &quot;0.4&quot;
+    s.version           = &quot;0.5&quot;
     s.authors           = [ &quot;Joe Kutner&quot;, &quot;Matt Smith&quot; ]
     s.email             = 'matt@ruleby.org'
     s.homepage          = &quot;http://ruleby.org&quot;
@@ -24,9 +24,22 @@ spec = Gem::Specification.new do |s|
     #s.license           = &quot;GPL3&quot;
 
     s.require_paths     = [ &quot;lib&quot; ]
-    s.autorequire       = &quot;ruleby&quot;
     s.test_file         = &quot;tests/test.rb&quot;
     s.has_rdoc          = true
+    s.rubyforge_project = 'ruleby'
+    s.description = &lt;&lt;EOF
+Ruleby is a rule engine written in the Ruby language. It is a system for executing a set 
+of IF-THEN statements known as production rules. These rules are matched to objects using 
+the forward chaining Rete algorithm. Ruleby provides an internal Domain Specific Language 
+(DSL) for building the productions that make up a Ruleby program.
+
+Release Notes for Version 0.5
+* reset the TerminalNode.counter when initializing the RootNode.  Thanks to Shashank for the patch.
+* added InitialFact so that NotPatterns can be put at the front of a rule [#1 status:resolved]
+* Improved rule assertion so that rules can be added after facts have been asserted [#9 state:resolved]
+* Added retrieve method to engine, and a unit-test for it 
+EOF
+    
     #s.extra_rdoc_files  = [ 'README.txt' ]
     
     #[ 'other-gem', 'yet-another-gem' ].each do |d|</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4a19e4b2c83665aa6fb15b487f0237b9d969b0b7</id>
    </parent>
  </parents>
  <author>
    <name>jkutner</name>
    <email>jpkutner@gmail.com</email>
  </author>
  <url>http://github.com/mattup/ruleby/commit/6de1cea9d6d1f806469a1a698eabacb41a1099d4</url>
  <id>6de1cea9d6d1f806469a1a698eabacb41a1099d4</id>
  <committed-date>2009-10-06T18:55:40-07:00</committed-date>
  <authored-date>2009-10-06T18:55:40-07:00</authored-date>
  <message>Updated rake file for release 0.5</message>
  <tree>63a9b93bb2cec515c3f1d38894160c3c3448efa0</tree>
  <committer>
    <name>jkutner</name>
    <email>jpkutner@gmail.com</email>
  </committer>
</commit>
