json_logic 0.4.5 → 0.4.6
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 +5 -5
- data/lib/json_logic.rb +1 -1
- data/lib/json_logic/operation.rb +2 -0
- data/lib/json_logic/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 02d27d74f30407c0f44426ca5c69a5c32b781fa4
|
4
|
+
data.tar.gz: fefdbb2e9d6f74f7bf06c789bbc812a2d64213bd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 88a67e9def1c338e4c720f3e485c8441ec71704debff13fb149c144540f114b80679a6077854b184b3429faa03075ca0eb890949184be11ae45e83a0aba03565
|
7
|
+
data.tar.gz: 99f44c676014e61dc7cbf5fda8d40bda9a946489938c44f55bdaa20a308a25f555c1ce951da355d18ff4096c5a0ca07558879c62ce37392b02591fe9289b6aee
|
data/lib/json_logic.rb
CHANGED
data/lib/json_logic/operation.rb
CHANGED
data/lib/json_logic/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: json_logic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kenneth Geerts
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2020-04-18 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -125,7 +125,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
125
125
|
- !ruby/object:Gem::Version
|
126
126
|
version: '0'
|
127
127
|
requirements: []
|
128
|
-
|
128
|
+
rubyforge_project:
|
129
|
+
rubygems_version: 2.6.14
|
129
130
|
signing_key:
|
130
131
|
specification_version: 4
|
131
132
|
summary: Build complex rules, serialize them as JSON, and execute them in ruby
|