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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 353191c500d952bd851cd63744323aabee9df0ed7ba838496902097e37741ded
4
- data.tar.gz: a38434d883bffd18579ead8ef04bb0a75ccfae121b441d4270233dd8451ade00
3
+ metadata.gz: 5707bf9b405fa29dd6538a189fb8651219da38a6adae5c20b83a9105e76f4ca8
4
+ data.tar.gz: 59e6be4c62e2b4bc48bca88d1c24010c896a919d4f0ad3cd06ef326b3df7b65d
5
5
  SHA512:
6
- metadata.gz: a80d3d73a45fccb17750f75ca1875c8e85897c4b5e81ecbabeb6e961f78e0eeb0fb69fb3cf3f9da2ff8bb70f53685b1a80a554b5daa718f4740654e6d3ef9310
7
- data.tar.gz: b79782b7923300af9ac3f24a816f91e29c5b4126d511f0fcbd9f1bb8eda1b859ca796aece57520e401d776fbfee7111f48c1778262de87b3b60d6baaf24dc17c
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)
@@ -1,3 +1,3 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- module JsonLogic; VERSION = '0.1.0.beta2'; end
3
+ module JsonLogic; VERSION = '0.1.0'; end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: json-logic-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.beta2
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tavrel Kate