shiny_json_logic 0.2.12 → 0.2.13
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/CHANGELOG.md +5 -0
- data/Gemfile.lock +1 -1
- data/badges/compat.json +1 -1
- data/lib/shiny_json_logic/truthy.rb +1 -0
- data/lib/shiny_json_logic/version.rb +1 -1
- data/results/ruby.json +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: f37a7b736cfaaa7084af3c1c09431a5a0f3e4c698b53ea4749aaa866e6c4956f
|
|
4
|
+
data.tar.gz: '0386a68e00b8152446ad949a9b848a14a79b18a9b638ed5162bb58d77228d3e5'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3e2b48c589fe1df7f858f21ce6c859c0638fcbad73a1151dd3ba338629f38b8b1f4fe7d1a4c87934d2958b8f270198d36624cea665c01a1f1077133e71c2f5bf
|
|
7
|
+
data.tar.gz: 105690bfaa792c6b2f45ab6d36c6ae968fdd1ac1e39c4997d4ed95fdc08d35712cc96d2d1dc2bf1623c288304e437b93b64c4a88f0c0284ba575ca198299643f
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [0.2.13] - 2026-02-09
|
|
6
|
+
### Changed
|
|
7
|
+
- Empty objects `{}` are now falsy (previously truthy). This aligns with the official JSONLogic spec.
|
|
8
|
+
- Official tests now pass 100% (601/601).
|
|
9
|
+
|
|
5
10
|
## [0.2.12] - 2026-02-09
|
|
6
11
|
### Changed
|
|
7
12
|
- Fixes access error in var when value is false (previously returned nil due to bug).
|
data/Gemfile.lock
CHANGED
data/badges/compat.json
CHANGED
data/results/ruby.json
CHANGED