shiny_json_logic 0.1.0 → 0.1.2
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/shiny_json_logic/operations/merge.rb +1 -1
- data/lib/shiny_json_logic/version.rb +1 -1
- data/shiny_json_logic.gemspec +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: df28d5d017bd1ab98a68a0a52e4405fea97b552dba04f5994f0f5cdc047b13e6
|
|
4
|
+
data.tar.gz: f2cae8902b0451e53e1a0e73ec6e4f675de0d8e95f432f64273d8e920faea5cc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2d92cc98618b3fad9881fd45694b6f8e18b83467bf77904495f9398940a45fefebb93da0617ff2491afd9f53c53769499360dad9fb2d81db3bf88f9393fa0818
|
|
7
|
+
data.tar.gz: 93694b232429c9dab07352cad06c498ccfc9aa899f51a61046a087c80a5835a4fa6ab8647931b81cc13dfe9ea82f51182ca2fbf5483903f2c5b724246b2e9dd0
|
data/shiny_json_logic.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{An implementation of JSON Logic in Ruby that works.}
|
|
13
13
|
spec.description = %q{JsonLogic isn’t a full programming language. It’s a small, safe way to delegate one decision. You could store a rule in a database to decide later. You could send that rule from back-end to front-end so the decision is made immediately from user input. Because the rule is data, you can even build it dynamically from user actions or GUI input. See http://jsonlogic.com}
|
|
14
|
-
spec.homepage = "https://github.com/luismoyano/
|
|
14
|
+
spec.homepage = "https://github.com/luismoyano/shiny-json-logic-ruby"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
17
17
|
# Specify which files should be added to the gem when it is released.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: shiny_json_logic
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Luis Moyano
|
|
@@ -145,7 +145,7 @@ files:
|
|
|
145
145
|
- lib/shiny_json_logic/truthy.rb
|
|
146
146
|
- lib/shiny_json_logic/version.rb
|
|
147
147
|
- shiny_json_logic.gemspec
|
|
148
|
-
homepage: https://github.com/luismoyano/
|
|
148
|
+
homepage: https://github.com/luismoyano/shiny-json-logic-ruby
|
|
149
149
|
licenses:
|
|
150
150
|
- MIT
|
|
151
151
|
metadata: {}
|