Skip to content

Commit

Permalink
Updated Rakefile and readme for release 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jkutner committed Nov 23, 2009
1 parent 50d3c61 commit 8ccc705
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ the forward chaining Rete algorithm. Ruleby provides an internal Domain Specific

Version
-------
0.6-SNAPSHOT
0.6

Release Notes
-------------
* Added support for AND and OR conditional elements in the LHS of a rule
* Added the ability to self-reference in the LHS without binding
* Fixed bug in retract_resolve on JoinNode that was causing inconsistent behavior of :not patterns.
* Several minor bug fixes

Mailing List
------------
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require 'rake/testtask'
spec = Gem::Specification.new do |s|

s.name = "ruleby"
s.version = "0.6-SNAPSHOT"
s.version = "0.6"
s.authors = [ "Joe Kutner", "Matt Smith" ]
s.email = 'jpkutner@gmail.com'
s.homepage = "http://ruleby.org"
Expand Down

0 comments on commit 8ccc705

Please sign in to comment.