zen-engine-ruby 0.0.1-arm64-darwin → 0.0.3-arm64-darwin

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7d30a0c104e2681ddbb4abf3ba068e60404df8ee90dc1d02341cb993493b9283
4
- data.tar.gz: 866d2469dbbc09ad880257b495c89cebe33b263e7ff8e219a188b9f0bfcb7f57
3
+ metadata.gz: 7ddc88ebed5d647706b2f0093b554462f445931e9eb7d619f0d3b38adb150db7
4
+ data.tar.gz: f900ab62c489818a76c13c10e7f89bcba603f1198cb3f82a26f886ee266bee43
5
5
  SHA512:
6
- metadata.gz: 9e4fda9433ad81399f70755b3e52cdf522836ff41aaef6275933485b78ffbaa24320b4216ebbf694fc2b9ce4d13b809a4df0c298d727883d162ba7d5333f3091
7
- data.tar.gz: 660f3426c7ad58831fa53814831cd10886476f5a456e30d945a9f61beb2aed1e10f1bc4395b9aa98f97531fb43fbcc302bbddcee915b98b15c53ae980b355afe
6
+ metadata.gz: '048b186f84ebc0b8775313ea53af32a00e05676abdb761c431271eadebd21ff2319c40d22dfa83153ebeb0edfb1e928e81e462428ce6c7ca4b7e911660310dd0'
7
+ data.tar.gz: f1c810e31fdfb38e66cdec76dc7e0ba42f584166e1caf009b6abe036a8c82158564061e65364abcc1f5d71d7d36b06e55b445704be284775ee10bad5ee9f83d5
data/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  Ruby Bindings for the [GoRules Zen Business Rules Engine](https://github.com/gorules/zen).
6
6
 
7
7
  ZEN Engine is a cross-platform, Open-Source Business Rules Engine (BRE). It is written in Rust and provides native
8
- bindings for **NodeJS**, **Python**, **Ruby**, and **Go**. ZEN Engine allows to load and execute JSON Decision Model (JDM) from JSON files.
8
+ bindings for **Ruby**, **NodeJS**, **Python**, **Ruby**, and **Go**. ZEN Engine allows to load and execute JSON Decision Model (JDM) from JSON files.
9
9
 
10
10
  <img width="800" alt="Open-Source Rules Engine" src="https://gorules.io/images/jdm-editor.gif">
11
11
 
@@ -14,10 +14,11 @@ An open-source React editor is available on our [JDM Editor](https://github.com/
14
14
  ## Installation
15
15
 
16
16
  ```bash
17
- # TODO: deploy to rubygems
18
- # gem install zen-engine-ruby
17
+ gem install zen-engine-ruby
19
18
  ```
20
19
 
20
+ Or add `zen-engine-ruby` to your `Gemfile`.
21
+
21
22
  ## Usage
22
23
 
23
24
  ZEN Engine is built as embeddable BRE for your **Ruby**, **Rust**, **NodeJS**, **Python** or **Go** applications.
@@ -1,3 +1,3 @@
1
1
  module ZenRuby
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zen-engine-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.3
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - Alex Matchneer