json-logic-rb 0.1.1.beta1 → 0.1.1.beta2
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 +4 -4
- data/lib/json_logic/operations/reduce.rb +1 -1
- data/lib/json_logic/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c6eafce983f8ec5d721d323a038d0e2c739d9e616069ec703847cd9a010bae2a
|
|
4
|
+
data.tar.gz: 1a57bc686fab6a2cee116c072b62eb07a6856faa19f04b1ee1f3eb8b66ceaa8e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a4afb877d45472c538008605048a0ba09800cb14f2c85336ffb4ee31093a7e8a08a5df7770091b58913009eb77bd88abf8a127621654e841b2eb3af47883333b
|
|
7
|
+
data.tar.gz: 16650f3a7ec8cbcce5dc64e7fb634c269b4c95361ead60dfaa07efda47332704bf0ac0a660b6f7d4acfe2a0078955dff18367cb1958173a9643c6043bb14b063
|
data/lib/json_logic/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: json-logic-rb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.1.
|
|
4
|
+
version: 0.1.1.beta2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tavrel Kate
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-10-
|
|
11
|
+
date: 2025-10-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Ruby implementation of JsonLogic. JsonLogic rules are JSON trees. The
|
|
14
14
|
engine walks that tree and returns a Ruby value. Ships with a compliance runner
|