json-logic-rb 0.1.0.beta2 → 0.1.0
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/README.md +6 -0
- data/lib/json_logic/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5707bf9b405fa29dd6538a189fb8651219da38a6adae5c20b83a9105e76f4ca8
|
|
4
|
+
data.tar.gz: 59e6be4c62e2b4bc48bca88d1c24010c896a919d4f0ad3cd06ef326b3df7b65d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7b9b11b25711edc2956999404da117022453074ce2a23420a3a5b885859c993ec84cb553e8f55a556feacf01deff8ed90e76b154b1d5fd4122f4675c42e92b6f
|
|
7
|
+
data.tar.gz: b1bb6ed52e18c158b72e04fc20e42883dd3e426b937cf4be37d24cfdf7785b629f315ace39dd612dd42a0d5079c06a299463549917a4f56740991012f886f899
|
data/README.md
CHANGED
|
@@ -313,3 +313,9 @@ Expected output
|
|
|
313
313
|
- Rules are **data**, not code; no Ruby eval.
|
|
314
314
|
- When evaluating untrusted rules, consider adding a timeout and error handling at the call site.
|
|
315
315
|
- Custom operations should be **pure** (no IO, no network, no shell).
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
## Authors
|
|
319
|
+
|
|
320
|
+
- [Valeriya Petrova](https://github.com/piatrova-valeriya1999)
|
|
321
|
+
- [Tavrel Kate](https://github.com/tavrelkate)
|
data/lib/json_logic/version.rb
CHANGED