Ruleby-NG 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-NG provides an internal Domain Specific Language (DSL) for building the productions that make up a Ruleby-NG program.
Ruleby-NG is based on Ruleby.
Please reference the VERSION.txt file in the project root directory. Ruleby-NG adheres to the SemVer version semantic specification version 2.0.0.
Please reference the CHANGELOG.md file in the project root directory.