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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 538d9b01c51547693e32498eee02dd18a73fdfe6948412cbe66866e7335d20ee
4
- data.tar.gz: 2b3aab9691505edd14a2e2b23a14cf39579aaabfe84405498abf6ae847426da4
3
+ metadata.gz: 468fca081822782aabea97ea3daa4a11c2915df45d39d903ac1f8d82f3cc12a9
4
+ data.tar.gz: 8bbbdafe6328bc12e39184e8c9fe99cff40e6c18e6b6de848d800a5c644aa6a0
5
5
  SHA512:
6
- metadata.gz: bd6d17f87af558ef6b673a5b94db4c5a1d4428e194893aa12613c72aeeb5a4b5b18ca596cfccc24cb1daf612021cacf76e1c6b9e2fbdb02aa401acb14151c555
7
- data.tar.gz: 8fe49c82d234ccd4326b168ba14fcba628adc5740e768815d289e155f616409de83c214d3f55b81c4516544baaa0924f0c17cd17e6a3bd8202389d7a3f689a87
6
+ metadata.gz: fed91446435d0c4cea0bea4b5245fa143bd48f6b8cd701fe9e359de8c59693377c1c3e648225ae57e27431689c8bfa6563f5c8dbf428ec32b6eed1877e96b102
7
+ data.tar.gz: c54a56dd43914dbd057c7033ef5191f41723ad22e4a35ebc31eeeb05457596afc09246d4d688d01382a1369b5a31778c28aba093e7464d8e319faa386df5f7c8
data/README.md CHANGED
@@ -1,9 +1,12 @@
1
1
  # JsonGuard
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/json-guard.svg)](https://badge.fury.io/rb/json-guard)
4
- [![Build Status](https://github.com/zaid-4/json-guard/workflows/CI/badge.svg)](https://github.com/zaid-4/json-guard/actions)
5
- [![Code Climate](https://codeclimate.com/github/zaid-4/json-guard/badges/gpa.svg)](https://codeclimate.com/github/zaid-4/json-guard)
4
+ [![Downloads](https://img.shields.io/gem/dt/json-guard.svg)](https://rubygems.org/gems/json-guard)
5
+ [![GitHub stars](https://img.shields.io/github/stars/zaid-4/json-guard.svg)](https://github.com/zaid-4/json-guard/stargazers)
6
+ [![GitHub issues](https://img.shields.io/github/issues/zaid-4/json-guard.svg)](https://github.com/zaid-4/json-guard/issues)
6
7
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
8
+ [![Ruby](https://img.shields.io/badge/ruby-%3E%3D%202.7.0-red.svg)](https://www.ruby-lang.org/)
9
+ [![Rails](https://img.shields.io/badge/rails-%3E%3D%206.0-red.svg)](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
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JsonGuard
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
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.0
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: []