json-guard 0.1.0 → 0.1.1
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 +5 -2
- data/lib/json_guard/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 468fca081822782aabea97ea3daa4a11c2915df45d39d903ac1f8d82f3cc12a9
|
|
4
|
+
data.tar.gz: 8bbbdafe6328bc12e39184e8c9fe99cff40e6c18e6b6de848d800a5c644aa6a0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fed91446435d0c4cea0bea4b5245fa143bd48f6b8cd701fe9e359de8c59693377c1c3e648225ae57e27431689c8bfa6563f5c8dbf428ec32b6eed1877e96b102
|
|
7
|
+
data.tar.gz: c54a56dd43914dbd057c7033ef5191f41723ad22e4a35ebc31eeeb05457596afc09246d4d688d01382a1369b5a31778c28aba093e7464d8e319faa386df5f7c8
|
data/README.md
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
# JsonGuard
|
|
2
2
|
|
|
3
3
|
[](https://badge.fury.io/rb/json-guard)
|
|
4
|
-
[](https://rubygems.org/gems/json-guard)
|
|
5
|
+
[](https://github.com/zaid-4/json-guard/stargazers)
|
|
6
|
+
[](https://github.com/zaid-4/json-guard/issues)
|
|
6
7
|
[](https://opensource.org/licenses/MIT)
|
|
8
|
+
[](https://www.ruby-lang.org/)
|
|
9
|
+
[](https://rubyonrails.org/)
|
|
7
10
|
|
|
8
11
|
Enterprise-grade JSON Schema validation for Rails applications with beautiful error messages, context-aware rules, and production-ready monitoring.
|
|
9
12
|
|
data/lib/json_guard/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: json-guard
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Zaid Saeed
|
|
@@ -178,7 +178,9 @@ dependencies:
|
|
|
178
178
|
- !ruby/object:Gem::Version
|
|
179
179
|
version: '0.22'
|
|
180
180
|
description: Beautiful JSON Schema validation with Rails-native syntax, context-aware
|
|
181
|
-
rules, and production-ready monitoring
|
|
181
|
+
rules, and production-ready monitoring. Features include ActiveRecord-like schema
|
|
182
|
+
definitions, multiple error message types, performance optimization with caching,
|
|
183
|
+
internationalization support, and extensive Rails integration for APIs and web applications.
|
|
182
184
|
email:
|
|
183
185
|
- izaidsaeed@gmail.com
|
|
184
186
|
executables: []
|
|
@@ -227,5 +229,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
227
229
|
requirements: []
|
|
228
230
|
rubygems_version: 3.6.7
|
|
229
231
|
specification_version: 4
|
|
230
|
-
summary: Enterprise-grade JSON Schema validation for Rails
|
|
232
|
+
summary: Enterprise-grade JSON Schema validation for Rails applications
|
|
231
233
|
test_files: []
|